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-01-28T02:17:25.117Z||main|||||INFO|500||The following profiles are active: basic 2022-01-28T02:17:33.007Z||main|||||INFO|500||Starting service [Tomcat] 2022-01-28T02:17:33.008Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-01-28T02:17:33.085Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-01-28T02:17:35.019Z||main|||||INFO|500||catdb-pool - Starting... 2022-01-28T02:17:35.166Z||main|||||INFO|500||catdb-pool - Start completed. 2022-01-28T02:17:35.522Z||main|||||INFO|500||reqdb-pool - Starting... 2022-01-28T02:17:35.529Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-01-28T02:17:35.595Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-01-28T02:17:35.690Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-01-28T02:17:36.101Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-01-28T02:17:36.798Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-01-28T02:17:38.553Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-01-28T02:17:38.593Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-01-28T02:17:39.066Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-01-28T02:17:39.250Z||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-01-28T02:17:40.278Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-01-28T02:17:41.210Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-01-28T02:17:41.231Z||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$$4d1a021f.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-01-28T02:17:41.232Z||main|||||WARN|500||The sdc end point is not alive 2022-01-28T02:17:43.686Z||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-01-28T02:17:46.020Z||main|||||WARN|500||--- 2022-01-28T02:17:46.021Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-01-28T02:17:46.021Z||main|||||WARN|500||--- 2022-01-28T02:17:46.348Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-01-28T02:17:50.095Z||main|||||INFO|500||Started Application in 28.821 seconds (JVM running for 29.758) 2022-01-28T02:17:50.135Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:17:50.136Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:17:50.143Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:17:50.161Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:17:50.239Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 75261f27-e628-4925-a3e0-a02e5ab7a174 url= /sdc/v1/artifactTypes 2022-01-28T02:17:50.240Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:17:51.350Z||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.36.56] 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$$5fd745f9.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-01-28T02:17:51.355Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@381d72ba 2022-01-28T02:17:51.356Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:17:51.369Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:17:51.371Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:17:51.374Z||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$$5fd745f9.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-01-28T02:18:40.092Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:18:40.093Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:18:40.093Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:18:40.100Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:18:40.108Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e6ac6c89-11fe-4cca-ab37-f1b6013d3206 url= /sdc/v1/artifactTypes 2022-01-28T02:18:40.108Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:18:41.131Z||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.36.56] 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$$5fd745f9.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-01-28T02:18:41.133Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3debb78f 2022-01-28T02:18:41.133Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:18:41.134Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:18:41.134Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:18:41.135Z||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$$5fd745f9.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-01-28T02:19:30.092Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:19:30.092Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:19:30.093Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:19:30.098Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:19:30.106Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7fe1e6a8-b1ff-4df1-9e51-c105cee2c501 url= /sdc/v1/artifactTypes 2022-01-28T02:19:30.106Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:19:31.145Z||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.36.56] 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$$5fd745f9.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-01-28T02:19:31.146Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@32721dc0 2022-01-28T02:19:31.147Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:19:31.148Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:19:31.149Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:19:31.150Z||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$$5fd745f9.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-01-28T02:20:20.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:20:20.092Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:20:20.092Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:20:20.097Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:20:20.103Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d5929cd2-cca9-4860-815e-d8e60bcaa5a4 url= /sdc/v1/artifactTypes 2022-01-28T02:20:20.104Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:20:21.131Z||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.36.56] 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$$5fd745f9.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-01-28T02:20:21.132Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4445345a 2022-01-28T02:20:21.132Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:20:21.132Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:20:21.133Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:20:21.134Z||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$$5fd745f9.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-01-28T02:21:10.093Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:21:10.096Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:21:10.097Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:21:10.101Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:21:10.109Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 197fe9a7-fd44-49a7-9b37-124695cf34f5 url= /sdc/v1/artifactTypes 2022-01-28T02:21:10.109Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:21:11.148Z||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.36.56] 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$$5fd745f9.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-01-28T02:21:11.150Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6ac44541 2022-01-28T02:21:11.151Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:21:11.151Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:21:11.151Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:21:11.152Z||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$$5fd745f9.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-01-28T02:22:00.093Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:22:00.094Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:22:00.094Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:22:00.101Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:22:00.106Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 04e7922f-f040-4b67-9fc4-929908e2346a url= /sdc/v1/artifactTypes 2022-01-28T02:22:00.107Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:22:01.131Z||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.36.56] 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$$5fd745f9.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-01-28T02:22:01.132Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@788909e2 2022-01-28T02:22:01.133Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:22:01.133Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:22:01.133Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:22:01.134Z||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$$5fd745f9.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-01-28T02:22:50.092Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:22:50.093Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:22:50.093Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:22:50.098Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:22:50.105Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 08b23e0c-80df-46d5-baef-1693c3d2bae0 url= /sdc/v1/artifactTypes 2022-01-28T02:22:50.106Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:22:51.147Z||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.36.56] 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$$5fd745f9.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-01-28T02:22:51.148Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@355abec0 2022-01-28T02:22:51.149Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:22:51.149Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:22:51.150Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:22:51.150Z||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$$5fd745f9.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-01-28T02:23:40.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:23:40.092Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:23:40.092Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:23:40.097Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:23:40.103Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ac736c5c-54ba-476f-8f31-0fa1da486e01 url= /sdc/v1/artifactTypes 2022-01-28T02:23:40.103Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:23:41.139Z||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.36.56] 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$$5fd745f9.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-01-28T02:23:41.140Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@920d472 2022-01-28T02:23:41.140Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:23:41.140Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:23:41.140Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:23:41.141Z||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$$5fd745f9.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-01-28T02:24:30.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:24:30.092Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:24:30.092Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:24:30.097Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:24:30.103Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c8775673-7b30-45da-94e7-ac0a53f94f70 url= /sdc/v1/artifactTypes 2022-01-28T02:24:30.103Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:24:31.147Z||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.36.56] 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$$5fd745f9.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-01-28T02:24:31.148Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@49380fe9 2022-01-28T02:24:31.148Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:24:31.149Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:24:31.149Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:24:31.149Z||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$$5fd745f9.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-01-28T02:25:20.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:25:20.092Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:25:20.093Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:25:20.098Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:25:20.104Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c37fa1c8-bedf-40ef-aed1-26c7a90847ed url= /sdc/v1/artifactTypes 2022-01-28T02:25:20.105Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:25:21.130Z||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.36.56] 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$$5fd745f9.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-01-28T02:25:21.130Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1423fc30 2022-01-28T02:25:21.130Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:25:21.131Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:25:21.131Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:25:21.131Z||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$$5fd745f9.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-01-28T02:26:10.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:26:10.092Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:26:10.092Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:26:10.096Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:26:10.101Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ddf50f68-4be4-4638-9ade-157307171bff url= /sdc/v1/artifactTypes 2022-01-28T02:26:10.101Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:26:11.122Z||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.36.56] 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$$5fd745f9.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-01-28T02:26:11.123Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@779ca395 2022-01-28T02:26:11.123Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:26:11.123Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:26:11.123Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:26:11.124Z||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$$5fd745f9.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-01-28T02:27:00.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:27:00.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:27:00.092Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:27:00.096Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:27:00.104Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 05677fc1-ab6e-4897-af04-89ed7dc26732 url= /sdc/v1/artifactTypes 2022-01-28T02:27:00.104Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:27:01.131Z||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.36.56] 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$$5fd745f9.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-01-28T02:27:01.132Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6c07281a 2022-01-28T02:27:01.132Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:27:01.133Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:27:01.133Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:27:01.134Z||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$$5fd745f9.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-01-28T02:27:50.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:27:50.092Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:27:50.092Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:27:50.096Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:27:50.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d4c9b50a-7b8f-44ac-84e7-89198faeb9a8 url= /sdc/v1/artifactTypes 2022-01-28T02:27:50.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:27:50.230Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-01-28T02:27:51.127Z||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.36.56] 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$$5fd745f9.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-01-28T02:27:51.128Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@61a1e52 2022-01-28T02:27:51.128Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:27:51.128Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:27:51.128Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:27:51.129Z||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$$5fd745f9.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-01-28T02:28:40.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:28:40.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:28:40.092Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:28:40.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:28:40.101Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 568f6712-2ffe-4daa-a0d3-d1db61603502 url= /sdc/v1/artifactTypes 2022-01-28T02:28:40.101Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:28:41.139Z||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.36.56] 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$$5fd745f9.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-01-28T02:28:41.140Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6e3a5d1a 2022-01-28T02:28:41.140Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:28:41.140Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:28:41.141Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:28:41.142Z||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$$5fd745f9.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-01-28T02:29:30.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:29:30.092Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:29:30.092Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:29:30.097Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:29:30.104Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5c431ae2-ae44-49a5-b07d-81a84cd991cc url= /sdc/v1/artifactTypes 2022-01-28T02:29:30.105Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:29:31.145Z||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.36.56] 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$$5fd745f9.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-01-28T02:29:31.145Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@92f181b 2022-01-28T02:29:31.145Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:29:31.146Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:29:31.146Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:29:31.146Z||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$$5fd745f9.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-01-28T02:30:20.092Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:30:20.092Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:30:20.092Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:30:20.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:30:20.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4a1f6ad0-4419-40c4-8869-c7eaeb250a78 url= /sdc/v1/artifactTypes 2022-01-28T02:30:20.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:30:21.131Z||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.36.56] 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$$5fd745f9.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-01-28T02:30:21.132Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1eb0a1e7 2022-01-28T02:30:21.132Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:30:21.132Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:30:21.133Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:30:21.133Z||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$$5fd745f9.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-01-28T02:31:10.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:31:10.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:31:10.092Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:31:10.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:31:10.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 950b28ef-4866-4203-8a4c-9f0a363f8285 url= /sdc/v1/artifactTypes 2022-01-28T02:31:10.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:31:11.148Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T02:31:11.149Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@ff7fee0 2022-01-28T02:31:11.149Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:31:11.149Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:31:11.150Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:31:11.151Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T02:32:00.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:32:00.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:32:00.092Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:32:00.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:32:00.101Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5fa433e7-b24b-4a8c-8df1-47ed09bfd9a6 url= /sdc/v1/artifactTypes 2022-01-28T02:32:00.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:32:01.140Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T02:32:01.141Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4b66dbbd 2022-01-28T02:32:01.141Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:32:01.141Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:32:01.141Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:32:01.141Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T02:32:50.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:32:50.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:32:50.091Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:32:50.093Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:32:50.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d65b2b7b-1219-4f8c-ba1a-a4d7b393ac36 url= /sdc/v1/artifactTypes 2022-01-28T02:32:50.103Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:32:51.148Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T02:32:51.148Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@66dfcddc 2022-01-28T02:32:51.149Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:32:51.149Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:32:51.149Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:32:51.150Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T02:33:40.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:33:40.092Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:33:40.092Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:33:40.096Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:33:40.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9be3375f-36fe-4ac3-b58e-da2b78625f87 url= /sdc/v1/artifactTypes 2022-01-28T02:33:40.103Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:33:41.132Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T02:33:41.133Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6073ef02 2022-01-28T02:33:41.134Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:33:41.134Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:33:41.135Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:33:41.135Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T02:34:30.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:34:30.092Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:34:30.092Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:34:30.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:34:30.101Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7a118cb4-9411-4eb6-88bf-1b2a80c32411 url= /sdc/v1/artifactTypes 2022-01-28T02:34:30.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:34:31.148Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T02:34:31.149Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2c426de5 2022-01-28T02:34:31.149Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:34:31.149Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:34:31.149Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:34:31.149Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T02:35:20.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:35:20.092Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:35:20.092Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:35:20.096Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:35:20.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 588b7055-24fc-4d8f-a4eb-709f69be201f url= /sdc/v1/artifactTypes 2022-01-28T02:35:20.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:35:21.131Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T02:35:21.132Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3fba9276 2022-01-28T02:35:21.132Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:35:21.133Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:35:21.133Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:35:21.134Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T02:36:10.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:36:10.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:36:10.091Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:36:10.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:36:10.099Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8e5c2ad8-0702-4e02-9f77-dd8ca7fdaf0e url= /sdc/v1/artifactTypes 2022-01-28T02:36:10.100Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:36:11.147Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T02:36:11.147Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@46186ad3 2022-01-28T02:36:11.148Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:36:11.148Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:36:11.148Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:36:11.148Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T02:37:00.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:37:00.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:37:00.091Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:37:00.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:37:00.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e19cf233-eb70-4627-a835-7910322d7a79 url= /sdc/v1/artifactTypes 2022-01-28T02:37:00.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:37:01.131Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T02:37:01.131Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@671dca00 2022-01-28T02:37:01.132Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:37:01.133Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:37:01.133Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:37:01.134Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T02:37:50.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:37:50.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:37:50.091Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:37:50.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:37:50.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a7fa2371-6be4-410c-8d0f-a6895bb921ec url= /sdc/v1/artifactTypes 2022-01-28T02:37:50.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:37:51.147Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T02:37:51.148Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@f4d379d 2022-01-28T02:37:51.148Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:37:51.149Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:37:51.149Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:37:51.150Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T02:38:40.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:38:40.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:38:40.091Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:38:40.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:38:40.101Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 72b49c1d-1eee-4666-89a3-b5f3ddb588be url= /sdc/v1/artifactTypes 2022-01-28T02:38:40.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:38:41.128Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T02:38:41.128Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2ffb503d 2022-01-28T02:38:41.128Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:38:41.128Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:38:41.128Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:38:41.129Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T02:39:30.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:39:30.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:39:30.091Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:39:30.093Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:39:30.100Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e352cdd1-f897-4db2-8c77-8743f5ffc075 url= /sdc/v1/artifactTypes 2022-01-28T02:39:30.100Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:39:31.146Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T02:39:31.147Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@37950c5b 2022-01-28T02:39:31.147Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:39:31.147Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:39:31.147Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:39:31.148Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T02:40:20.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:40:20.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:40:20.091Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:40:20.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:40:20.101Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 75a4685f-fd10-42f8-8ef7-9560d655b91f url= /sdc/v1/artifactTypes 2022-01-28T02:40:20.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:40:21.134Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T02:40:21.134Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@31bb9d33 2022-01-28T02:40:21.134Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:40:21.134Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:40:21.135Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:40:21.135Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T02:41:10.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:41:10.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:41:10.091Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:41:10.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:41:10.101Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f5fc96b9-4328-4db0-8dbd-ea153ec98b98 url= /sdc/v1/artifactTypes 2022-01-28T02:41:10.101Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:41:11.147Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T02:41:11.148Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@73c52530 2022-01-28T02:41:11.148Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:41:11.148Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:41:11.148Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:41:11.149Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T02:42:00.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:42:00.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:42:00.091Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:42:00.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:42:00.100Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0b36d545-b51f-43f3-9ac2-26d2334d616d url= /sdc/v1/artifactTypes 2022-01-28T02:42:00.101Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:42:01.131Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T02:42:01.132Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@44c5f569 2022-01-28T02:42:01.132Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:42:01.133Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:42:01.133Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:42:01.134Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T02:42:50.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:42:50.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:42:50.091Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:42:50.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:42:50.100Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 33136192-25b3-47a8-9222-40c618323a68 url= /sdc/v1/artifactTypes 2022-01-28T02:42:50.100Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:42:51.147Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T02:42:51.147Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@55eaeee5 2022-01-28T02:42:51.148Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:42:51.148Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:42:51.148Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:42:51.148Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T02:43:40.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:43:40.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:43:40.091Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:43:40.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:43:40.101Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2c70ae10-5c9a-431d-9cf0-22635ef81233 url= /sdc/v1/artifactTypes 2022-01-28T02:43:40.101Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:43:41.130Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T02:43:41.130Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4d191336 2022-01-28T02:43:41.130Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:43:41.130Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:43:41.130Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:43:41.131Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T02:44:30.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:44:30.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:44:30.091Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:44:30.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:44:30.100Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 57c41706-b909-450f-8030-f990683c33ab url= /sdc/v1/artifactTypes 2022-01-28T02:44:30.101Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:44:31.115Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T02:44:31.116Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5682bea2 2022-01-28T02:44:31.116Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:44:31.117Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:44:31.117Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:44:31.117Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T02:45:20.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:45:20.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:45:20.091Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:45:20.093Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:45:20.098Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 56a12158-e587-41e9-aaef-21461055ecbc url= /sdc/v1/artifactTypes 2022-01-28T02:45:20.099Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:45:21.128Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T02:45:21.129Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6e7dedfc 2022-01-28T02:45:21.129Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:45:21.129Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:45:21.129Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:45:21.129Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T02:46:10.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:46:10.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:46:10.092Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:46:10.096Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:46:10.108Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 345dec77-dd0d-4d87-b1f9-789722465213 url= /sdc/v1/artifactTypes 2022-01-28T02:46:10.108Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:46:11.147Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T02:46:11.148Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@b22ab6e 2022-01-28T02:46:11.148Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:46:11.149Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:46:11.149Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:46:11.149Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T02:47:00.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:47:00.092Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:47:00.093Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:47:00.096Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:47:00.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3410e06c-902b-49b2-a973-2f2060380ba4 url= /sdc/v1/artifactTypes 2022-01-28T02:47:00.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:47:01.131Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T02:47:01.131Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7269d9c0 2022-01-28T02:47:01.132Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:47:01.132Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:47:01.132Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:47:01.133Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T02:47:50.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:47:50.092Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:47:50.092Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:47:50.096Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:47:50.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 52fe86d7-9c81-4004-96da-19a73dadfb38 url= /sdc/v1/artifactTypes 2022-01-28T02:47:50.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:47:51.147Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T02:47:51.148Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4563fe3e 2022-01-28T02:47:51.148Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:47:51.148Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:47:51.149Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:47:51.149Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T02:48:40.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:48:40.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:48:40.092Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:48:40.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:48:40.100Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= abda3fdd-bfca-4433-85b4-6d58df766842 url= /sdc/v1/artifactTypes 2022-01-28T02:48:40.101Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:48:41.130Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T02:48:41.131Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7fe3ce20 2022-01-28T02:48:41.131Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:48:41.132Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:48:41.132Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:48:41.133Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T02:49:30.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:49:30.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:49:30.092Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:49:30.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:49:30.101Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 98517db3-0398-4bdd-bed1-3dfefccb6a6d url= /sdc/v1/artifactTypes 2022-01-28T02:49:30.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:49:31.147Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T02:49:31.148Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@124fe76d 2022-01-28T02:49:31.148Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:49:31.148Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:49:31.148Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:49:31.149Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T02:50:20.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:50:20.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:50:20.092Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:50:20.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:50:20.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8f87dcbc-2a31-436a-a512-4ae1cc3060d0 url= /sdc/v1/artifactTypes 2022-01-28T02:50:20.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:50:21.131Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T02:50:21.132Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2ba70174 2022-01-28T02:50:21.132Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:50:21.133Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:50:21.133Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:50:21.133Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T02:51:10.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:51:10.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:51:10.091Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:51:10.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:51:10.099Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 22557b91-71b1-44f0-9171-fa23586ec507 url= /sdc/v1/artifactTypes 2022-01-28T02:51:10.100Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:51:11.148Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T02:51:11.148Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1ffd8fa4 2022-01-28T02:51:11.149Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:51:11.149Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:51:11.149Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:51:11.150Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T02:52:00.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:52:00.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:52:00.091Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:52:00.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:52:00.101Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 64f4c108-463d-4ae7-a5f8-3ef45d96be37 url= /sdc/v1/artifactTypes 2022-01-28T02:52:00.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:52:01.131Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T02:52:01.132Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@57d8973a 2022-01-28T02:52:01.132Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:52:01.132Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:52:01.132Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:52:01.133Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T02:52:50.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:52:50.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:52:50.092Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:52:50.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:52:50.101Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e94727db-ba66-489c-acd4-aacc84368c76 url= /sdc/v1/artifactTypes 2022-01-28T02:52:50.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:52:51.147Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T02:52:51.148Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@20479075 2022-01-28T02:52:51.148Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:52:51.148Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:52:51.149Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:52:51.149Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T02:53:40.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:53:40.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:53:40.091Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:53:40.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:53:40.100Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 12d3a687-4faa-4870-9045-be7197b020ff url= /sdc/v1/artifactTypes 2022-01-28T02:53:40.101Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:53:41.135Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T02:53:41.136Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@30f69877 2022-01-28T02:53:41.136Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:53:41.136Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:53:41.136Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:53:41.137Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T02:54:30.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:54:30.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:54:30.091Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:54:30.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:54:30.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 77d98cdd-a0e3-4fcc-aed6-eb39db8a0c90 url= /sdc/v1/artifactTypes 2022-01-28T02:54:30.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:54:31.147Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T02:54:31.148Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2e983655 2022-01-28T02:54:31.148Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:54:31.149Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:54:31.149Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:54:31.150Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T02:55:20.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:55:20.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:55:20.092Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:55:20.096Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:55:20.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 91ece376-e161-45b5-a6c7-3d26e570252a url= /sdc/v1/artifactTypes 2022-01-28T02:55:20.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:55:21.130Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T02:55:21.130Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@54045aff 2022-01-28T02:55:21.130Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:55:21.131Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:55:21.131Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:55:21.131Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T02:56:10.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:56:10.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:56:10.091Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:56:10.093Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:56:10.099Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 24c50c8b-7015-42d3-8605-c959ae1e118f url= /sdc/v1/artifactTypes 2022-01-28T02:56:10.099Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:56:11.113Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T02:56:11.114Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1f44dead 2022-01-28T02:56:11.114Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:56:11.114Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:56:11.114Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:56:11.114Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T02:57:00.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:57:00.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:57:00.091Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:57:00.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:57:00.101Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a0ff1845-59ff-4cfb-b4d3-963df4633365 url= /sdc/v1/artifactTypes 2022-01-28T02:57:00.101Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:57:01.131Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T02:57:01.132Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@62941585 2022-01-28T02:57:01.132Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:57:01.132Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:57:01.132Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:57:01.133Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T02:57:50.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:57:50.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:57:50.091Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:57:50.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:57:50.099Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= aa79f7c5-a70e-4f84-9a80-31820ef83c77 url= /sdc/v1/artifactTypes 2022-01-28T02:57:50.100Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:57:51.147Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T02:57:51.148Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4a8b2d94 2022-01-28T02:57:51.148Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:57:51.148Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:57:51.148Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:57:51.148Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T02:58:40.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:58:40.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:58:40.091Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:58:40.093Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:58:40.099Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7b83e751-f578-47c5-9f68-605c05b43a3c url= /sdc/v1/artifactTypes 2022-01-28T02:58:40.100Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:58:41.128Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T02:58:41.128Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@118af7d3 2022-01-28T02:58:41.129Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:58:41.129Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:58:41.129Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:58:41.129Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T02:59:30.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T02:59:30.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T02:59:30.092Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T02:59:30.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T02:59:30.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 70126c21-10fd-4a0a-b687-c65729534b7d url= /sdc/v1/artifactTypes 2022-01-28T02:59:30.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T02:59:31.147Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T02:59:31.148Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1ee255bf 2022-01-28T02:59:31.148Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T02:59:31.148Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T02:59:31.148Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T02:59:31.149Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T03:00:20.090Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T03:00:20.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T03:00:20.091Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T03:00:20.092Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T03:00:20.096Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 15a0256b-a2b4-49f2-8296-58e024398496 url= /sdc/v1/artifactTypes 2022-01-28T03:00:20.097Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T03:00:21.131Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T03:00:21.132Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@9ee5a61 2022-01-28T03:00:21.132Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T03:00:21.132Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T03:00:21.132Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T03:00:21.133Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T03:01:10.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T03:01:10.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T03:01:10.091Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T03:01:10.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T03:01:10.107Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fbcfa152-17b5-4efe-bcb2-4b23996ea527 url= /sdc/v1/artifactTypes 2022-01-28T03:01:10.108Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T03:01:11.147Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T03:01:11.148Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@31174da1 2022-01-28T03:01:11.148Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T03:01:11.148Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T03:01:11.148Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T03:01:11.149Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T03:02:00.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T03:02:00.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T03:02:00.091Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T03:02:00.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T03:02:00.100Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e5c6ca87-44f6-49d2-a14e-8f1dd99e05de url= /sdc/v1/artifactTypes 2022-01-28T03:02:00.101Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T03:02:01.131Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T03:02:01.132Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@173f6855 2022-01-28T03:02:01.132Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T03:02:01.132Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T03:02:01.132Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T03:02:01.133Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T03:02:50.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T03:02:50.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T03:02:50.091Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T03:02:50.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T03:02:50.100Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9110b1e5-a2e6-4e58-abe1-01ae5c08246b url= /sdc/v1/artifactTypes 2022-01-28T03:02:50.101Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T03:02:51.147Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T03:02:51.148Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@21b71568 2022-01-28T03:02:51.149Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T03:02:51.149Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T03:02:51.149Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T03:02:51.150Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T03:03:40.090Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T03:03:40.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T03:03:40.091Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T03:03:40.092Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T03:03:40.098Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e3d8af49-1c46-405e-aad6-bf8ac523b494 url= /sdc/v1/artifactTypes 2022-01-28T03:03:40.098Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T03:03:41.131Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T03:03:41.132Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@13bfd6c0 2022-01-28T03:03:41.132Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T03:03:41.132Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T03:03:41.133Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T03:03:41.133Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T03:04:30.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T03:04:30.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T03:04:30.091Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T03:04:30.093Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T03:04:30.117Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 35df8420-3dc0-4020-b311-d56ada12405d url= /sdc/v1/artifactTypes 2022-01-28T03:04:30.118Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T03:04:31.147Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T03:04:31.148Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@49a805f7 2022-01-28T03:04:31.148Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T03:04:31.149Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T03:04:31.149Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T03:04:31.150Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T03:05:20.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T03:05:20.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T03:05:20.091Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T03:05:20.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T03:05:20.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d2f9214f-2bd7-4244-928d-445f57db89b5 url= /sdc/v1/artifactTypes 2022-01-28T03:05:20.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T03:05:21.131Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T03:05:21.132Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@23a9b9b0 2022-01-28T03:05:21.132Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T03:05:21.132Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T03:05:21.132Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T03:05:21.133Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T03:06:10.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T03:06:10.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T03:06:10.091Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T03:06:10.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T03:06:10.100Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8160de02-2e84-4055-8168-7a93d0824e04 url= /sdc/v1/artifactTypes 2022-01-28T03:06:10.100Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T03:06:11.113Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T03:06:11.113Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@32445246 2022-01-28T03:06:11.113Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T03:06:11.113Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T03:06:11.114Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T03:06:11.114Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T03:07:00.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T03:07:00.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T03:07:00.091Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T03:07:00.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T03:07:00.100Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 14b3725f-68d5-4244-8603-38c8f9ae580b url= /sdc/v1/artifactTypes 2022-01-28T03:07:00.100Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T03:07:01.131Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T03:07:01.132Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3a67fbe5 2022-01-28T03:07:01.132Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T03:07:01.132Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T03:07:01.132Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T03:07:01.133Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T03:07:50.090Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T03:07:50.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T03:07:50.091Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T03:07:50.093Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T03:07:50.100Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 235a6171-d407-4e2a-9ba2-58c5af5ec7e0 url= /sdc/v1/artifactTypes 2022-01-28T03:07:50.101Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T03:07:51.114Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T03:07:51.115Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4c722869 2022-01-28T03:07:51.115Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T03:07:51.115Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T03:07:51.115Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T03:07:51.116Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T03:08:40.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T03:08:40.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T03:08:40.092Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T03:08:40.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T03:08:40.103Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0202d4e7-4c4b-439a-acea-c612b2345f85 url= /sdc/v1/artifactTypes 2022-01-28T03:08:40.103Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T03:08:41.131Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T03:08:41.132Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@59242548 2022-01-28T03:08:41.132Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T03:08:41.133Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T03:08:41.133Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T03:08:41.133Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T03:09:30.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T03:09:30.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T03:09:30.091Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T03:09:30.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T03:09:30.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c2356198-b4f6-43bd-8969-7627b08d1cf1 url= /sdc/v1/artifactTypes 2022-01-28T03:09:30.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T03:09:31.147Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T03:09:31.148Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7f116748 2022-01-28T03:09:31.148Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T03:09:31.148Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T03:09:31.149Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T03:09:31.149Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T03:10:20.092Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T03:10:20.094Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T03:10:20.094Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T03:10:20.097Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T03:10:20.106Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f0bea583-2e87-4c0f-807b-9db405ef697c url= /sdc/v1/artifactTypes 2022-01-28T03:10:20.106Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T03:10:21.131Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T03:10:21.132Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@57a06f45 2022-01-28T03:10:21.132Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T03:10:21.133Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T03:10:21.133Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T03:10:21.134Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T03:11:10.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T03:11:10.092Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T03:11:10.092Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T03:11:10.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T03:11:10.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2e285c66-397f-4723-9041-c9d4ae9960a6 url= /sdc/v1/artifactTypes 2022-01-28T03:11:10.103Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T03:11:11.147Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T03:11:11.148Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1166af7e 2022-01-28T03:11:11.148Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T03:11:11.148Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T03:11:11.148Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T03:11:11.149Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T03:12:00.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T03:12:00.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T03:12:00.091Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T03:12:00.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T03:12:00.100Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4579ac60-1326-4087-bb57-90090a1ec154 url= /sdc/v1/artifactTypes 2022-01-28T03:12:00.100Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T03:12:01.132Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T03:12:01.132Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@67940507 2022-01-28T03:12:01.133Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T03:12:01.133Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T03:12:01.133Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T03:12:01.133Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T03:12:50.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T03:12:50.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T03:12:50.091Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T03:12:50.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T03:12:50.100Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ac1458e7-6b82-4e51-8296-7bd20ef609bd url= /sdc/v1/artifactTypes 2022-01-28T03:12:50.100Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T03:12:51.147Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T03:12:51.147Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4a70731c 2022-01-28T03:12:51.148Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T03:12:51.148Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T03:12:51.148Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T03:12:51.148Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T03:13:40.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T03:13:40.092Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T03:13:40.092Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T03:13:40.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T03:13:40.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ce762327-f980-40db-b2ef-80d6931604fe url= /sdc/v1/artifactTypes 2022-01-28T03:13:40.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T03:13:41.132Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T03:13:41.133Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@c149c6b 2022-01-28T03:13:41.133Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T03:13:41.134Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T03:13:41.134Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T03:13:41.135Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T03:14:30.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T03:14:30.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T03:14:30.092Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T03:14:30.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T03:14:30.101Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 474b0272-5849-4230-9b89-5d0dc1cc5ac3 url= /sdc/v1/artifactTypes 2022-01-28T03:14:30.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T03:14:31.147Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T03:14:31.148Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@573d283f 2022-01-28T03:14:31.148Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T03:14:31.149Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T03:14:31.149Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T03:14:31.149Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T03:15:20.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T03:15:20.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T03:15:20.091Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T03:15:20.093Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T03:15:20.100Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d90f88bc-30fd-441b-8b70-5a7ce1d76cf1 url= /sdc/v1/artifactTypes 2022-01-28T03:15:20.100Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T03:15:21.131Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T03:15:21.132Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5a1140f4 2022-01-28T03:15:21.132Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T03:15:21.132Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T03:15:21.132Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T03:15:21.133Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T03:16:10.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T03:16:10.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T03:16:10.091Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T03:16:10.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T03:16:10.100Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b5b7dc38-8856-48aa-9f17-78900991dc13 url= /sdc/v1/artifactTypes 2022-01-28T03:16:10.100Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T03:16:11.115Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T03:16:11.116Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1db82eb6 2022-01-28T03:16:11.116Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T03:16:11.116Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T03:16:11.116Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T03:16:11.117Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T03:17:00.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T03:17:00.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T03:17:00.091Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T03:17:00.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T03:17:00.100Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 01abdf1b-f6cc-4aa8-a151-37908d72d11f url= /sdc/v1/artifactTypes 2022-01-28T03:17:00.100Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T03:17:01.131Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T03:17:01.131Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@62405646 2022-01-28T03:17:01.132Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T03:17:01.132Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T03:17:01.132Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T03:17:01.132Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T03:17:50.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T03:17:50.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T03:17:50.092Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T03:17:50.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T03:17:50.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b3f1739c-93a6-4012-8a6e-e195bc19bc38 url= /sdc/v1/artifactTypes 2022-01-28T03:17:50.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T03:17:51.148Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T03:17:51.148Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@215ed4c3 2022-01-28T03:17:51.149Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T03:17:51.149Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T03:17:51.149Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T03:17:51.150Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T03:18:40.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T03:18:40.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T03:18:40.092Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T03:18:40.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T03:18:40.100Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c3d1e77f-ac6b-4b1f-b652-6f065208f2b4 url= /sdc/v1/artifactTypes 2022-01-28T03:18:40.100Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T03:18:41.131Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T03:18:41.132Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@272f57bb 2022-01-28T03:18:41.132Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T03:18:41.132Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T03:18:41.133Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T03:18:41.133Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T03:19:30.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T03:19:30.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T03:19:30.091Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T03:19:30.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T03:19:30.101Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7049cf50-c491-4381-91b5-3c2b9baa39dd url= /sdc/v1/artifactTypes 2022-01-28T03:19:30.101Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T03:19:31.147Z||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.36.56] 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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 48 common frames omitted 2022-01-28T03:19:31.148Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@61645925 2022-01-28T03:19:31.148Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-28T03:19:31.148Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-28T03:19:31.148Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-28T03:19:31.149Z||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$$5fd745f9.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 31 common frames omitted 2022-01-28T03:20:20.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-28T03:20:20.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-28T03:20:20.091Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-28T03:20:20.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-28T03:20:20.100Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 01f8f721-8927-48e8-b0b9-d6a260ba94ab url= /sdc/v1/artifactTypes 2022-01-28T03:20:20.100Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-28T03:20:20.263Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-01-28T03:20:20.269Z||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-01-28T03:20:20.285Z||scheduling-1|||||DEBUG|500||create keys 2022-01-28T03:20:20.290Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-01-28T03:20:20.528Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:20:20.547Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ebc3c549-ba30-40f3-9ed1-41f6ff73931b url= /sdc/v1/registerForDistribution 2022-01-28T03:20:20.684Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= ebc3c549-ba30-40f3-9ed1-41f6ff73931b url= /sdc/v1/registerForDistribution 2022-01-28T03:20:20.684Z||scheduling-1|||||INFO|500||start DistributionClient 2022-01-28T03:20:20.695Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:20:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:20:20.700Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-01-28T03:20:20.702Z||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-01-28T03:20:20.702Z||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-01-28T03:20:20.702Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:20:20.702Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:20:31.943Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:20:32.082Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:21:20.693Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:21:20.694Z||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-01-28T03:21:20.694Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:21:20.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:21:20.696Z||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-01-28T03:21:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:21:30.250Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:21:30.251Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:22:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:22:20.695Z||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-01-28T03:22:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:22:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:22:20.696Z||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-01-28T03:22:20.697Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:22:30.243Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:22:30.250Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:23:20.693Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:23:20.693Z||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-01-28T03:23:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:23:20.695Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:23:20.696Z||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-01-28T03:23:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:23:30.240Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:23:30.243Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:24:20.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:24:20.694Z||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-01-28T03:24:20.694Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:24:20.695Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:24:20.697Z||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-01-28T03:24:20.697Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:24:30.243Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:24:30.245Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:25:20.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:25:20.694Z||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-01-28T03:25:20.694Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:25:20.695Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:25:20.696Z||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-01-28T03:25:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:25:30.244Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:25:30.246Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:26:20.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:26:20.694Z||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-01-28T03:26:20.694Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:26:20.695Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:26:20.695Z||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-01-28T03:26:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:26:30.259Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:26:30.261Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:27:20.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:27:20.694Z||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-01-28T03:27:20.694Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:27:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:27:20.698Z||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-01-28T03:27:20.698Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:27:30.240Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:27:30.241Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:28:20.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:28:20.694Z||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-01-28T03:28:20.694Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:28:20.695Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:28:20.696Z||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-01-28T03:28:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:28:30.239Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:28:30.240Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:29:20.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:29:20.693Z||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-01-28T03:29:20.694Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:29:20.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:29:20.695Z||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-01-28T03:29:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:29:30.238Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:29:30.242Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:30:20.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:30:20.694Z||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-01-28T03:30:20.694Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:30:20.695Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:30:20.695Z||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-01-28T03:30:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:30:30.242Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:30:30.246Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:31:20.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:31:20.693Z||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-01-28T03:31:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:31:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:31:20.695Z||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-01-28T03:31:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:31:30.242Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:31:30.245Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:32:20.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:32:20.694Z||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-01-28T03:32:20.694Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:32:20.695Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:32:20.695Z||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-01-28T03:32:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:32:30.237Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:32:30.242Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:33:20.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:33:20.694Z||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-01-28T03:33:20.694Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:33:20.695Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:33:20.695Z||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-01-28T03:33:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:33:30.239Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:33:30.240Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:34:20.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:34:20.693Z||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-01-28T03:34:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:34:20.695Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:34:20.695Z||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-01-28T03:34:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:34:30.240Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:34:30.240Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:35:20.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:35:20.694Z||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-01-28T03:35:20.694Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:35:20.695Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:35:20.695Z||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-01-28T03:35:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:35:30.242Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:35:30.244Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:36:20.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:36:20.694Z||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-01-28T03:36:20.694Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:36:20.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:36:20.695Z||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-01-28T03:36:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:36:30.237Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:36:30.249Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:37:20.693Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:37:20.694Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-28T03:37:20.694Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yXVlav1kGLvo6lXU) ... 2022-01-28T03:37:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:37:20.695Z||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-01-28T03:37:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:37:30.242Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:37:30.243Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:38:20.693Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:38:20.694Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-28T03:38:20.694Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yXVlav1kGLvo6lXU) ... 2022-01-28T03:38:20.695Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:38:20.696Z||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-01-28T03:38:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:38:30.241Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:38:30.241Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:39:20.694Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:39:20.695Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:39:20.696Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-28T03:39:20.697Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yXVlav1kGLvo6lXU) ... 2022-01-28T03:39:20.696Z||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-01-28T03:39:20.697Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:39:30.244Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:39:30.247Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:40:20.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:40:20.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:40:20.696Z||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-01-28T03:40:20.696Z||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-01-28T03:40:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:40:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:40:30.243Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:40:30.244Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:41:20.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:41:20.695Z||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-01-28T03:41:20.695Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:41:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:41:20.696Z||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-01-28T03:41:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:41:30.252Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:41:30.259Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:42:20.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:42:20.694Z||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-01-28T03:42:20.694Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:42:20.695Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:42:20.695Z||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-01-28T03:42:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:42:30.241Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:42:30.244Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:43:20.693Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:43:20.694Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-28T03:43:20.694Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yXVlav1kGLvo6lXU) ... 2022-01-28T03:43:20.695Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:43:20.696Z||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-01-28T03:43:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:43:30.242Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:43:30.244Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:44:20.693Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:44:20.695Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-28T03:44:20.695Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yXVlav1kGLvo6lXU) ... 2022-01-28T03:44:20.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:44:20.695Z||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-01-28T03:44:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:44:30.240Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:44:30.241Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:45:20.693Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:45:20.693Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-28T03:45:20.694Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yXVlav1kGLvo6lXU) ... 2022-01-28T03:45:20.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:45:20.696Z||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-01-28T03:45:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:45:30.243Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:45:30.244Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:46:20.693Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:46:20.693Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-28T03:46:20.693Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yXVlav1kGLvo6lXU) ... 2022-01-28T03:46:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:46:20.695Z||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-01-28T03:46:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:46:30.239Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:46:30.242Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:47:20.693Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:47:20.693Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-28T03:47:20.694Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yXVlav1kGLvo6lXU) ... 2022-01-28T03:47:20.695Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:47:20.695Z||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-01-28T03:47:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:47:30.236Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:47:30.239Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:48:20.693Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:48:20.693Z||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-01-28T03:48:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:48:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:48:20.695Z||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-01-28T03:48:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:48:30.232Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:48:30.238Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:49:20.693Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:49:20.694Z||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-01-28T03:49:20.694Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:49:20.695Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:49:20.696Z||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-01-28T03:49:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:49:30.238Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:49:30.243Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:50:20.693Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:50:20.693Z||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-01-28T03:50:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:50:20.695Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:50:20.695Z||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-01-28T03:50:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:50:30.236Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:50:30.240Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:51:20.693Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:51:20.694Z||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-01-28T03:51:20.694Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:51:20.695Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:51:20.695Z||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-01-28T03:51:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:51:30.241Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:51:30.244Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:52:20.693Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:52:20.693Z||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-01-28T03:52:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:52:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:52:20.695Z||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-01-28T03:52:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:52:30.239Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:52:30.241Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:53:20.693Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:53:20.693Z||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-01-28T03:53:20.694Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:53:20.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:53:20.696Z||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-01-28T03:53:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:53:30.235Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:53:30.242Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:54:20.693Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:54:20.694Z||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-01-28T03:54:20.694Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:54:20.695Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:54:20.695Z||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-01-28T03:54:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:54:30.241Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:54:30.241Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:55:20.693Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:55:20.694Z||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-01-28T03:55:20.694Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:55:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:55:20.696Z||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-01-28T03:55:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:55:30.242Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:55:30.243Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:56:20.693Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:56:20.694Z||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-01-28T03:56:20.694Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:56:20.695Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:56:20.695Z||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-01-28T03:56:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:56:21.327Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:56:21.327Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:56:21.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"7bcf59d1-a8b1-4012-adde-2bec6afe9795","serviceName":"basic_onboard_ptRwuC","serviceVersion":"1.0","serviceUUID":"f9742144-ba41-4293-bd34-54764c9bf3cc","serviceDescription":"service","serviceInvariantUUID":"fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7","resources":[{"resourceInstanceName":"basic_onboard_ptRwuC 0","resourceName":"basic_onboard_ptRwuC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a3ffbf90-23c7-40fe-b01a-e882dcc2cbbd","resourceInvariantUUID":"6377482a-1f7f-44f8-9115-9f573464a319","resourceCustomizationUUID":"04870854-62e5-4110-a82b-083466f96415","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/vf-license-model.xml","artifactChecksum":"NmUwOThhYWI2ZTQ0ZTAwMWYxYzRhZmJiZWQ2YWY0OTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"94d70f5d-4684-407b-8ef3-e6d0dc61e36e","artifactVersion":"1"},{"artifactName":"basic_onboard_ptrwuc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json","artifactChecksum":"ODUxZjM5OTllYjY4NTNmYmZhNjI0NDhiYzJhNzAxZWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2ed359a9-2251-4736-ad87-746930f06e25","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b43271df-143b-4c64-bb84-9f16b84a529c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"247b2e11-f937-437e-a03d-e4bd58a9fb01","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c80373ad-662f-4575-b91c-539cf9eb48a2","artifactVersion":"2","generatedFromUUID":"b43271df-143b-4c64-bb84-9f16b84a529c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPtrwuc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-template.yml","artifactChecksum":"MTg1MDBhZjlkZjljZmYwYTRmZTVhZWU0YTJkZWFiOTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"52f71283-b8f5-4f91-8845-9cfff0fc12d2","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPtrwuc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar","artifactChecksum":"YTNkN2U5NzljZmRhNGFlMGVkZjFmODFjZWM1MWQ0YTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4dc584a4-98d4-4277-b7a7-02e5d814ffc9","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-28T03:56:21.339Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T03:56:21.340Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.340Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "clamp", "timestamp": 1643342135840, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T03:56:21.344Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T03:56:21.352Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T03:56:21.352Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643342180693, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T03:56:21.354Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "cds", "timestamp": 1643342141207, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T03:56:21.354Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "policy-id", "timestamp": 1643342144690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T03:56:21.354Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "cds", "timestamp": 1643342141207, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T03:56:21.355Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "clamp", "timestamp": 1643342135840, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json", "status": "NOTIFIED" } 2022-01-28T03:56:21.355Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "policy-id", "timestamp": 1643342144690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T03:56:21.355Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "cds", "timestamp": 1643342141207, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T03:56:21.355Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "clamp", "timestamp": 1643342135840, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T03:56:21.355Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "policy-id", "timestamp": 1643342144690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-01-28T03:56:21.355Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "clamp", "timestamp": 1643342135840, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T03:56:21.355Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "cds", "timestamp": 1643342141207, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T03:56:21.356Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "policy-id", "timestamp": 1643342144690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T03:56:21.356Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "clamp", "timestamp": 1643342135840, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-01-28T03:56:21.356Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "cds", "timestamp": 1643342141207, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-01-28T03:56:21.356Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "policy-id", "timestamp": 1643342144690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-01-28T03:56:21.356Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "cds", "timestamp": 1643342141207, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T03:56:21.357Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.357Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.357Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "clamp", "timestamp": 1643342135840, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T03:56:21.357Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.357Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.357Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "policy-id", "timestamp": 1643342144690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T03:56:21.357Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.357Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.357Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "ves-openapi-manager", "timestamp": 1643342149944, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T03:56:21.357Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.357Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.357Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "clamp", "timestamp": 1643342135840, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar", "status": "NOTIFIED" } 2022-01-28T03:56:21.357Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.357Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.357Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "cds", "timestamp": 1643342141207, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar", "status": "NOTIFIED" } 2022-01-28T03:56:21.357Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "policy-id", "timestamp": 1643342144690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar", "status": "NOTIFIED" } 2022-01-28T03:56:21.358Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "ves-openapi-manager", "timestamp": 1643342149944, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T03:56:21.358Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "multicloud-k8s-id", "timestamp": 1643342151153, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T03:56:21.358Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "cds", "timestamp": 1643342152162, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T03:56:21.358Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T03:56:21.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "policy-id", "timestamp": 1643342152450, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T03:56:21.358Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T03:56:21.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "ves-openapi-manager", "timestamp": 1643342149944, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T03:56:21.358Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "multicloud-k8s-id", "timestamp": 1643342151153, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json", "status": "NOTIFIED" } 2022-01-28T03:56:21.358Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "cds", "timestamp": 1643342153175, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-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=? 2022-01-28T03:56:21.452Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-01-28T03:56:21.454Z||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-01-28T03:56:21.454Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-28T03:56:21.469Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:56:21.469Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-01-28T03:56:21.472Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7bcf59d1-a8b1-4012-adde-2bec6afe9795 2022-01-28T03:56:21.485Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bcf59d1-a8b1-4012-adde-2bec6afe9795 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-01-28T03:56:21.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.499Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "policy-id", "timestamp": 1643342153457, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T03:56:21.499Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T03:56:21.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.499Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "ves-openapi-manager", "timestamp": 1643342149944, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T03:56:21.500Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.500Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "multicloud-k8s-id", "timestamp": 1643342151153, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-01-28T03:56:21.500Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.500Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "policy-id", "timestamp": 1643342154462, "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-01-28T03:56:21.518Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7bcf59d1-a8b1-4012-adde-2bec6afe9795 2022-01-28T03:56:21.518Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bcf59d1-a8b1-4012-adde-2bec6afe9795 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-01-28T03:56:21.526Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.526Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "aai-ml", "timestamp": 1643342153887, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T03:56:21.526Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.526Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.526Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "ves-openapi-manager", "timestamp": 1643342149944, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-01-28T03:56:21.526Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.526Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.526Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "multicloud-k8s-id", "timestamp": 1643342151153, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T03:56:21.527Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.527Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "aai-ml", "timestamp": 1643342153887, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T03:56:21.527Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.527Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "ves-openapi-manager", "timestamp": 1643342149944, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T03:56:21.527Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.527Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "multicloud-k8s-id", "timestamp": 1643342151153, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-01-28T03:56:21.527Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.527Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "aai-ml", "timestamp": 1643342153887, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T03:56:21.527Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.527Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "ves-openapi-manager", "timestamp": 1643342149944, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-28T03:56:21.527Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.527Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "multicloud-k8s-id", "timestamp": 1643342151153, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T03:56:21.528Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "aai-ml", "timestamp": 1643342153887, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T03:56:21.528Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "multicloud-k8s-id", "timestamp": 1643342151153, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar", "status": "NOTIFIED" } 2022-01-28T03:56:21.528Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "aai-ml", "timestamp": 1643342153887, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-01-28T03:56:21.528Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643342158102, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T03:56:21.528Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "multicloud-k8s-id", "timestamp": 1643342159241, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T03:56:21.528Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T03:56:21.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "aai-ml", "timestamp": 1643342153887, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T03:56:21.528Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643342158102, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T03:56:21.528Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "clamp", "timestamp": 1643342160072, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T03:56:21.529Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T03:56:21.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "aai-ml", "timestamp": 1643342153887, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar", "status": "NOTIFIED" } 2022-01-28T03:56:21.529Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "multicloud-k8s-id", "timestamp": 1643342160692, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T03:56:21.529Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T03:56:21.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643342158102, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T03:56:21.529Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643342158102, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T03:56:21.529Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "clamp", "timestamp": 1643342162059, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T03:56:21.529Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T03:56:21.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "aai-ml", "timestamp": 1643342162062, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T03:56:21.529Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T03:56:21.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.530Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "multicloud-k8s-id", "timestamp": 1643342162194, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-01-28T03:56:21.530Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T03:56:21.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.530Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643342158102, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-01-28T03:56:21.530Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.530Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "clamp", "timestamp": 1643342163062, "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-01-28T03:56:21.534Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7bcf59d1-a8b1-4012-adde-2bec6afe9795 2022-01-28T03:56:21.534Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bcf59d1-a8b1-4012-adde-2bec6afe9795 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-01-28T03:56:21.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "multicloud-k8s-id", "timestamp": 1643342163308, "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-01-28T03:56:21.544Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7bcf59d1-a8b1-4012-adde-2bec6afe9795 2022-01-28T03:56:21.545Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bcf59d1-a8b1-4012-adde-2bec6afe9795 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-01-28T03:56:21.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643342158102, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T03:56:21.552Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "multicloud-k8s-id", "timestamp": 1643342164311, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json", "status": "DEPLOY_OK" } 2022-01-28T03:56:21.552Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T03:56:21.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643342158102, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar", "status": "NOTIFIED" } 2022-01-28T03:56:21.552Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T03:56:21.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643342165897, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T03:56:21.552Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T03:56:21.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643342169741, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T03:56:21.552Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T03:56:21.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643342170745, "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-01-28T03:56:21.555Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7bcf59d1-a8b1-4012-adde-2bec6afe9795 2022-01-28T03:56:21.556Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bcf59d1-a8b1-4012-adde-2bec6afe9795 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-01-28T03:56:21.562Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.562Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "aai-ml", "timestamp": 1643342172753, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar", "status": "DEPLOY_ERROR" } 2022-01-28T03:56:21.562Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T03:56:21.562Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T03:56:21.562Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "aai-ml", "timestamp": 1643342173758, "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-01-28T03:56:21.567Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 7bcf59d1-a8b1-4012-adde-2bec6afe9795 2022-01-28T03:56:21.567Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bcf59d1-a8b1-4012-adde-2bec6afe9795 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-01-28T03:56:22.357Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T03:56:22.358Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T03:56:22.359Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T03:56:22.359Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643342180693, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json", "status": "NOTIFIED" } 2022-01-28T03:56:22.460Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T03:56:22.461Z||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-01-28T03:56:22.461Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T03:56:22.475Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:56:22.476Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-01-28T03:56:23.360Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T03:56:23.361Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T03:56:23.363Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T03:56:23.363Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643342180693, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-01-28T03:56:23.463Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T03:56:23.464Z||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-01-28T03:56:23.464Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T03:56:23.476Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:56:23.477Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T03:56:24.363Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T03:56:24.364Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T03:56:24.367Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T03:56:24.367Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643342180693, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T03:56:24.467Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T03:56:24.468Z||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-01-28T03:56:24.468Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T03:56:24.486Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:56:24.487Z||pool-6-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-01-28T03:56:25.368Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T03:56:25.369Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T03:56:25.370Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T03:56:25.371Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643342180693, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-01-28T03:56:25.471Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T03:56:25.471Z||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-01-28T03:56:25.471Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T03:56:25.484Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:56:25.484Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T03:56:26.371Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T03:56:26.372Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T03:56:26.373Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T03:56:26.373Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643342180693, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T03:56:26.473Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T03:56:26.474Z||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-01-28T03:56:26.474Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T03:56:26.487Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:56:26.488Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-01-28T03:56:27.373Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T03:56:27.374Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T03:56:27.376Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T03:56:27.376Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643342180693, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar", "status": "NOTIFIED" } 2022-01-28T03:56:27.476Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T03:56:27.477Z||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-01-28T03:56:27.477Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T03:56:27.492Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:56:27.492Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T03:56:28.379Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "serviceName": "basic_onboard_ptRwuC", "serviceVersion": "1.0", "serviceUUID": "f9742144-ba41-4293-bd34-54764c9bf3cc", "serviceDescription": "service", "serviceInvariantUUID": "fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7", "resources": [ { "resourceInstanceName": "basic_onboard_ptRwuC 0", "resourceCustomizationUUID": "04870854-62e5-4110-a82b-083466f96415", "resourceName": "basic_onboard_ptRwuC", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a3ffbf90-23c7-40fe-b01a-e882dcc2cbbd", "resourceInvariantUUID": "6377482a-1f7f-44f8-9115-9f573464a319", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_ptrwuc0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json", "artifactChecksum": "ODUxZjM5OTllYjY4NTNmYmZhNjI0NDhiYzJhNzAxZWY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2ed359a9-2251-4736-ad87-746930f06e25", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "b43271df-143b-4c64-bb84-9f16b84a529c", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c80373ad-662f-4575-b91c-539cf9eb48a2", "generatedFromUUID": "b43271df-143b-4c64-bb84-9f16b84a529c" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c80373ad-662f-4575-b91c-539cf9eb48a2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardPtrwuc-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar", "artifactChecksum": "YTNkN2U5NzljZmRhNGFlMGVkZjFmODFjZWM1MWQ0YTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4dc584a4-98d4-4277-b7a7-02e5d814ffc9" } ], "workloadContext": "Production" } 2022-01-28T03:56:28.380Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-28T03:56:28.380Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f9742144-ba41-4293-bd34-54764c9bf3cc ASDC 2022-01-28T03:56:28.445Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:7bcf59d1-a8b1-4012-adde-2bec6afe9795 ServiceName:basic_onboard_ptRwuC ServiceVersion:1.0 ServiceUUID:f9742144-ba41-4293-bd34-54764c9bf3cc ServiceInvariantUUID:fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardPtrwuc-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar ArtifactUUID:4dc584a4-98d4-4277-b7a7-02e5d814ffc9 ArtifactChecksum:YTNkN2U5NzljZmRhNGFlMGVkZjFmODFjZWM1MWQ0YTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_ptRwuC 0 ResourceCustomizationUUID:04870854-62e5-4110-a82b-083466f96415 ResourceInvariantUUID:6377482a-1f7f-44f8-9115-9f573464a319 ResourceName:basic_onboard_ptRwuC ResourceType:VF ResourceUUID:a3ffbf90-23c7-40fe-b01a-e882dcc2cbbd ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_ptrwuc0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json ArtifactUUID:2ed359a9-2251-4736-ad87-746930f06e25 ArtifactChecksum:ODUxZjM5OTllYjY4NTNmYmZhNjI0NDhiYzJhNzAxZWY= 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/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.yaml ArtifactUUID:b43271df-143b-4c64-bb84-9f16b84a529c 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/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env ArtifactUUID:c80373ad-662f-4575-b91c-539cf9eb48a2 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/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env ArtifactUUID:c80373ad-662f-4575-b91c-539cf9eb48a2 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-01-28T03:56:28.445Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f9742144-ba41-4293-bd34-54764c9bf3cc 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-01-28T03:56:28.479Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T03:56:28.479Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T03:56:28.480Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T03:56:28.480Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4dc584a4-98d4-4277-b7a7-02e5d814ffc9 from URL: /sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar 2022-01-28T03:56:28.480Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T03:56:28.481Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar 2022-01-28T03:56:28.900Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T03:56:28.913Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar 4dc584a4-98d4-4277-b7a7-02e5d814ffc9 71546 2022-01-28T03:56:28.914Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar ASDC sendASDCNotification 2022-01-28T03:56:28.914Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar 2022-01-28T03:56:28.915Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T03:56:28.915Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T03:56:28.917Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T03:56:28.917Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643342188913, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T03:56:29.017Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T03:56:29.018Z||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-01-28T03:56:29.018Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T03:56:29.033Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:56:29.034Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-01-28T03:56:29.917Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T03:56:29.918Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T03:56:29.918Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 4dc584a4-98d4-4277-b7a7-02e5d814ffc9, URL: /sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar to file: /app/ASDC/1/service-BasicOnboardPtrwuc-csar.csar 2022-01-28T03:56:29.919Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPtrwuc-csar.csar 2022-01-28T03:56:29.984Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPtrwuc-csar.csar 2022-01-28T03:56:29.984Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPtrwuc-csar.csar 2022-01-28T03:56:30.503Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8605797927852323298/Definitions/service-BasicOnboardPtrwuc-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-01-28T03:56:31.963Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-28T03:56:31.967Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-01-28T03:56:31.967Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPtrwuc-csar.csar 2022-01-28T03:56:31.967Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-01-28T03:56:31.967Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||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-BasicOnboardPtrwuc-csar.csar 2022-01-28T03:56:31.967Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ptRwuC 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-BasicOnboardPtrwuc-csar.csar 2022-01-28T03:56:31.967Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-BasicOnboardPtrwuc-csar.csar 2022-01-28T03:56:31.968Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||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-BasicOnboardPtrwuc-csar.csar 2022-01-28T03:56:31.968Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-BasicOnboardPtrwuc-csar.csar 2022-01-28T03:56:31.968Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardPtrwuc-csar.csar 2022-01-28T03:56:31.968Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPtrwuc-csar.csar 2022-01-28T03:56:31.968Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-BasicOnboardPtrwuc-csar.csar 2022-01-28T03:56:31.968Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||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-BasicOnboardPtrwuc-csar.csar 2022-01-28T03:56:31.968Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-01-28T03:56:31.973Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T03:56:31.974Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ptRwuC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T03:56:31.977Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ptRwuC 0 is matching search criteria 2022-01-28T03:56:31.977Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-01-28T03:56:31.978Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ptRwuC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T03:56:31.979Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T03:56:31.979Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ptRwuC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T03:56:31.979Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ptRwuC 0 is matching search criteria 2022-01-28T03:56:31.979Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-01-28T03:56:31.979Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ptRwuC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T03:56:31.979Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T03:56:31.979Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ptRwuC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T03:56:31.982Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T03:56:31.982Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ptRwuC 0 is not matching search criteria 2022-01-28T03:56:31.982Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-01-28T03:56:31.982Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-01-28T03:56:31.982Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-01-28T03:56:31.982Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-01-28T03:56:31.982Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-01-28T03:56:31.982Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T03:56:31.983Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ptRwuC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-28T03:56:31.983Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T03:56:31.983Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ptRwuC 0 is matching search criteria 2022-01-28T03:56:31.983Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ptRwuC 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T03:56:31.983Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T03:56:31.984Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ptRwuC 0 is matching search criteria 2022-01-28T03:56:31.984Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ptRwuC 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T03:56:31.984Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T03:56:31.984Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ptRwuC 0 is matching search criteria 2022-01-28T03:56:31.984Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ptRwuC 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T03:56:31.984Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T03:56:31.984Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ptRwuC 0 is not matching search criteria 2022-01-28T03:56:31.984Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-01-28T03:56:31.984Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-01-28T03:56:31.984Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=fbc13214-0233-468b-9fae-05792d179f70 2022-01-28T03:56:31.984Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T03:56:31.984Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ptRwuC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T03:56:31.984Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T03:56:31.984Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ptRwuC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T03:56:31.984Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T03:56:31.984Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ptRwuC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T03:56:31.984Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T03:56:31.985Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ptRwuC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T03:56:31.985Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_ptRwuC Description:service Model UUID:f9742144-ba41-4293-bd34-54764c9bf3cc Model Version:NULL Model InvariantUuid:fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_ptRwuC Model UUID:f337021a-d9f9-43bb-92fb-5ea8b496b2ef Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:6377482a-1f7f-44f8-9115-9f573464a319 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:04870854-62e5-4110-a82b-083466f96415 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e529568b-b576-44b0-b030-dabaa7b3e6c1 ModelName:BasicOnboardPtrwuc..base_ubuntu18..module-0 ModelUuid:00118eb9-3400-45af-b099-c60ca4fcb6e9 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:fbc13214-0233-468b-9fae-05792d179f70 ModelInvariantUuid:4257ded7-9d81-486a-9c40-6c03330c0ac8 ModelName:basic_onboard_ptRwuC-nodes.ubuntu18Cvfc ModelUuid:8fa69744-bbf6-4a84-98b6-c7ad863a8d86 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:d3252148-dfd4-4e9c-ad61-cd191ac11f6d ModelInvariantUuid:076cae16-e612-4c3f-a08f-a3065a3b1c41 ModelName:BasicOnboardPtrwuc.compute.nodes.heat.ubuntu18 ModelUuid:a1d49783-dd8e-4383-a03d-a8cea2760203 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-01-28T03:56:31.996Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: a3ffbf90-23c7-40fe-b01a-e882dcc2cbbd 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-01-28T03:56:32.085Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||basic_onboard_ptRwuC 0 2022-01-28T03:56:32.089Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a3ffbf90-23c7-40fe-b01a-e882dcc2cbbd 2022-01-28T03:56:32.089Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2ed359a9-2251-4736-ad87-746930f06e25 from URL: /sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json 2022-01-28T03:56:32.089Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T03:56:32.090Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json 2022-01-28T03:56:32.341Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T03:56:32.341Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json 2ed359a9-2251-4736-ad87-746930f06e25 798 2022-01-28T03:56:32.342Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json ASDC sendASDCNotification 2022-01-28T03:56:32.342Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json 2022-01-28T03:56:32.342Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T03:56:32.342Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T03:56:32.344Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T03:56:32.344Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643342192342, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T03:56:32.444Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T03:56:32.445Z||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-01-28T03:56:32.445Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T03:56:32.458Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:56:32.459Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T03:56:33.345Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardPtrwuc..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "e529568b-b576-44b0-b030-dabaa7b3e6c1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "00118eb9-3400-45af-b099-c60ca4fcb6e9", "vfModuleModelCustomizationUUID": "1407a333-6c20-4e43-bd82-c7f6d3821cbb", "isBase": true, "artifacts": [ "b43271df-143b-4c64-bb84-9f16b84a529c", "c80373ad-662f-4575-b91c-539cf9eb48a2" ], "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-01-28T03:56:33.360Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardPtrwuc..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:00118eb9-3400-45af-b099-c60ca4fcb6e9 VfModuleModelInvariantUUID:e529568b-b576-44b0-b030-dabaa7b3e6c1 VfModuleModelDescription:NULL Artifacts UUID List:{ b43271df-143b-4c64-bb84-9f16b84a529c , c80373ad-662f-4575-b91c-539cf9eb48a2 } 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-01-28T03:56:33.362Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardPtrwuc..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "e529568b-b576-44b0-b030-dabaa7b3e6c1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "00118eb9-3400-45af-b099-c60ca4fcb6e9", "vfModuleModelCustomizationUUID": "1407a333-6c20-4e43-bd82-c7f6d3821cbb", "isBase": true, "artifacts": [ "b43271df-143b-4c64-bb84-9f16b84a529c", "c80373ad-662f-4575-b91c-539cf9eb48a2" ], "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-01-28T03:56:33.362Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardPtrwuc..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:00118eb9-3400-45af-b099-c60ca4fcb6e9 VfModuleModelInvariantUUID:e529568b-b576-44b0-b030-dabaa7b3e6c1 VfModuleModelDescription:NULL Artifacts UUID List:{ b43271df-143b-4c64-bb84-9f16b84a529c , c80373ad-662f-4575-b91c-539cf9eb48a2 } 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-01-28T03:56:33.362Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b43271df-143b-4c64-bb84-9f16b84a529c from URL: /sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.yaml 2022-01-28T03:56:33.362Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T03:56:33.362Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.yaml 2022-01-28T03:56:33.639Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T03:56:33.640Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.yaml b43271df-143b-4c64-bb84-9f16b84a529c 5033 2022-01-28T03:56:33.640Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-01-28T03:56:33.641Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.yaml 2022-01-28T03:56:33.641Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T03:56:33.641Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T03:56:33.644Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T03:56:33.644Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643342193640, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T03:56:33.744Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T03:56:33.745Z||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-01-28T03:56:33.745Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T03:56:33.761Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:56:33.762Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-01-28T03:56:34.645Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c80373ad-662f-4575-b91c-539cf9eb48a2 from URL: /sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env 2022-01-28T03:56:34.646Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T03:56:34.646Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env 2022-01-28T03:56:34.935Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T03:56:34.936Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env c80373ad-662f-4575-b91c-539cf9eb48a2 909 2022-01-28T03:56:34.936Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-01-28T03:56:34.936Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env 2022-01-28T03:56:34.936Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T03:56:34.936Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T03:56:34.938Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T03:56:34.938Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643342194936, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-01-28T03:56:35.038Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T03:56:35.039Z||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-01-28T03:56:35.040Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T03:56:35.054Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:56:35.054Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-01-28T03:56:35.939Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: f9742144-ba41-4293-bd34-54764c9bf3cc 2022-01-28T03:56:35.939Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ptRwuC 0 a3ffbf90-23c7-40fe-b01a-e882dcc2cbbd 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-01-28T03:56:35.965Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@18a71be0, org.onap.sdc.toscaparser.api.parameters.Input@781e1832, org.onap.sdc.toscaparser.api.parameters.Input@71f52d04, org.onap.sdc.toscaparser.api.parameters.Input@6a41ac66, org.onap.sdc.toscaparser.api.parameters.Input@4a19d2d5] 2022-01-28T03:56:35.968Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T03:56:35.968Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ptRwuC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T03:56:35.968Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-01-28T03:56:35.968Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 04870854-62e5-4110-a82b-083466f96415 2022-01-28T03:56:35.968Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 04870854-62e5-4110-a82b-083466f96415 matches Tosca VF Customization UUID: 04870854-62e5-4110-a82b-083466f96415 2022-01-28T03:56:35.968Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 04870854-62e5-4110-a82b-083466f96415 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-01-28T03:56:35.973Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T03:56:35.973Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ptRwuC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T03:56:35.974Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 04870854-62e5-4110-a82b-083466f96415: {\"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-01-28T03:56:35.974Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5b8055aa 2022-01-28T03:56:35.974Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T03:56:35.974Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ptRwuC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-28T03:56:35.975Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1407a333-6c20-4e43-bd82-c7f6d3821cbb 2022-01-28T03:56:35.975Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1407a333-6c20-4e43-bd82-c7f6d3821cbb 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-01-28T03:56:35.979Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T03:56:35.979Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ptRwuC 0 is matching search criteria 2022-01-28T03:56:35.979Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ptRwuC 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T03:56:35.980Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T03:56:35.980Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ptRwuC 0 is matching search criteria 2022-01-28T03:56:35.980Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ptRwuC 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T03:56:35.980Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T03:56:35.980Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ptRwuC 0 is not matching search criteria 2022-01-28T03:56:35.980Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-01-28T03:56:35.980Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-01-28T03:56:35.980Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=fbc13214-0233-468b-9fae-05792d179f70 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-01-28T03:56:35.996Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T03:56:35.997Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ptRwuC 0 is matching search criteria 2022-01-28T03:56:35.997Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ptRwuC 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T03:56:35.997Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T03:56:35.997Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ptRwuC 0 is matching search criteria 2022-01-28T03:56:35.997Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ptRwuC 0] matching following query criteria: sdcType=VF, customizationUUID=04870854-62e5-4110-a82b-083466f96415 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-01-28T03:56:35.999Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T03:56:35.999Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ptRwuC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T03:56:36.000Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid f9742144-ba41-4293-bd34-54764c9bf3cc: basic_onboard_ptRwuC 2022-01-28T03:56:36.000Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T03:56:36.000Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ptRwuC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T03:56:36.000Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T03:56:36.000Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ptRwuC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T03:56:36.000Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T03:56:36.000Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ptRwuC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T03:56:36.000Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T03:56:36.001Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ptRwuC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T03:56:36.001Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T03:56:36.001Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ptRwuC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T03:56:36.001Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_ptRwuC 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-01-28T03:56:36.167Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ptRwuC a3ffbf90-23c7-40fe-b01a-e882dcc2cbbd 1 ASDC deployResourceStructure 2022-01-28T03:56:36.167Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json ASDC sendASDCNotification 2022-01-28T03:56:36.167Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json 2022-01-28T03:56:36.167Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T03:56:36.168Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T03:56:36.169Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T03:56:36.169Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643342196167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json", "status": "DEPLOY_OK" } 2022-01-28T03:56:36.269Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T03:56:36.270Z||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-01-28T03:56:36.270Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T03:56:36.284Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:56:36.284Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-01-28T03:56:37.173Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-01-28T03:56:37.173Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.yaml 2022-01-28T03:56:37.173Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T03:56:37.174Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T03:56:37.175Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T03:56:37.176Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643342197173, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-01-28T03:56:37.275Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T03:56:37.276Z||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-01-28T03:56:37.276Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T03:56:37.289Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:56:37.290Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T03:56:38.176Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-01-28T03:56:38.177Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env 2022-01-28T03:56:38.178Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T03:56:38.178Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T03:56:38.181Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T03:56:38.181Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643342198176, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-01-28T03:56:38.281Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T03:56:38.282Z||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-01-28T03:56:38.282Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T03:56:38.296Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:56:38.296Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-01-28T03:56:39.183Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar ASDC sendASDCNotification 2022-01-28T03:56:39.183Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar 2022-01-28T03:56:39.183Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T03:56:39.184Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T03:56:39.186Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T03:56:39.186Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643342199183, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T03:56:39.286Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T03:56:39.287Z||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-01-28T03:56:39.287Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T03:56:39.300Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:56:39.300Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T03:56:40.188Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bcf59d1-a8b1-4012-adde-2bec6afe9795 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T03:56:40.207Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bcf59d1-a8b1-4012-adde-2bec6afe9795 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T03:56:40.210Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T03:56:40.210Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-28T03:56:40.210Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-28T03:56:40.210Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-28T03:56:40.210Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-01-28T03:56:40.210Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-01-28T03:56:40.215Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-28T03:57:10.215Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7bcf59d1-a8b1-4012-adde-2bec6afe9795 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-01-28T03:57:10.222Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7bcf59d1-a8b1-4012-adde-2bec6afe9795 and serviceModelVersionId: f9742144-ba41-4293-bd34-54764c9bf3cc 2022-01-28T03:57:10.222Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7 2022-01-28T03:57:20.386Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc?depth=0 2022-01-28T03:57:20.456Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-01-28T03:57:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:57:20.696Z||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-01-28T03:57:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:57:20.782Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc?depth=0|INFO|500||Invoke 2022-01-28T03:57:20.836Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:57:20.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T03:57:20.837Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643342180693, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T03:57:20.837Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7bcf59d1-a8b1-4012-adde-2bec6afe9795], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f23f39f8-0e91-4ae4-ad07-fcf53461d324], X-ECOMP-RequestID=[7bcf59d1-a8b1-4012-adde-2bec6afe9795], X-TransactionId=[], X-ONAP-RequestID=[7bcf59d1-a8b1-4012-adde-2bec6afe9795], Content-Type=[application/merge-patch+json]} 2022-01-28T03:57:20.838Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T03:57:20.963Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-01-28T03:57:21.034Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc?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/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220128-03:57:20:974-51608], Content-Length=[495], Date=[Fri, 28 Jan 2022 03:57:20 GMT], Content-Type=[application/json]} 2022-01-28T03:57:21.038Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc?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/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc","ERR.5.4.6114"]}}} 2022-01-28T03:57:21.038Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc?depth=0|INFO|404|Not Found|InvokeReturn 2022-01-28T03:57:21.054Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=7bcf59d1-a8b1-4012-adde-2bec6afe9795 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc) (ec=ERR.5.4.6114) 2022-01-28T03:57:21.054Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7bcf59d1-a8b1-4012-adde-2bec6afe9795 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc) (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-01-28T03:57:21.055Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7bcf59d1-a8b1-4012-adde-2bec6afe9795 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc) (ec=ERR.5.4.6114) 2022-01-28T03:57:21.055Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=7bcf59d1-a8b1-4012-adde-2bec6afe9795 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc) (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-01-28T03:57:21.060Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-01-28T03:57:21.063Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7bcf59d1-a8b1-4012-adde-2bec6afe9795 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7bcf59d1-a8b1-4012-adde-2bec6afe9795 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc) (ec=ERR.5.4.6114) 2022-01-28T03:57:21.064Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-01-28T03:57:21.064Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T03:57:21.065Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T03:57:21.065Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643342241063, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d7bcf59d1-a8b1-4012-adde-2bec6afe9795 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc) (ec\u003dERR.5.4.6114)" } 2022-01-28T03:57:21.218Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 153 ms 2022-01-28T03:57:21.219Z||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-01-28T03:57:21.219Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T03:57:21.234Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:57:21.235Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 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-01-28T03:57:22.082Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:57:22.082Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-01-28T03:57:22.082Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:57:31.619Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:58:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:58:20.694Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-01-28T03:58:20.694Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:58:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:58:20.695Z||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-01-28T03:58:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:58:20.722Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:58:20.724Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T03:58:20.724Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643342180693, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json", "status": "NOTIFIED" } 2022-01-28T03:58:20.726Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T03:58:20.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T03:58:20.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643342180693, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-01-28T03:58:20.727Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T03:58:20.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T03:58:20.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643342180693, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T03:58:20.727Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T03:58:20.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T03:58:20.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643342180693, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-01-28T03:58:20.728Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T03:58:20.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T03:58:20.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643342180693, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T03:58:20.728Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T03:58:20.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T03:58:20.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643342180693, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar", "status": "NOTIFIED" } 2022-01-28T03:58:20.729Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T03:58:20.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T03:58:20.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643342188913, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T03:58:20.729Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T03:58:20.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T03:58:20.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643342192342, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T03:58:20.730Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T03:58:20.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T03:58:20.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643342193640, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T03:58:20.730Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T03:58:20.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T03:58:20.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643342194936, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-01-28T03:58:20.730Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T03:58:20.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T03:58:20.731Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643342196167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json", "status": "DEPLOY_OK" } 2022-01-28T03:58:20.731Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T03:58:20.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T03:58:20.731Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643342197173, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-01-28T03:58:20.731Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T03:58:20.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T03:58:20.731Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643342198176, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-01-28T03:58:20.731Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T03:58:20.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T03:58:20.731Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643342199183, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T03:58:20.732Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T03:58:30.239Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:59:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:59:20.694Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-01-28T03:59:20.694Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:59:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T03:59:20.696Z||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-01-28T03:59:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T03:59:21.223Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T03:59:21.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T03:59:21.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643342241063, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d7bcf59d1-a8b1-4012-adde-2bec6afe9795 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc) (ec\u003dERR.5.4.6114)" } 2022-01-28T03:59:21.225Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T03:59:30.267Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:00:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:00:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-01-28T04:00:20.694Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:00:20.695Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:00:20.695Z||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-01-28T04:00:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:00:30.241Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:00:30.241Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:01:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:01:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-01-28T04:01:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:01:20.695Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:01:20.695Z||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-01-28T04:01:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:01:30.236Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:01:30.241Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:02:20.692Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:02:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-01-28T04:02:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:02:20.695Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:02:20.695Z||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-01-28T04:02:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:02:30.234Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:02:30.236Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:03:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:03:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-01-28T04:03:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:03:20.695Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:03:20.696Z||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-01-28T04:03:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:03:30.238Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:03:30.242Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:04:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:04:20.694Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-01-28T04:04:20.694Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:04:20.695Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:04:20.695Z||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-01-28T04:04:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:04:30.238Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:04:30.242Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:05:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:05:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-01-28T04:05:20.694Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:05:20.695Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:05:20.695Z||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-01-28T04:05:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:05:30.238Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:05:30.240Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:06:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:06:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-01-28T04:06:20.694Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:06:20.695Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:06:20.695Z||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-01-28T04:06:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:06:30.236Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:06:30.238Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:07:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:07:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-01-28T04:07:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:07:20.695Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:07:20.695Z||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-01-28T04:07:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:07:30.238Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:07:30.243Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:08:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:08:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-01-28T04:08:20.694Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:08:20.695Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:08:20.695Z||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-01-28T04:08:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:08:30.238Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:08:30.240Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:09:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:09:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-01-28T04:09:20.694Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:09:20.695Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:09:20.695Z||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-01-28T04:09:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:09:30.237Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:09:30.239Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:10:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:10:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-01-28T04:10:20.694Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:10:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:10:20.696Z||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-01-28T04:10:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:10:30.236Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:10:30.238Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:11:20.692Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:11:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-01-28T04:11:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:11:20.695Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:11:20.695Z||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-01-28T04:11:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:11:30.237Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:11:30.239Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:12:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:12:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-01-28T04:12:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:12:20.695Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:12:20.695Z||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-01-28T04:12:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:12:30.235Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:12:30.237Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:13:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:13:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-01-28T04:13:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:13:20.695Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:13:20.695Z||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-01-28T04:13:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:13:30.238Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:13:30.240Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:14:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:14:20.694Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-01-28T04:14:20.694Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:14:20.695Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:14:20.695Z||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-01-28T04:14:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:14:30.237Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:14:30.240Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:15:20.694Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:15:20.695Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-01-28T04:15:20.695Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:15:20.695Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:15:20.695Z||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-01-28T04:15:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:15:30.242Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:15:30.242Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:16:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:16:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-01-28T04:16:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:16:20.695Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:16:20.695Z||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-01-28T04:16:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:16:30.235Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:16:30.242Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:17:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:17:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-01-28T04:17:20.694Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:17:20.695Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:17:20.695Z||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-01-28T04:17:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:17:30.237Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:17:30.243Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:18:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:18:20.694Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-01-28T04:18:20.694Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:18:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:18:20.695Z||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-01-28T04:18:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:18:23.351Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:18:23.351Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T04:18:23.351Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"77a0bf3d-571f-4181-b3e5-62c0a1b396b0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d4d91191-d36f-4b96-9c38-87e082570c0a","serviceDescription":"service","serviceInvariantUUID":"ed693583-19e0-42cb-bd72-2b5359ea3bae","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"8aad2df9-811e-46f6-81e1-c8639df8e4d4","resourceInvariantUUID":"f23331d6-c3c3-4381-8260-8ffad9718154","resourceCustomizationUUID":"76f1c43b-f44e-4a80-9b5c-5acc29d22b48","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":"ZTk3YTU4MjFiMDA2OTk5ZmVlOGYyOGZjNDg4ZWJhMmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"41575366-a344-47bd-a247-fdb5f326bcfe","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZWIwMWJlYTY1YjM1ODhjOGNhYWVjOGJiZmRmMzM2OGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eb80c06b-6e90-444f-b99a-322cd7b6fc17","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-28T04:18:23.353Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:18:23.353Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:18:23.355Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:18:23.355Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343500693, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:18:23.455Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:18:23.456Z||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-01-28T04:18:23.457Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:18:23.474Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:18:23.474Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":3,"count":1} 2022-01-28T04:18:24.086Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:18:24.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:18:24.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343500693, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:18:24.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:18:24.355Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:18:24.356Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:18:24.358Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:18:24.358Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343500693, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:18:24.458Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:18:24.459Z||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-01-28T04:18:24.459Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:18:24.474Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:18:24.474Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-01-28T04:18:25.359Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "d4d91191-d36f-4b96-9c38-87e082570c0a", "serviceDescription": "service", "serviceInvariantUUID": "ed693583-19e0-42cb-bd72-2b5359ea3bae", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "76f1c43b-f44e-4a80-9b5c-5acc29d22b48", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "8aad2df9-811e-46f6-81e1-c8639df8e4d4", "resourceInvariantUUID": "f23331d6-c3c3-4381-8260-8ffad9718154", "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": "ZWIwMWJlYTY1YjM1ODhjOGNhYWVjOGJiZmRmMzM2OGU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "eb80c06b-6e90-444f-b99a-322cd7b6fc17" } ], "workloadContext": "Production" } 2022-01-28T04:18:25.360Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-28T04:18:25.360Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d4d91191-d36f-4b96-9c38-87e082570c0a ASDC 2022-01-28T04:18:25.360Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:77a0bf3d-571f-4181-b3e5-62c0a1b396b0 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:d4d91191-d36f-4b96-9c38-87e082570c0a ServiceInvariantUUID:ed693583-19e0-42cb-bd72-2b5359ea3bae 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:eb80c06b-6e90-444f-b99a-322cd7b6fc17 ArtifactChecksum:ZWIwMWJlYTY1YjM1ODhjOGNhYWVjOGJiZmRmMzM2OGU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:76f1c43b-f44e-4a80-9b5c-5acc29d22b48 ResourceInvariantUUID:f23331d6-c3c3-4381-8260-8ffad9718154 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:8aad2df9-811e-46f6-81e1-c8639df8e4d4 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-01-28T04:18:25.361Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d4d91191-d36f-4b96-9c38-87e082570c0a 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-01-28T04:18:25.396Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T04:18:25.396Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:18:25.397Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:18:25.397Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: eb80c06b-6e90-444f-b99a-322cd7b6fc17 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-01-28T04:18:25.397Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T04:18:25.397Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-01-28T04:18:26.094Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T04:18:26.097Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar eb80c06b-6e90-444f-b99a-322cd7b6fc17 52487 2022-01-28T04:18:26.097Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-01-28T04:18:26.098Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-01-28T04:18:26.098Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T04:18:26.098Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:18:26.099Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:18:26.100Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343506097, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:18:26.200Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:18:26.201Z||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-01-28T04:18:26.201Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:18:26.214Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:18:26.214Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:18:27.100Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T04:18:27.101Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:18:27.101Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: eb80c06b-6e90-444f-b99a-322cd7b6fc17, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-01-28T04:18:27.101Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-01-28T04:18:27.101Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-01-28T04:18:27.101Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-01-28T04:18:27.208Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16757657636028868048/Definitions/service-BasicNetwork-template.yml 2022-01-28T04:18:27.581Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-28T04:18:27.581Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-01-28T04:18:27.581Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-01-28T04:18:27.581Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-01-28T04:18:27.582Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||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-01-28T04:18:27.582Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||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-01-28T04:18:27.582Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||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-01-28T04:18:27.582Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||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-01-28T04:18:27.582Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|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-BasicNetwork-csar.csar 2022-01-28T04:18:27.582Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||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-01-28T04:18:27.582Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||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-01-28T04:18:27.582Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||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-01-28T04:18:27.582Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-01-28T04:18:27.582Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:18:27.582Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:18:27.582Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-01-28T04:18:27.582Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-01-28T04:18:27.582Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T04:18:27.582Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:18:27.582Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:18:27.583Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-01-28T04:18:27.583Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-01-28T04:18:27.583Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T04:18:27.583Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:18:27.583Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:18:27.583Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:18:27.583Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:18:27.583Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:18:27.583Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:18:27.583Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:18:27.583Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:18:27.584Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:18:27.584Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:18:27.584Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:d4d91191-d36f-4b96-9c38-87e082570c0a Model Version:NULL Model InvariantUuid:ed693583-19e0-42cb-bd72-2b5359ea3bae Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:f23331d6-c3c3-4381-8260-8ffad9718154 Model UUID:e0eac4b0-857b-4ef2-9745-50de6cfed10b Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:76f1c43b-f44e-4a80-9b5c-5acc29d22b48 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-01-28T04:18:27.588Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 8aad2df9-811e-46f6-81e1-c8639df8e4d4 2022-01-28T04:18:27.589Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||No resources found for Service: d4d91191-d36f-4b96-9c38-87e082570c0a 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-01-28T04:18:27.592Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500|| 2022-01-28T04:18:27.592Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-01-28T04:18:27.593Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||No resources found for Service: d4d91191-d36f-4b96-9c38-87e082570c0a 2022-01-28T04:18:27.593Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: d4d91191-d36f-4b96-9c38-87e082570c0a 2022-01-28T04:18:27.593Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-01-28T04:18:27.593Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||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-01-28T04:18:27.597Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@58ec61b8, org.onap.sdc.toscaparser.api.parameters.Input@5976c97a, org.onap.sdc.toscaparser.api.parameters.Input@f2eec9e, org.onap.sdc.toscaparser.api.parameters.Input@6e21797f, org.onap.sdc.toscaparser.api.parameters.Input@557b24a2] 2022-01-28T04:18:27.598Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:18:27.598Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:18:27.598Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:18:27.598Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:18:27.599Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid d4d91191-d36f-4b96-9c38-87e082570c0a: Generic NeutronNet 2022-01-28T04:18:27.599Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:18:27.599Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:18:27.599Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:18:27.599Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||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-01-28T04:18:27.637Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:18:27.637Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:18:27.637Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:18:27.637Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:18:27.637Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:18:27.637Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:18:27.638Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||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-01-28T04:18:27.688Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-01-28T04:18:27.688Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-01-28T04:18:27.688Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-01-28T04:18:27.688Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T04:18:27.689Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:18:27.690Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:18:27.690Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343507688, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:18:27.790Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:18:27.791Z||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-01-28T04:18:27.791Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:18:27.806Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:18:27.806Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:18:28.692Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 77a0bf3d-571f-4181-b3e5-62c0a1b396b0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:18:28.705Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 77a0bf3d-571f-4181-b3e5-62c0a1b396b0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:18:28.708Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:18:28.708Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T04:18:28.708Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T04:18:58.708Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 77a0bf3d-571f-4181-b3e5-62c0a1b396b0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:18:58.720Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 77a0bf3d-571f-4181-b3e5-62c0a1b396b0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:18:58.722Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:18:58.722Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T04:18:58.723Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T04:19:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:19:20.696Z||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-01-28T04:19:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:19:20.820Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:19:20.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:19:20.821Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343500693, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:19:20.822Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:19:28.723Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 77a0bf3d-571f-4181-b3e5-62c0a1b396b0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:19:28.736Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 77a0bf3d-571f-4181-b3e5-62c0a1b396b0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:19:28.739Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:19:28.740Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T04:19:28.740Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T04:19:58.740Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 77a0bf3d-571f-4181-b3e5-62c0a1b396b0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:19:58.751Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 77a0bf3d-571f-4181-b3e5-62c0a1b396b0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:19:58.754Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:19:58.754Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T04:19:58.754Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T04:20:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:20:20.696Z||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-01-28T04:20:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:20:21.221Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:20:21.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:20:21.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0", "consumerID": "aai-ml", "timestamp": 1643343503887, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:20:21.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:20:21.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:20:21.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0", "consumerID": "policy-id", "timestamp": 1643343504690, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:20:21.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:20:21.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:20:21.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0", "consumerID": "aai-ml", "timestamp": 1643343503887, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:20:21.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:20:21.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:20:21.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343506097, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:20:21.226Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:20:21.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:20:21.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0", "consumerID": "policy-id", "timestamp": 1643343504690, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:20:21.226Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:20:21.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:20:21.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0", "consumerID": "cds", "timestamp": 1643343506207, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:20:21.226Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:20:21.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:20:21.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0", "consumerID": "aai-ml", "timestamp": 1643343506904, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:20:21.227Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:20:21.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:20:21.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343507688, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:20:21.227Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:20:21.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:20:21.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0", "consumerID": "policy-id", "timestamp": 1643343507803, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:20:21.227Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:20:21.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:20:21.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0", "consumerID": "cds", "timestamp": 1643343506207, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:20:21.227Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:20:21.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:20:21.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643343508102, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:20:21.228Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:20:21.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:20:21.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0", "consumerID": "policy-id", "timestamp": 1643343508806, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:20:21.228Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:20:21.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:20:21.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0", "consumerID": "cds", "timestamp": 1643343509209, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:20:21.228Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:20:21.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:20:21.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643343508102, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:20:21.228Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:20:21.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:20:21.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0", "consumerID": "policy-id", "timestamp": 1643343509809, "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-01-28T04:20:21.237Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 77a0bf3d-571f-4181-b3e5-62c0a1b396b0 2022-01-28T04:20:21.238Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77a0bf3d-571f-4181-b3e5-62c0a1b396b0 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-01-28T04:20:21.247Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:20:21.247Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0", "consumerID": "cds", "timestamp": 1643343510215, "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-01-28T04:20:21.252Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 77a0bf3d-571f-4181-b3e5-62c0a1b396b0 2022-01-28T04:20:21.252Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77a0bf3d-571f-4181-b3e5-62c0a1b396b0 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-01-28T04:20:21.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:20:21.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0", "consumerID": "ves-openapi-manager", "timestamp": 1643343509944, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:20:21.259Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:20:21.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:20:21.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643343511099, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:20:21.259Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:20:21.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:20:21.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0", "consumerID": "aai-ml", "timestamp": 1643343511102, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_ERROR" } 2022-01-28T04:20:21.259Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:20:21.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:20:21.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0", "consumerID": "ves-openapi-manager", "timestamp": 1643343509944, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:20:21.260Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:20:21.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:20:21.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0", "consumerID": "multicloud-k8s-id", "timestamp": 1643343511153, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:20:21.260Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:20:21.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:20:21.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0", "consumerID": "aai-ml", "timestamp": 1643343512106, "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-01-28T04:20:21.264Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 77a0bf3d-571f-4181-b3e5-62c0a1b396b0 2022-01-28T04:20:21.264Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77a0bf3d-571f-4181-b3e5-62c0a1b396b0 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-01-28T04:20:21.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:20:21.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643343512569, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:20:21.272Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:20:21.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:20:21.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0", "consumerID": "multicloud-k8s-id", "timestamp": 1643343511153, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:20:21.273Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:20:21.273Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:20:21.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643343513571, "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-01-28T04:20:21.277Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 77a0bf3d-571f-4181-b3e5-62c0a1b396b0 2022-01-28T04:20:21.277Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77a0bf3d-571f-4181-b3e5-62c0a1b396b0 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-01-28T04:20:21.285Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:20:21.285Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0", "consumerID": "clamp", "timestamp": 1643343515840, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:20:21.285Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:20:21.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:20:21.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0", "consumerID": "clamp", "timestamp": 1643343515840, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:20:21.286Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:20:21.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:20:21.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0", "consumerID": "clamp", "timestamp": 1643343521191, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:20:21.286Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:20:21.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:20:21.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0", "consumerID": "clamp", "timestamp": 1643343524192, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:20:21.286Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:20:21.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:20:21.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0", "consumerID": "clamp", "timestamp": 1643343525194, "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-01-28T04:20:21.291Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 77a0bf3d-571f-4181-b3e5-62c0a1b396b0 2022-01-28T04:20:21.291Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77a0bf3d-571f-4181-b3e5-62c0a1b396b0 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-01-28T04:20:28.755Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 77a0bf3d-571f-4181-b3e5-62c0a1b396b0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:20:28.768Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 77a0bf3d-571f-4181-b3e5-62c0a1b396b0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:20:28.773Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:20:28.773Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-28T04:20:28.773Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-28T04:20:28.773Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-28T04:20:28.773Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-01-28T04:20:28.773Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|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-01-28T04:20:28.779Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-28T04:20:58.779Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 77a0bf3d-571f-4181-b3e5-62c0a1b396b0 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-01-28T04:20:58.784Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 77a0bf3d-571f-4181-b3e5-62c0a1b396b0 and serviceModelVersionId: d4d91191-d36f-4b96-9c38-87e082570c0a 2022-01-28T04:20:58.785Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ed693583-19e0-42cb-bd72-2b5359ea3bae 2022-01-28T04:20:58.786Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a?depth=0 2022-01-28T04:20:58.792Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-01-28T04:20:58.821Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a?depth=0|INFO|500||Invoke 2022-01-28T04:20:58.821Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[77a0bf3d-571f-4181-b3e5-62c0a1b396b0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f18efee1-b35b-435e-a554-efcbc543729c], X-ECOMP-RequestID=[77a0bf3d-571f-4181-b3e5-62c0a1b396b0], X-TransactionId=[], X-ONAP-RequestID=[77a0bf3d-571f-4181-b3e5-62c0a1b396b0], Content-Type=[application/merge-patch+json]} 2022-01-28T04:20:58.841Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-01-28T04:20:58.942Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a?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/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220128-04:20:58:847-90836], Content-Length=[495], Date=[Fri, 28 Jan 2022 04:20:58 GMT], Content-Type=[application/json]} 2022-01-28T04:20:58.943Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a?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/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a","ERR.5.4.6114"]}}} 2022-01-28T04:20:58.945Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a?depth=0|INFO|404|Not Found|InvokeReturn 2022-01-28T04:20:58.950Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=77a0bf3d-571f-4181-b3e5-62c0a1b396b0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a) (ec=ERR.5.4.6114) 2022-01-28T04:20:58.950Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=77a0bf3d-571f-4181-b3e5-62c0a1b396b0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a) (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-01-28T04:20:58.950Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=77a0bf3d-571f-4181-b3e5-62c0a1b396b0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a) (ec=ERR.5.4.6114) 2022-01-28T04:20:58.950Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=77a0bf3d-571f-4181-b3e5-62c0a1b396b0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a) (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-01-28T04:20:58.953Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|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-01-28T04:20:58.954Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 77a0bf3d-571f-4181-b3e5-62c0a1b396b0 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=77a0bf3d-571f-4181-b3e5-62c0a1b396b0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a) (ec=ERR.5.4.6114) 2022-01-28T04:20:58.954Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-01-28T04:20:58.954Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:20:58.955Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:20:58.955Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343658954, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d77a0bf3d-571f-4181-b3e5-62c0a1b396b0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a) (ec\u003dERR.5.4.6114)" } 2022-01-28T04:20:59.056Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T04:20:59.056Z||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-01-28T04:20:59.057Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:20:59.081Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:20:59.081Z||pool-23-thread-1|||||INFO|500||cambria reply ok (25 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-01-28T04:20:59.969Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:20:59.970Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|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-01-28T04:20:59.970Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:21:10.358Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:21:10.359Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:21:10.360Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|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-01-28T04:21:10.360Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:21:19.901Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:21:20.693Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:21:20.693Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|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-01-28T04:21:20.694Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:21:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:21:20.695Z||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-01-28T04:21:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:21:21.320Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:21:21.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:21:21.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343658954, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d77a0bf3d-571f-4181-b3e5-62c0a1b396b0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a) (ec\u003dERR.5.4.6114)" } 2022-01-28T04:21:21.322Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:21:30.233Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:22:20.693Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:22:20.694Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|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-01-28T04:22:20.694Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:22:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:22:20.696Z||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-01-28T04:22:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:22:20.834Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:22:20.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643343718102, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.840Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "aai-ml", "timestamp": 1643343713887, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.840Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.841Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "cds", "timestamp": 1643343716207, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.841Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.841Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.841Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643343718102, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.842Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.842Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "aai-ml", "timestamp": 1643343713887, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.842Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.842Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "cds", "timestamp": 1643343716207, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.843Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643343718102, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.843Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "aai-ml", "timestamp": 1643343713887, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.843Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "cds", "timestamp": 1643343716207, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.843Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "policy-id", "timestamp": 1643343724690, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.843Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643343718102, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.843Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "aai-ml", "timestamp": 1643343713887, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.843Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "cds", "timestamp": 1643343716207, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.843Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "policy-id", "timestamp": 1643343724690, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.844Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "clamp", "timestamp": 1643343725840, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.844Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643343718102, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.844Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "aai-ml", "timestamp": 1643343713887, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.844Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "cds", "timestamp": 1643343716207, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.844Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "policy-id", "timestamp": 1643343724690, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-01-28T04:22:20.844Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "clamp", "timestamp": 1643343725840, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-01-28T04:22:20.845Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643343718102, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.845Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "aai-ml", "timestamp": 1643343713887, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.845Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "cds", "timestamp": 1643343716207, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.845Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "policy-id", "timestamp": 1643343724690, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.845Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "clamp", "timestamp": 1643343725840, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.845Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643343718102, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:22:20.845Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "aai-ml", "timestamp": 1643343713887, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:22:20.846Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.846Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "cds", "timestamp": 1643343716207, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:22:20.846Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.846Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "policy-id", "timestamp": 1643343724690, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.846Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.846Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "clamp", "timestamp": 1643343725840, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.846Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.846Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "aai-ml", "timestamp": 1643343730164, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:22:20.846Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:22:20.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.846Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643343730164, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:22:20.846Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:22:20.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.846Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "cds", "timestamp": 1643343730180, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:22:20.846Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:22:20.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.846Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "policy-id", "timestamp": 1643343724690, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.846Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.846Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "clamp", "timestamp": 1643343725840, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.846Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.847Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "ves-openapi-manager", "timestamp": 1643343729944, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.847Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.847Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "cds", "timestamp": 1643343731187, "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-01-28T04:22:20.868Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3a21cbd9-c662-4529-8efe-99a628ccceb7 2022-01-28T04:22:20.868Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a21cbd9-c662-4529-8efe-99a628ccceb7 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-01-28T04:22:20.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "policy-id", "timestamp": 1643343724690, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:22:20.878Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "clamp", "timestamp": 1643343725840, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.879Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "ves-openapi-manager", "timestamp": 1643343729944, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.879Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "multicloud-k8s-id", "timestamp": 1643343731153, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.879Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643343732242, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:22:20.880Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:22:20.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "clamp", "timestamp": 1643343725840, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:22:20.880Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "policy-id", "timestamp": 1643343732469, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:22:20.881Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:22:20.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "ves-openapi-manager", "timestamp": 1643343729944, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "multicloud-k8s-id", "timestamp": 1643343731153, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-01-28T04:22:20.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "cds", "timestamp": 1643343732191, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.882Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643343733246, "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-01-28T04:22:20.888Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3a21cbd9-c662-4529-8efe-99a628ccceb7 2022-01-28T04:22:20.889Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a21cbd9-c662-4529-8efe-99a628ccceb7 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-01-28T04:22:20.898Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.898Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "policy-id", "timestamp": 1643343733473, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:22:20.899Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:22:20.899Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.899Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "ves-openapi-manager", "timestamp": 1643343729944, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.899Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.899Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.899Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "multicloud-k8s-id", "timestamp": 1643343731153, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-01-28T04:22:20.899Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.899Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.899Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "cds", "timestamp": 1643343732191, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.900Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.900Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.900Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "policy-id", "timestamp": 1643343734476, "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-01-28T04:22:20.904Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3a21cbd9-c662-4529-8efe-99a628ccceb7 2022-01-28T04:22:20.904Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a21cbd9-c662-4529-8efe-99a628ccceb7 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-01-28T04:22:20.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "ves-openapi-manager", "timestamp": 1643343729944, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.917Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "multicloud-k8s-id", "timestamp": 1643343731153, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.917Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "cds", "timestamp": 1643343732191, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.918Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "aai-ml", "timestamp": 1643343734838, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_ERROR" } 2022-01-28T04:22:20.918Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:22:20.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "policy-id", "timestamp": 1643343724690, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.918Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "ves-openapi-manager", "timestamp": 1643343729944, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.919Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "multicloud-k8s-id", "timestamp": 1643343731153, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-01-28T04:22:20.919Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "cds", "timestamp": 1643343732191, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.919Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "aai-ml", "timestamp": 1643343735843, "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-01-28T04:22:20.924Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 3a21cbd9-c662-4529-8efe-99a628ccceb7 2022-01-28T04:22:20.925Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a21cbd9-c662-4529-8efe-99a628ccceb7 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-01-28T04:22:20.933Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.933Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "policy-id", "timestamp": 1643343724690, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.933Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.934Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.934Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "ves-openapi-manager", "timestamp": 1643343729944, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.934Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.934Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.934Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "multicloud-k8s-id", "timestamp": 1643343731153, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.934Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.934Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.934Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "cds", "timestamp": 1643343732191, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.934Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.934Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.934Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "policy-id", "timestamp": 1643343724690, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.934Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.934Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.934Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "ves-openapi-manager", "timestamp": 1643343729944, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.934Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.934Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.934Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "multicloud-k8s-id", "timestamp": 1643343731153, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:22:20.934Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.934Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.934Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "cds", "timestamp": 1643343732191, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.934Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.935Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.935Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "clamp", "timestamp": 1643343738214, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:22:20.935Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:22:20.935Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.935Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "policy-id", "timestamp": 1643343724690, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-01-28T04:22:20.935Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.935Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.935Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "ves-openapi-manager", "timestamp": 1643343729944, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.935Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.935Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.935Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "cds", "timestamp": 1643343732191, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.935Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.935Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.935Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "multicloud-k8s-id", "timestamp": 1643343738941, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T04:22:20.935Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:22:20.935Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.935Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "clamp", "timestamp": 1643343739227, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:22:20.935Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:22:20.935Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.935Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "policy-id", "timestamp": 1643343724690, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.935Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.935Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.935Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "ves-openapi-manager", "timestamp": 1643343729944, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.935Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.935Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.936Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "cds", "timestamp": 1643343732191, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:22:20.936Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:20.936Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.936Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "multicloud-k8s-id", "timestamp": 1643343739992, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T04:22:20.936Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:22:20.936Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.936Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "clamp", "timestamp": 1643343740229, "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-01-28T04:22:20.942Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3a21cbd9-c662-4529-8efe-99a628ccceb7 2022-01-28T04:22:20.942Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a21cbd9-c662-4529-8efe-99a628ccceb7 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-01-28T04:22:20.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:22:20.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "policy-id", "timestamp": 1643343724690, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:20.949Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:22:21.332Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:22:21.335Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T04:22:21.335Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"3a21cbd9-c662-4529-8efe-99a628ccceb7","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"27381854-4185-4dc8-8c30-d4876ee2a9cc","serviceDescription":"service","serviceInvariantUUID":"9a95917a-abea-4a90-a36b-e316656a0590","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7998e2d4-0dbb-472b-bb0a-aa1f87c0c198","resourceInvariantUUID":"239c3d5c-2b26-4396-9efa-1961da8f9473","resourceCustomizationUUID":"487cd578-0fbd-41bd-a199-56cc7f9eb48b","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":"NDAxMDBiYTYwZjVkZGM5NWViNGRmMjc4YmQ3NjYwMGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"46dbea6c-0aaf-426c-8034-c357335b842f","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":"ZjU5NzEzZWI5YWU4Yzc0Y2NhMzVlZjRiOGRmY2I2ZGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e5f9889f-df38-403a-8716-48d2d5aff5a0","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":"9d3c985f-7c84-4d67-b517-e3340d088b6a","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":"a3d43e84-a525-4856-9a46-ac08be9daaea","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":"2b7f0382-f485-4851-a26f-52a20dfabd49","artifactVersion":"2","generatedFromUUID":"9d3c985f-7c84-4d67-b517-e3340d088b6a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OWRiNDA3YjRhM2Q1MDI0ZGI4NWMzNDM4YWE1MzUzMzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b513d2c8-8331-477a-9cb2-86b92c3e8024","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Yjc5Njc0MjYwYmJhNjE2MjVhNmRiMmE1NzBmOTM1Nzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b071c936-ee24-4829-b4c8-4ffe0d4f71a1","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-28T04:22:21.337Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:22:21.338Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:22:21.341Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:22:21.341Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343740693, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:21.441Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:22:21.441Z||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-01-28T04:22:21.442Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:22:21.454Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:22:21.455Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:22:22.341Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:22:22.342Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:22:22.344Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:22:22.344Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343740693, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-01-28T04:22:22.444Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:22:22.445Z||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-01-28T04:22:22.445Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:22:22.459Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:22:22.459Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:22:23.344Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:22:23.345Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:22:23.347Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:22:23.347Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343740693, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-01-28T04:22:23.447Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T04:22:23.448Z||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-01-28T04:22:23.448Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:22:23.461Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:22:23.462Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:22:24.348Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:22:24.349Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:22:24.351Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:22:24.351Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343740693, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:24.451Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:22:24.452Z||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-01-28T04:22:24.452Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:22:24.465Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:22:24.465Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-01-28T04:22:25.352Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:22:25.353Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:22:25.356Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:22:25.356Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343740693, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-01-28T04:22:25.456Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:22:25.457Z||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-01-28T04:22:25.457Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:22:25.471Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:22:25.471Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:22:26.357Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:22:26.357Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:22:26.359Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:22:26.360Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343740693, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:22:26.460Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T04:22:26.461Z||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-01-28T04:22:26.461Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:22:26.474Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:22:26.475Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:22:27.360Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:22:27.361Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:22:27.363Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:22:27.363Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343740693, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:22:27.463Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T04:22:27.464Z||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-01-28T04:22:27.465Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:22:27.478Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:22:27.479Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:22:28.365Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "27381854-4185-4dc8-8c30-d4876ee2a9cc", "serviceDescription": "service", "serviceInvariantUUID": "9a95917a-abea-4a90-a36b-e316656a0590", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "487cd578-0fbd-41bd-a199-56cc7f9eb48b", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7998e2d4-0dbb-472b-bb0a-aa1f87c0c198", "resourceInvariantUUID": "239c3d5c-2b26-4396-9efa-1961da8f9473", "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": "ZjU5NzEzZWI5YWU4Yzc0Y2NhMzVlZjRiOGRmY2I2ZGI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e5f9889f-df38-403a-8716-48d2d5aff5a0", "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": "9d3c985f-7c84-4d67-b517-e3340d088b6a", "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": "2b7f0382-f485-4851-a26f-52a20dfabd49", "generatedFromUUID": "9d3c985f-7c84-4d67-b517-e3340d088b6a" }, "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": "2b7f0382-f485-4851-a26f-52a20dfabd49", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "Yjc5Njc0MjYwYmJhNjE2MjVhNmRiMmE1NzBmOTM1Nzg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b071c936-ee24-4829-b4c8-4ffe0d4f71a1" } ], "workloadContext": "Production" } 2022-01-28T04:22:28.365Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-28T04:22:28.366Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 27381854-4185-4dc8-8c30-d4876ee2a9cc ASDC 2022-01-28T04:22:28.366Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:3a21cbd9-c662-4529-8efe-99a628ccceb7 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:27381854-4185-4dc8-8c30-d4876ee2a9cc ServiceInvariantUUID:9a95917a-abea-4a90-a36b-e316656a0590 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:b071c936-ee24-4829-b4c8-4ffe0d4f71a1 ArtifactChecksum:Yjc5Njc0MjYwYmJhNjE2MjVhNmRiMmE1NzBmOTM1Nzg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:487cd578-0fbd-41bd-a199-56cc7f9eb48b ResourceInvariantUUID:239c3d5c-2b26-4396-9efa-1961da8f9473 ResourceName:basic_vm ResourceType:VF ResourceUUID:7998e2d4-0dbb-472b-bb0a-aa1f87c0c198 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:e5f9889f-df38-403a-8716-48d2d5aff5a0 ArtifactChecksum:ZjU5NzEzZWI5YWU4Yzc0Y2NhMzVlZjRiOGRmY2I2ZGI= 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:9d3c985f-7c84-4d67-b517-e3340d088b6a 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:2b7f0382-f485-4851-a26f-52a20dfabd49 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:2b7f0382-f485-4851-a26f-52a20dfabd49 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-01-28T04:22:28.366Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27381854-4185-4dc8-8c30-d4876ee2a9cc 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-01-28T04:22:28.395Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T04:22:28.395Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:22:28.395Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:22:28.395Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b071c936-ee24-4829-b4c8-4ffe0d4f71a1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-01-28T04:22:28.395Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T04:22:28.395Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-01-28T04:22:28.803Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T04:22:28.809Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar b071c936-ee24-4829-b4c8-4ffe0d4f71a1 71041 2022-01-28T04:22:28.809Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-01-28T04:22:28.809Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-01-28T04:22:28.809Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T04:22:28.809Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:22:28.811Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:22:28.811Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343748809, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:22:28.911Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:22:28.912Z||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-01-28T04:22:28.913Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:22:28.925Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:22:28.925Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:22:29.811Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T04:22:29.812Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:22:29.813Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: b071c936-ee24-4829-b4c8-4ffe0d4f71a1, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-01-28T04:22:29.813Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-01-28T04:22:29.813Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-01-28T04:22:29.813Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-01-28T04:22:30.037Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18037251906269989729/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-01-28T04:22:31.265Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-28T04:22:31.266Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-01-28T04:22:31.266Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-01-28T04:22:31.266Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-01-28T04:22:31.266Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||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-01-28T04:22:31.266Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||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-01-28T04:22:31.266Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|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-BasicVm-csar.csar 2022-01-28T04:22:31.266Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||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-01-28T04:22:31.266Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|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-BasicVm-csar.csar 2022-01-28T04:22:31.266Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||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-01-28T04:22:31.266Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|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-BasicVm-csar.csar 2022-01-28T04:22:31.266Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||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-01-28T04:22:31.266Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||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-01-28T04:22:31.266Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-01-28T04:22:31.266Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:22:31.267Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:22:31.267Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-01-28T04:22:31.267Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-01-28T04:22:31.267Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T04:22:31.267Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:22:31.267Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:22:31.267Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-01-28T04:22:31.267Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-01-28T04:22:31.267Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T04:22:31.267Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:22:31.267Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:22:31.267Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:22:31.267Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-01-28T04:22:31.268Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-01-28T04:22:31.268Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-01-28T04:22:31.268Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-01-28T04:22:31.268Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-01-28T04:22:31.268Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-01-28T04:22:31.268Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:22:31.268Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-28T04:22:31.268Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:22:31.268Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-01-28T04:22:31.268Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:22:31.269Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:22:31.269Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-01-28T04:22:31.269Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:22:31.269Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:22:31.269Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-01-28T04:22:31.269Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:22:31.269Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:22:31.269Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-01-28T04:22:31.269Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-01-28T04:22:31.269Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-01-28T04:22:31.269Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d0ec91b4-8ed0-46c2-b79d-414b362365ce 2022-01-28T04:22:31.270Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:22:31.270Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:22:31.270Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:22:31.270Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:22:31.270Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:22:31.270Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:22:31.270Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:22:31.270Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:22:31.270Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:27381854-4185-4dc8-8c30-d4876ee2a9cc Model Version:NULL Model InvariantUuid:9a95917a-abea-4a90-a36b-e316656a0590 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:3d4e7b95-0c2a-4be1-95b2-63d53fe9e976 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:239c3d5c-2b26-4396-9efa-1961da8f9473 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:487cd578-0fbd-41bd-a199-56cc7f9eb48b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:020710a9-b9e1-4a84-b903-cc069e4df4bf ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:0eb86ede-2bf1-4204-967e-5d2decfc7c69 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d0ec91b4-8ed0-46c2-b79d-414b362365ce ModelInvariantUuid:dd456c30-e63e-4245-b208-e13b76619568 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:ad0f2a4a-8249-47ad-90d5-245e57aad427 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:75d58a1a-f429-4be0-b987-3f91845ab718 ModelInvariantUuid:f4881b07-6377-4404-b198-f925cd21f5bd ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:1cf42852-df96-4cfc-8207-99c9b6280d83 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-01-28T04:22:31.275Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 7998e2d4-0dbb-472b-bb0a-aa1f87c0c198 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-01-28T04:22:31.277Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||basic_vm 0 2022-01-28T04:22:31.277Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7998e2d4-0dbb-472b-bb0a-aa1f87c0c198 2022-01-28T04:22:31.277Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e5f9889f-df38-403a-8716-48d2d5aff5a0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-01-28T04:22:31.277Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T04:22:31.277Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||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-01-28T04:22:31.497Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T04:22:31.497Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json e5f9889f-df38-403a-8716-48d2d5aff5a0 787 2022-01-28T04:22:31.498Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||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-01-28T04:22:31.498Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||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-01-28T04:22:31.498Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T04:22:31.498Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:22:31.500Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:22:31.500Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343751498, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T04:22:31.600Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:22:31.601Z||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-01-28T04:22:31.601Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:22:31.615Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:22:31.615Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:22:32.500Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "020710a9-b9e1-4a84-b903-cc069e4df4bf", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0eb86ede-2bf1-4204-967e-5d2decfc7c69", "vfModuleModelCustomizationUUID": "f69522e8-3247-4685-a669-6a7087e98cc6", "isBase": true, "artifacts": [ "9d3c985f-7c84-4d67-b517-e3340d088b6a", "2b7f0382-f485-4851-a26f-52a20dfabd49" ], "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-01-28T04:22:32.506Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0eb86ede-2bf1-4204-967e-5d2decfc7c69 VfModuleModelInvariantUUID:020710a9-b9e1-4a84-b903-cc069e4df4bf VfModuleModelDescription:NULL Artifacts UUID List:{ 9d3c985f-7c84-4d67-b517-e3340d088b6a , 2b7f0382-f485-4851-a26f-52a20dfabd49 } 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-01-28T04:22:32.508Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "020710a9-b9e1-4a84-b903-cc069e4df4bf", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0eb86ede-2bf1-4204-967e-5d2decfc7c69", "vfModuleModelCustomizationUUID": "f69522e8-3247-4685-a669-6a7087e98cc6", "isBase": true, "artifacts": [ "9d3c985f-7c84-4d67-b517-e3340d088b6a", "2b7f0382-f485-4851-a26f-52a20dfabd49" ], "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-01-28T04:22:32.509Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0eb86ede-2bf1-4204-967e-5d2decfc7c69 VfModuleModelInvariantUUID:020710a9-b9e1-4a84-b903-cc069e4df4bf VfModuleModelDescription:NULL Artifacts UUID List:{ 9d3c985f-7c84-4d67-b517-e3340d088b6a , 2b7f0382-f485-4851-a26f-52a20dfabd49 } 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-01-28T04:22:32.509Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9d3c985f-7c84-4d67-b517-e3340d088b6a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-01-28T04:22:32.509Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T04:22:32.509Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||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-01-28T04:22:32.848Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T04:22:32.849Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 9d3c985f-7c84-4d67-b517-e3340d088b6a 5033 2022-01-28T04:22:32.849Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||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-01-28T04:22:32.849Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||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-01-28T04:22:32.849Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T04:22:32.849Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:22:32.851Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:22:32.851Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343752849, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T04:22:32.952Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:22:32.952Z||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-01-28T04:22:32.953Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:22:32.965Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:22:32.965Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:22:33.852Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2b7f0382-f485-4851-a26f-52a20dfabd49 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-01-28T04:22:33.852Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T04:22:33.853Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||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-01-28T04:22:34.142Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T04:22:34.142Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2b7f0382-f485-4851-a26f-52a20dfabd49 903 2022-01-28T04:22:34.143Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||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-01-28T04:22:34.143Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||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-01-28T04:22:34.143Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T04:22:34.143Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:22:34.145Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:22:34.145Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343754143, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-01-28T04:22:34.245Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:22:34.246Z||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-01-28T04:22:34.246Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:22:34.259Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:22:34.260Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:22:35.146Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 27381854-4185-4dc8-8c30-d4876ee2a9cc 2022-01-28T04:22:35.147Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 7998e2d4-0dbb-472b-bb0a-aa1f87c0c198 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-01-28T04:22:35.161Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@242d4407, org.onap.sdc.toscaparser.api.parameters.Input@47c58749, org.onap.sdc.toscaparser.api.parameters.Input@1ca80f14, org.onap.sdc.toscaparser.api.parameters.Input@36b87eee, org.onap.sdc.toscaparser.api.parameters.Input@78fb1942] 2022-01-28T04:22:35.163Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:22:35.164Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:22:35.164Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-01-28T04:22:35.164Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 487cd578-0fbd-41bd-a199-56cc7f9eb48b 2022-01-28T04:22:35.164Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 487cd578-0fbd-41bd-a199-56cc7f9eb48b matches Tosca VF Customization UUID: 487cd578-0fbd-41bd-a199-56cc7f9eb48b 2022-01-28T04:22:35.164Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 487cd578-0fbd-41bd-a199-56cc7f9eb48b 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-01-28T04:22:35.166Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:22:35.166Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:22:35.167Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 487cd578-0fbd-41bd-a199-56cc7f9eb48b: {\"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-01-28T04:22:35.167Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@575f40f2 2022-01-28T04:22:35.167Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:22:35.167Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-28T04:22:35.167Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f69522e8-3247-4685-a669-6a7087e98cc6 2022-01-28T04:22:35.167Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f69522e8-3247-4685-a669-6a7087e98cc6 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-01-28T04:22:35.169Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:22:35.169Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-01-28T04:22:35.169Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:22:35.169Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:22:35.169Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-01-28T04:22:35.169Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:22:35.169Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:22:35.169Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-01-28T04:22:35.170Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-01-28T04:22:35.170Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-01-28T04:22:35.170Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d0ec91b4-8ed0-46c2-b79d-414b362365ce 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-01-28T04:22:35.171Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:22:35.171Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-01-28T04:22:35.171Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:22:35.171Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:22:35.172Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-01-28T04:22:35.172Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=487cd578-0fbd-41bd-a199-56cc7f9eb48b 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-01-28T04:22:35.173Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:22:35.173Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:22:35.173Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 27381854-4185-4dc8-8c30-d4876ee2a9cc: basic_vm 2022-01-28T04:22:35.173Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:22:35.173Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:22:35.173Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:22:35.173Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:22:35.173Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:22:35.173Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:22:35.173Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:22:35.173Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:22:35.174Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:22:35.174Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:22:35.174Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||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-01-28T04:22:35.268Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 7998e2d4-0dbb-472b-bb0a-aa1f87c0c198 1 ASDC deployResourceStructure 2022-01-28T04:22:35.268Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||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-01-28T04:22:35.268Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||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-01-28T04:22:35.268Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T04:22:35.268Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:22:35.270Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:22:35.270Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343755268, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-01-28T04:22:35.370Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:22:35.371Z||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-01-28T04:22:35.371Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:22:35.385Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:22:35.386Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:22:36.271Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||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-01-28T04:22:36.271Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||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-01-28T04:22:36.271Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T04:22:36.272Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:22:36.274Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:22:36.274Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343756270, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-01-28T04:22:36.374Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:22:36.375Z||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-01-28T04:22:36.375Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:22:36.392Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:22:36.393Z||pool-36-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:22:37.275Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||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-01-28T04:22:37.276Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||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-01-28T04:22:37.276Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T04:22:37.276Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:22:37.278Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:22:37.278Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343757275, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-01-28T04:22:37.378Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:22:37.379Z||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-01-28T04:22:37.379Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:22:37.391Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:22:37.392Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-01-28T04:22:38.279Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-01-28T04:22:38.280Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-01-28T04:22:38.280Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T04:22:38.280Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:22:38.282Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:22:38.283Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343758279, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:22:38.383Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:22:38.384Z||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-01-28T04:22:38.384Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:22:38.397Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:22:38.397Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:22:39.284Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3a21cbd9-c662-4529-8efe-99a628ccceb7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:22:39.295Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3a21cbd9-c662-4529-8efe-99a628ccceb7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:22:39.298Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:22:39.298Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-28T04:22:39.298Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-28T04:22:39.298Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-28T04:22:39.298Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-01-28T04:22:39.298Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|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-01-28T04:22:39.303Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-28T04:23:09.303Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3a21cbd9-c662-4529-8efe-99a628ccceb7 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-01-28T04:23:09.307Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3a21cbd9-c662-4529-8efe-99a628ccceb7 and serviceModelVersionId: 27381854-4185-4dc8-8c30-d4876ee2a9cc 2022-01-28T04:23:09.308Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9a95917a-abea-4a90-a36b-e316656a0590 2022-01-28T04:23:09.308Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9a95917a-abea-4a90-a36b-e316656a0590/model-vers/model-ver/27381854-4185-4dc8-8c30-d4876ee2a9cc?depth=0 2022-01-28T04:23:09.312Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-01-28T04:23:09.338Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a95917a-abea-4a90-a36b-e316656a0590/model-vers/model-ver/27381854-4185-4dc8-8c30-d4876ee2a9cc?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-01-28T04:23:09.338Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a95917a-abea-4a90-a36b-e316656a0590/model-vers/model-ver/27381854-4185-4dc8-8c30-d4876ee2a9cc?depth=0|INFO|500||Invoke 2022-01-28T04:23:09.353Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a95917a-abea-4a90-a36b-e316656a0590/model-vers/model-ver/27381854-4185-4dc8-8c30-d4876ee2a9cc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-01-28T04:23:09.374Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a95917a-abea-4a90-a36b-e316656a0590/model-vers/model-ver/27381854-4185-4dc8-8c30-d4876ee2a9cc?depth=0|INFO|404|Not Found|InvokeReturn 2022-01-28T04:23:09.374Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a95917a-abea-4a90-a36b-e316656a0590/model-vers/model-ver/27381854-4185-4dc8-8c30-d4876ee2a9cc?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220128-04:23:09:359-57329], Content-Length=[495], Date=[Fri, 28 Jan 2022 04:23:09 GMT], Content-Type=[application/json]} 2022-01-28T04:23:09.375Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||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/9a95917a-abea-4a90-a36b-e316656a0590/model-vers/model-ver/27381854-4185-4dc8-8c30-d4876ee2a9cc","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9a95917a-abea-4a90-a36b-e316656a0590/model-vers/model-ver/27381854-4185-4dc8-8c30-d4876ee2a9cc","ERR.5.4.6114"]}}} 2022-01-28T04:23:09.378Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=3a21cbd9-c662-4529-8efe-99a628ccceb7 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9a95917a-abea-4a90-a36b-e316656a0590/model-vers/model-ver/27381854-4185-4dc8-8c30-d4876ee2a9cc (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9a95917a-abea-4a90-a36b-e316656a0590/model-vers/model-ver/27381854-4185-4dc8-8c30-d4876ee2a9cc) (ec=ERR.5.4.6114) 2022-01-28T04:23:09.379Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=3a21cbd9-c662-4529-8efe-99a628ccceb7 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9a95917a-abea-4a90-a36b-e316656a0590/model-vers/model-ver/27381854-4185-4dc8-8c30-d4876ee2a9cc (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9a95917a-abea-4a90-a36b-e316656a0590/model-vers/model-ver/27381854-4185-4dc8-8c30-d4876ee2a9cc) (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-01-28T04:23:09.379Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=3a21cbd9-c662-4529-8efe-99a628ccceb7 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9a95917a-abea-4a90-a36b-e316656a0590/model-vers/model-ver/27381854-4185-4dc8-8c30-d4876ee2a9cc (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9a95917a-abea-4a90-a36b-e316656a0590/model-vers/model-ver/27381854-4185-4dc8-8c30-d4876ee2a9cc) (ec=ERR.5.4.6114) 2022-01-28T04:23:09.379Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=3a21cbd9-c662-4529-8efe-99a628ccceb7 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9a95917a-abea-4a90-a36b-e316656a0590/model-vers/model-ver/27381854-4185-4dc8-8c30-d4876ee2a9cc (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9a95917a-abea-4a90-a36b-e316656a0590/model-vers/model-ver/27381854-4185-4dc8-8c30-d4876ee2a9cc) (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-01-28T04:23:09.383Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|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-01-28T04:23:09.383Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3a21cbd9-c662-4529-8efe-99a628ccceb7 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=3a21cbd9-c662-4529-8efe-99a628ccceb7 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9a95917a-abea-4a90-a36b-e316656a0590/model-vers/model-ver/27381854-4185-4dc8-8c30-d4876ee2a9cc (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9a95917a-abea-4a90-a36b-e316656a0590/model-vers/model-ver/27381854-4185-4dc8-8c30-d4876ee2a9cc) (ec=ERR.5.4.6114) 2022-01-28T04:23:09.383Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-01-28T04:23:09.383Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:23:09.385Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:23:09.385Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343789383, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d3a21cbd9-c662-4529-8efe-99a628ccceb7 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9a95917a-abea-4a90-a36b-e316656a0590/model-vers/model-ver/27381854-4185-4dc8-8c30-d4876ee2a9cc (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9a95917a-abea-4a90-a36b-e316656a0590/model-vers/model-ver/27381854-4185-4dc8-8c30-d4876ee2a9cc) (ec\u003dERR.5.4.6114)" } 2022-01-28T04:23:09.485Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:23:09.486Z||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-01-28T04:23:09.486Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:23:09.509Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:23:09.509Z||pool-39-thread-1|||||INFO|500||cambria reply ok (23 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-01-28T04:23:10.396Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T04:23:10.397Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"4c094124-c7e6-43ca-81e0-88e7da7dcbc6","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"11a46a16-21bb-41ce-a5a2-1aa40fbd1aad","serviceDescription":"service","serviceInvariantUUID":"54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"03371592-95a5-4a23-957c-767bc5b77453","resourceInvariantUUID":"35aa21ae-0e92-4532-a977-2ca8a8863e41","resourceCustomizationUUID":"c0b499c1-9cc3-45f8-b924-2591f2e287e4","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":"674088b1-d0e4-46b9-bdc3-37af0161bf2a","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":"NmVlODhmODM5NDRiZGUyYjI3ZWNjMDZkYzFiYjFmYzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2deeb57f-80e1-4704-a8d2-6d32eb566564","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":"OThmOWVkMTY5Y2IxNDBkMThjY2YxNzRjYjNjNDFhODk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"980f9d8b-b27d-47ca-9e1d-3fe5a089abeb","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":"db41c089-cdd7-4bd2-9769-8b0d2a237315","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":"15f4ab6a-07f2-4fd8-9c9a-7163a4e0894e","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":"127aa433-c992-4f12-86aa-dd9af98715d2","artifactVersion":"2","generatedFromUUID":"db41c089-cdd7-4bd2-9769-8b0d2a237315"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NjlmN2RlODc1ZjEyMWRjMDc2MWViYTUwNDcxM2I4MGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fdcb7dae-d07a-40eb-b059-e1f3bdd638ff","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZDFhZDRlNjVmNDViNmEzNTJkNmRiMDA2NzVlYzBkMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f514b402-0856-4772-9a15-8669c2c0dc5c","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-28T04:23:10.398Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:23:10.398Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:23:10.399Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:23:10.400Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343740693, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:23:10.500Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:23:10.501Z||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-01-28T04:23:10.501Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:23:10.515Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:23:10.516Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:23:11.400Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:23:11.401Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:23:11.402Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:23:11.403Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343740693, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:23:11.503Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:23:11.503Z||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-01-28T04:23:11.504Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:23:11.517Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:23:11.518Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:23:12.403Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:23:12.405Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:23:12.407Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:23:12.407Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343740693, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-01-28T04:23:12.507Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:23:12.508Z||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-01-28T04:23:12.508Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:23:12.522Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:23:12.522Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:23:13.408Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:23:13.409Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:23:13.411Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:23:13.411Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343740693, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-01-28T04:23:13.511Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:23:13.512Z||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-01-28T04:23:13.512Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:23:13.525Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:23:13.526Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:23:14.412Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:23:14.412Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:23:14.414Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:23:14.415Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343740693, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:23:14.515Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:23:14.515Z||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-01-28T04:23:14.515Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:23:14.528Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:23:14.528Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:23:15.415Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:23:15.416Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:23:15.417Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:23:15.417Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343740693, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-01-28T04:23:15.517Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:23:15.518Z||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-01-28T04:23:15.519Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:23:15.533Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:23:15.533Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:23:16.417Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:23:16.418Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:23:16.421Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:23:16.421Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343740693, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:23:16.521Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:23:16.522Z||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-01-28T04:23:16.522Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:23:16.535Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:23:16.536Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:23:17.421Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:23:17.422Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:23:17.425Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:23:17.425Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343740693, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:23:17.525Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:23:17.525Z||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-01-28T04:23:17.525Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:23:17.538Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:23:17.538Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-01-28T04:23:18.427Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "11a46a16-21bb-41ce-a5a2-1aa40fbd1aad", "serviceDescription": "service", "serviceInvariantUUID": "54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "c0b499c1-9cc3-45f8-b924-2591f2e287e4", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "03371592-95a5-4a23-957c-767bc5b77453", "resourceInvariantUUID": "35aa21ae-0e92-4532-a977-2ca8a8863e41", "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": "OThmOWVkMTY5Y2IxNDBkMThjY2YxNzRjYjNjNDFhODk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "980f9d8b-b27d-47ca-9e1d-3fe5a089abeb", "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": "db41c089-cdd7-4bd2-9769-8b0d2a237315", "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": "127aa433-c992-4f12-86aa-dd9af98715d2", "generatedFromUUID": "db41c089-cdd7-4bd2-9769-8b0d2a237315" }, "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": "127aa433-c992-4f12-86aa-dd9af98715d2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "ZDFhZDRlNjVmNDViNmEzNTJkNmRiMDA2NzVlYzBkMDQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f514b402-0856-4772-9a15-8669c2c0dc5c" } ], "workloadContext": "Production" } 2022-01-28T04:23:18.427Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-28T04:23:18.427Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 11a46a16-21bb-41ce-a5a2-1aa40fbd1aad ASDC 2022-01-28T04:23:18.428Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:4c094124-c7e6-43ca-81e0-88e7da7dcbc6 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:11a46a16-21bb-41ce-a5a2-1aa40fbd1aad ServiceInvariantUUID:54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe 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:f514b402-0856-4772-9a15-8669c2c0dc5c ArtifactChecksum:ZDFhZDRlNjVmNDViNmEzNTJkNmRiMDA2NzVlYzBkMDQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:c0b499c1-9cc3-45f8-b924-2591f2e287e4 ResourceInvariantUUID:35aa21ae-0e92-4532-a977-2ca8a8863e41 ResourceName:basicclamp ResourceType:VF ResourceUUID:03371592-95a5-4a23-957c-767bc5b77453 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:980f9d8b-b27d-47ca-9e1d-3fe5a089abeb ArtifactChecksum:OThmOWVkMTY5Y2IxNDBkMThjY2YxNzRjYjNjNDFhODk= 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:db41c089-cdd7-4bd2-9769-8b0d2a237315 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:127aa433-c992-4f12-86aa-dd9af98715d2 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:127aa433-c992-4f12-86aa-dd9af98715d2 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-01-28T04:23:18.428Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 11a46a16-21bb-41ce-a5a2-1aa40fbd1aad 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-01-28T04:23:18.456Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T04:23:18.456Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:23:18.456Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:23:18.456Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f514b402-0856-4772-9a15-8669c2c0dc5c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-01-28T04:23:18.456Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T04:23:18.456Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-01-28T04:23:18.738Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T04:23:18.743Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar f514b402-0856-4772-9a15-8669c2c0dc5c 73643 2022-01-28T04:23:18.744Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-01-28T04:23:18.744Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-01-28T04:23:18.744Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T04:23:18.744Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:23:18.746Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:23:18.746Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343798744, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:23:18.846Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:23:18.847Z||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-01-28T04:23:18.847Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:23:18.860Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:23:18.861Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-01-28T04:23:19.746Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T04:23:19.748Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:23:19.748Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: f514b402-0856-4772-9a15-8669c2c0dc5c, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2022-01-28T04:23:19.748Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2022-01-28T04:23:19.749Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2022-01-28T04:23:19.749Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2022-01-28T04:23:19.830Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9936279742798552106/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-01-28T04:23:20.637Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-28T04:23:20.637Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-01-28T04:23:20.637Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-01-28T04:23:20.637Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-01-28T04:23:20.637Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||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-01-28T04:23:20.637Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||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-01-28T04:23:20.637Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|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-Basicclamp-csar.csar 2022-01-28T04:23:20.638Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||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-01-28T04:23:20.638Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|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-Basicclamp-csar.csar 2022-01-28T04:23:20.638Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||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-01-28T04:23:20.638Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||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-01-28T04:23:20.638Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|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-Basicclamp-csar.csar 2022-01-28T04:23:20.638Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||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-01-28T04:23:20.638Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-01-28T04:23:20.638Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:23:20.638Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:23:20.638Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-01-28T04:23:20.638Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-01-28T04:23:20.638Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T04:23:20.638Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:23:20.638Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:23:20.638Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-01-28T04:23:20.638Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-01-28T04:23:20.638Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T04:23:20.638Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:23:20.638Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:23:20.638Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:23:20.639Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-01-28T04:23:20.639Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-01-28T04:23:20.639Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-01-28T04:23:20.639Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-01-28T04:23:20.639Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-01-28T04:23:20.639Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-01-28T04:23:20.639Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:23:20.639Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-28T04:23:20.639Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:23:20.639Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-01-28T04:23:20.639Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:23:20.639Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:23:20.639Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-01-28T04:23:20.639Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:23:20.639Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:23:20.639Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-01-28T04:23:20.639Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:23:20.639Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:23:20.640Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-01-28T04:23:20.640Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-01-28T04:23:20.640Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-01-28T04:23:20.640Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ce6341d3-7b11-4533-823b-88e7e9f2d7b0 2022-01-28T04:23:20.640Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:23:20.640Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:23:20.640Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:23:20.640Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:23:20.640Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:23:20.640Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:23:20.640Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:23:20.640Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:23:20.640Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:11a46a16-21bb-41ce-a5a2-1aa40fbd1aad Model Version:NULL Model InvariantUuid:54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:d78ff33e-3fc8-4e96-9268-ff7f09a8d491 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:35aa21ae-0e92-4532-a977-2ca8a8863e41 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c0b499c1-9cc3-45f8-b924-2591f2e287e4 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:461f5ae8-d644-4282-9ff9-8088f927d088 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:9fad4abe-15da-4d8c-af55-ecd29c14ab2c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ce6341d3-7b11-4533-823b-88e7e9f2d7b0 ModelInvariantUuid:0fd60cf2-b211-4efe-b594-0c37c80af7f4 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:421d1435-f8f4-482a-9377-3fc9cddd49c3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:07d9b342-4ec5-4ee5-af90-0b29e814b284 ModelInvariantUuid:631b9922-f4d9-4a12-bc2f-1d3fd2fa2f27 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:a9c9722d-329d-438d-aaae-ed45f50af039 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-01-28T04:23:20.646Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 03371592-95a5-4a23-957c-767bc5b77453 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-01-28T04:23:20.648Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||basicclamp 0 2022-01-28T04:23:20.648Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 03371592-95a5-4a23-957c-767bc5b77453 2022-01-28T04:23:20.648Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 980f9d8b-b27d-47ca-9e1d-3fe5a089abeb from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-01-28T04:23:20.648Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T04:23:20.648Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-01-28T04:23:20.694Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T04:23:20.694Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 980f9d8b-b27d-47ca-9e1d-3fe5a089abeb 790 2022-01-28T04:23:20.694Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||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-01-28T04:23:20.695Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||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-01-28T04:23:20.695Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T04:23:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:23:20.695Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:23:20.696Z||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-01-28T04:23:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:23:20.698Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:23:20.698Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343800694, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T04:23:20.714Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:23:20.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:23:20.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "ves-openapi-manager", "timestamp": 1643343729944, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:23:20.716Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:23:20.798Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:23:20.798Z||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-01-28T04:23:20.798Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:23:20.811Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:23:20.811Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:23:21.698Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "461f5ae8-d644-4282-9ff9-8088f927d088", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9fad4abe-15da-4d8c-af55-ecd29c14ab2c", "vfModuleModelCustomizationUUID": "4d600a6e-4ac5-4ed7-adef-890d47b6f01e", "isBase": true, "artifacts": [ "db41c089-cdd7-4bd2-9769-8b0d2a237315", "127aa433-c992-4f12-86aa-dd9af98715d2" ], "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-01-28T04:23:21.704Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9fad4abe-15da-4d8c-af55-ecd29c14ab2c VfModuleModelInvariantUUID:461f5ae8-d644-4282-9ff9-8088f927d088 VfModuleModelDescription:NULL Artifacts UUID List:{ db41c089-cdd7-4bd2-9769-8b0d2a237315 , 127aa433-c992-4f12-86aa-dd9af98715d2 } 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-01-28T04:23:21.706Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "461f5ae8-d644-4282-9ff9-8088f927d088", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9fad4abe-15da-4d8c-af55-ecd29c14ab2c", "vfModuleModelCustomizationUUID": "4d600a6e-4ac5-4ed7-adef-890d47b6f01e", "isBase": true, "artifacts": [ "db41c089-cdd7-4bd2-9769-8b0d2a237315", "127aa433-c992-4f12-86aa-dd9af98715d2" ], "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-01-28T04:23:21.706Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9fad4abe-15da-4d8c-af55-ecd29c14ab2c VfModuleModelInvariantUUID:461f5ae8-d644-4282-9ff9-8088f927d088 VfModuleModelDescription:NULL Artifacts UUID List:{ db41c089-cdd7-4bd2-9769-8b0d2a237315 , 127aa433-c992-4f12-86aa-dd9af98715d2 } 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-01-28T04:23:21.707Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: db41c089-cdd7-4bd2-9769-8b0d2a237315 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-01-28T04:23:21.707Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T04:23:21.707Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-01-28T04:23:21.753Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T04:23:21.753Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml db41c089-cdd7-4bd2-9769-8b0d2a237315 5033 2022-01-28T04:23:21.753Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||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-01-28T04:23:21.754Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||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-01-28T04:23:21.754Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T04:23:21.754Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:23:21.756Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:23:21.756Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343801753, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T04:23:21.856Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:23:21.857Z||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-01-28T04:23:21.857Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:23:21.871Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:23:21.872Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:23:22.757Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 127aa433-c992-4f12-86aa-dd9af98715d2 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-01-28T04:23:22.757Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T04:23:22.757Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-01-28T04:23:22.807Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T04:23:22.808Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 127aa433-c992-4f12-86aa-dd9af98715d2 909 2022-01-28T04:23:22.808Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||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-01-28T04:23:22.808Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||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-01-28T04:23:22.809Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T04:23:22.809Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:23:22.811Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:23:22.811Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343802808, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-01-28T04:23:22.911Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:23:22.912Z||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-01-28T04:23:22.912Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:23:22.926Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:23:22.927Z||pool-51-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:23:23.812Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 11a46a16-21bb-41ce-a5a2-1aa40fbd1aad 2022-01-28T04:23:23.813Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 03371592-95a5-4a23-957c-767bc5b77453 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-01-28T04:23:23.827Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@189d856e, org.onap.sdc.toscaparser.api.parameters.Input@704bc91c, org.onap.sdc.toscaparser.api.parameters.Input@1c6b32c6, org.onap.sdc.toscaparser.api.parameters.Input@639ca34c, org.onap.sdc.toscaparser.api.parameters.Input@17defca4] 2022-01-28T04:23:23.829Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:23:23.829Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:23:23.829Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-01-28T04:23:23.829Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= c0b499c1-9cc3-45f8-b924-2591f2e287e4 2022-01-28T04:23:23.829Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c0b499c1-9cc3-45f8-b924-2591f2e287e4 matches Tosca VF Customization UUID: c0b499c1-9cc3-45f8-b924-2591f2e287e4 2022-01-28T04:23:23.829Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: c0b499c1-9cc3-45f8-b924-2591f2e287e4 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-01-28T04:23:23.831Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:23:23.831Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:23:23.832Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id c0b499c1-9cc3-45f8-b924-2591f2e287e4: {\"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-01-28T04:23:23.832Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7a4b6696 2022-01-28T04:23:23.832Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:23:23.832Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-28T04:23:23.832Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4d600a6e-4ac5-4ed7-adef-890d47b6f01e 2022-01-28T04:23:23.833Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4d600a6e-4ac5-4ed7-adef-890d47b6f01e 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-01-28T04:23:23.835Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:23:23.835Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-01-28T04:23:23.835Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:23:23.835Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:23:23.835Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-01-28T04:23:23.836Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:23:23.836Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:23:23.836Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-01-28T04:23:23.836Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-01-28T04:23:23.836Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-01-28T04:23:23.836Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ce6341d3-7b11-4533-823b-88e7e9f2d7b0 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-01-28T04:23:23.838Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:23:23.838Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-01-28T04:23:23.839Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:23:23.839Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:23:23.839Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-01-28T04:23:23.839Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=c0b499c1-9cc3-45f8-b924-2591f2e287e4 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-01-28T04:23:23.840Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:23:23.840Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:23:23.841Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 11a46a16-21bb-41ce-a5a2-1aa40fbd1aad: basicclamp 2022-01-28T04:23:23.841Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:23:23.841Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:23:23.841Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:23:23.841Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:23:23.841Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:23:23.841Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:23:23.841Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:23:23.841Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:23:23.841Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:23:23.841Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:23:23.841Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||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-01-28T04:23:23.899Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 03371592-95a5-4a23-957c-767bc5b77453 1 ASDC deployResourceStructure 2022-01-28T04:23:23.899Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||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-01-28T04:23:23.899Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||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-01-28T04:23:23.899Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T04:23:23.900Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:23:23.901Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:23:23.901Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343803899, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-01-28T04:23:24.002Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T04:23:24.003Z||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-01-28T04:23:24.003Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:23:24.017Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:23:24.018Z||pool-52-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:23:24.903Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||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-01-28T04:23:24.903Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||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-01-28T04:23:24.903Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T04:23:24.903Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:23:24.905Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:23:24.905Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343804902, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-01-28T04:23:25.006Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T04:23:25.007Z||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-01-28T04:23:25.007Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:23:25.021Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:23:25.022Z||pool-53-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:23:25.906Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||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-01-28T04:23:25.906Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||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-01-28T04:23:25.907Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T04:23:25.907Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:23:25.908Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:23:25.908Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343805906, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-01-28T04:23:26.008Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:23:26.009Z||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-01-28T04:23:26.009Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:23:26.023Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:23:26.023Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:23:26.909Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-01-28T04:23:26.909Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-01-28T04:23:26.909Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T04:23:26.909Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:23:26.911Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:23:26.911Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343806909, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:23:27.011Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:23:27.012Z||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-01-28T04:23:27.012Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:23:27.044Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:23:27.045Z||pool-55-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:23:27.912Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c094124-c7e6-43ca-81e0-88e7da7dcbc6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:23:27.922Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c094124-c7e6-43ca-81e0-88e7da7dcbc6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:23:27.924Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:23:27.925Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T04:23:27.925Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T04:23:57.925Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c094124-c7e6-43ca-81e0-88e7da7dcbc6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:23:57.934Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c094124-c7e6-43ca-81e0-88e7da7dcbc6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:23:57.938Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:23:57.938Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T04:23:57.938Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T04:24:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:24:20.696Z||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-01-28T04:24:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:24:20.718Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:24:20.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:24:20.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "cds", "timestamp": 1643343740937, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:24:20.720Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:24:27.939Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c094124-c7e6-43ca-81e0-88e7da7dcbc6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:24:27.948Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c094124-c7e6-43ca-81e0-88e7da7dcbc6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:24:27.951Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:24:27.951Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T04:24:27.951Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T04:24:57.952Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c094124-c7e6-43ca-81e0-88e7da7dcbc6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:24:57.961Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c094124-c7e6-43ca-81e0-88e7da7dcbc6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:24:57.965Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:24:57.965Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T04:24:57.965Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T04:25:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:25:20.696Z||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-01-28T04:25:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:25:20.725Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:25:20.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "multicloud-k8s-id", "timestamp": 1643343741041, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-01-28T04:25:20.730Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:25:20.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "clamp", "timestamp": 1643343725840, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:25:20.731Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343740693, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:25:20.731Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "policy-id", "timestamp": 1643343724690, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:25:20.731Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "ves-openapi-manager", "timestamp": 1643343729944, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:25:20.732Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "cds", "timestamp": 1643343741946, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-28T04:25:20.737Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4c094124-c7e6-43ca-81e0-88e7da7dcbc6 2022-01-28T04:25:20.737Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c094124-c7e6-43ca-81e0-88e7da7dcbc6 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-01-28T04:25:20.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "multicloud-k8s-id", "timestamp": 1643343742055, "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-01-28T04:25:20.749Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3a21cbd9-c662-4529-8efe-99a628ccceb7 2022-01-28T04:25:20.749Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a21cbd9-c662-4529-8efe-99a628ccceb7 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-01-28T04:25:20.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "clamp", "timestamp": 1643343725840, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:25:20.757Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343740693, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-01-28T04:25:20.757Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "policy-id", "timestamp": 1643343724690, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:25:20.757Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "ves-openapi-manager", "timestamp": 1643343729944, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:25:20.758Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.758Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.758Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "multicloud-k8s-id", "timestamp": 1643343743057, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-01-28T04:25:20.758Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:25:20.758Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.758Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "clamp", "timestamp": 1643343725840, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-01-28T04:25:20.758Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.758Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.758Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343740693, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-01-28T04:25:20.758Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.758Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.758Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "ves-openapi-manager", "timestamp": 1643343729944, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:25:20.758Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.758Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.758Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "policy-id", "timestamp": 1643343743635, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:25:20.758Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:25:20.758Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.758Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "multicloud-k8s-id", "timestamp": 1643343731153, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:25:20.759Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "clamp", "timestamp": 1643343725840, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:25:20.759Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343740693, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:25:20.759Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "aai-ml", "timestamp": 1643343743887, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:25:20.759Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "ves-openapi-manager", "timestamp": 1643343729944, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:25:20.759Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "policy-id", "timestamp": 1643343744644, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:25:20.759Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:25:20.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "multicloud-k8s-id", "timestamp": 1643343731153, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:25:20.760Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.760Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "clamp", "timestamp": 1643343725840, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:25:20.760Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.760Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343740693, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-01-28T04:25:20.760Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.760Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "aai-ml", "timestamp": 1643343743887, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:25:20.760Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.760Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "policy-id", "timestamp": 1643343745647, "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-01-28T04:25:20.765Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4c094124-c7e6-43ca-81e0-88e7da7dcbc6 2022-01-28T04:25:20.765Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c094124-c7e6-43ca-81e0-88e7da7dcbc6 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-01-28T04:25:20.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "multicloud-k8s-id", "timestamp": 1643343731153, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-01-28T04:25:20.775Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "clamp", "timestamp": 1643343725840, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:25:20.775Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343740693, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:25:20.776Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "aai-ml", "timestamp": 1643343743887, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T04:25:20.776Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "multicloud-k8s-id", "timestamp": 1643343731153, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-01-28T04:25:20.776Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.777Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "clamp", "timestamp": 1643343725840, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:25:20.777Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.777Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343740693, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:25:20.777Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.777Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "aai-ml", "timestamp": 1643343743887, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:25:20.777Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "multicloud-k8s-id", "timestamp": 1643343731153, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:25:20.778Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "clamp", "timestamp": 1643343725840, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:25:20.778Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "aai-ml", "timestamp": 1643343743887, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:25:20.778Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643343748102, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:25:20.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343748809, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:25:20.779Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:25:20.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "multicloud-k8s-id", "timestamp": 1643343731153, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-01-28T04:25:20.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "aai-ml", "timestamp": 1643343743887, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:25:20.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643343748102, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:25:20.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "multicloud-k8s-id", "timestamp": 1643343731153, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:25:20.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "aai-ml", "timestamp": 1643343743887, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:25:20.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643343748102, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T04:25:20.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "multicloud-k8s-id", "timestamp": 1643343731153, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:25:20.781Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343751498, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T04:25:20.781Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:25:20.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "aai-ml", "timestamp": 1643343743887, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:25:20.781Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643343748102, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:25:20.781Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "clamp", "timestamp": 1643343752216, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:25:20.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:25:20.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "multicloud-k8s-id", "timestamp": 1643343752490, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T04:25:20.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:25:20.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643343748102, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:25:20.782Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343752849, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T04:25:20.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:25:20.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "aai-ml", "timestamp": 1643343752946, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:25:20.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:25:20.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "clamp", "timestamp": 1643343753219, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T04:25:20.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:25:20.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "multicloud-k8s-id", "timestamp": 1643343753646, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T04:25:20.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:25:20.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643343748102, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:25:20.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343754143, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-01-28T04:25:20.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:25:20.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643343748102, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:25:20.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "multicloud-k8s-id", "timestamp": 1643343754835, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-01-28T04:25:20.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:25:20.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343755268, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-01-28T04:25:20.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:25:20.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643343748102, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:25:20.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "multicloud-k8s-id", "timestamp": 1643343755851, "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-01-28T04:25:20.790Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4c094124-c7e6-43ca-81e0-88e7da7dcbc6 2022-01-28T04:25:20.790Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c094124-c7e6-43ca-81e0-88e7da7dcbc6 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-01-28T04:25:20.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343756270, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-01-28T04:25:20.796Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:25:20.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "clamp", "timestamp": 1643343756290, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_ERROR" } 2022-01-28T04:25:20.796Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:25:20.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643343756807, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:25:20.796Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:25:20.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "multicloud-k8s-id", "timestamp": 1643343756853, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-01-28T04:25:20.797Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:25:20.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343757275, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-01-28T04:25:20.797Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:25:20.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "clamp", "timestamp": 1643343757293, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_ERROR" } 2022-01-28T04:25:20.797Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:25:20.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "aai-ml", "timestamp": 1643343757360, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_ERROR" } 2022-01-28T04:25:20.797Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:25:20.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343758279, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:25:20.797Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:25:20.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "clamp", "timestamp": 1643343758297, "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-01-28T04:25:20.801Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of 4c094124-c7e6-43ca-81e0-88e7da7dcbc6 2022-01-28T04:25:20.802Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c094124-c7e6-43ca-81e0-88e7da7dcbc6 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-01-28T04:25:20.810Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.810Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "aai-ml", "timestamp": 1643343758364, "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-01-28T04:25:20.816Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 4c094124-c7e6-43ca-81e0-88e7da7dcbc6 2022-01-28T04:25:20.816Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c094124-c7e6-43ca-81e0-88e7da7dcbc6 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-01-28T04:25:20.824Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.824Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643343758785, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:25:20.824Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:25:20.824Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.824Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643343759788, "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-01-28T04:25:20.829Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4c094124-c7e6-43ca-81e0-88e7da7dcbc6 2022-01-28T04:25:20.829Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c094124-c7e6-43ca-81e0-88e7da7dcbc6 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-01-28T04:25:20.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343789383, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d3a21cbd9-c662-4529-8efe-99a628ccceb7 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9a95917a-abea-4a90-a36b-e316656a0590/model-vers/model-ver/27381854-4185-4dc8-8c30-d4876ee2a9cc (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9a95917a-abea-4a90-a36b-e316656a0590/model-vers/model-ver/27381854-4185-4dc8-8c30-d4876ee2a9cc) (ec\u003dERR.5.4.6114)" } 2022-01-28T04:25:20.838Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:25:20.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343740693, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:25:20.838Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343740693, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:25:20.838Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343740693, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-01-28T04:25:20.839Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343740693, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-01-28T04:25:20.839Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343740693, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:25:20.839Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343740693, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-01-28T04:25:20.840Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343740693, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:25:20.840Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343740693, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:25:20.840Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:25:20.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:25:20.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343798744, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:25:20.841Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:25:27.965Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c094124-c7e6-43ca-81e0-88e7da7dcbc6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:25:27.974Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c094124-c7e6-43ca-81e0-88e7da7dcbc6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:25:27.977Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:25:27.977Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-28T04:25:27.977Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-28T04:25:27.978Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-28T04:25:27.978Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-01-28T04:25:27.978Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|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-01-28T04:25:27.983Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-28T04:25:57.984Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4c094124-c7e6-43ca-81e0-88e7da7dcbc6 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-01-28T04:25:57.989Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4c094124-c7e6-43ca-81e0-88e7da7dcbc6 and serviceModelVersionId: 11a46a16-21bb-41ce-a5a2-1aa40fbd1aad 2022-01-28T04:25:57.989Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe 2022-01-28T04:25:57.990Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad?depth=0 2022-01-28T04:25:57.997Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-01-28T04:25:58.022Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad?depth=0|INFO|500||Invoke 2022-01-28T04:25:58.023Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4c094124-c7e6-43ca-81e0-88e7da7dcbc6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d98e4d8d-5a41-4ab4-b587-89d8772b51e1], X-ECOMP-RequestID=[4c094124-c7e6-43ca-81e0-88e7da7dcbc6], X-TransactionId=[], X-ONAP-RequestID=[4c094124-c7e6-43ca-81e0-88e7da7dcbc6], Content-Type=[application/merge-patch+json]} 2022-01-28T04:25:58.047Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-01-28T04:25:58.142Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad?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/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220128-04:25:58:053-55625], Content-Length=[495], Date=[Fri, 28 Jan 2022 04:25:58 GMT], Content-Type=[application/json]} 2022-01-28T04:25:58.143Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad?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/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad","ERR.5.4.6114"]}}} 2022-01-28T04:25:58.144Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad?depth=0|INFO|404|Not Found|InvokeReturn 2022-01-28T04:25:58.149Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=4c094124-c7e6-43ca-81e0-88e7da7dcbc6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad) (ec=ERR.5.4.6114) 2022-01-28T04:25:58.149Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=4c094124-c7e6-43ca-81e0-88e7da7dcbc6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad) (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-01-28T04:25:58.149Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=4c094124-c7e6-43ca-81e0-88e7da7dcbc6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad) (ec=ERR.5.4.6114) 2022-01-28T04:25:58.149Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=4c094124-c7e6-43ca-81e0-88e7da7dcbc6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad) (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-01-28T04:25:58.154Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|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-01-28T04:25:58.154Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4c094124-c7e6-43ca-81e0-88e7da7dcbc6 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=4c094124-c7e6-43ca-81e0-88e7da7dcbc6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad) (ec=ERR.5.4.6114) 2022-01-28T04:25:58.154Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-01-28T04:25:58.154Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:25:58.156Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:25:58.156Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343958154, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d4c094124-c7e6-43ca-81e0-88e7da7dcbc6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad) (ec\u003dERR.5.4.6114)" } 2022-01-28T04:25:58.256Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:25:58.257Z||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-01-28T04:25:58.257Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:25:58.272Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:25:58.273Z||pool-56-thread-1|||||INFO|500||cambria reply ok (16 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-01-28T04:25:59.167Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:25:59.167Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|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-01-28T04:25:59.168Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:26:09.534Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:26:09.534Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:26:09.535Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|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-01-28T04:26:09.535Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:26:17.469Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:26:17.470Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T04:26:17.471Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"dcce4a61-ed99-43d3-86c8-953b855d3c9d","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"356b83d4-9887-4451-b52e-7293d97af304","serviceDescription":"service","serviceInvariantUUID":"ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dd7bfb08-b4e1-48b8-b628-2719e6031489","resourceInvariantUUID":"9f568873-99a5-44c3-9832-dea7d39be45b","resourceCustomizationUUID":"209bec89-7e4f-4da8-ac64-c62c95b2235e","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":"MGNjYmI1MGJjNWYyY2Q0YWM1YzIyMjIzYjYzYmMzZmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"87be5934-a24a-4843-8fe8-fcff744e5fbf","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":"af0cb42e-47bc-44a8-8fdf-d0c3c26ca0b7","artifactVersion":"2","generatedFromUUID":"01827668-c19a-4726-be55-ae42c1c9961e"},{"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":"01827668-c19a-4726-be55-ae42c1c9961e","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":"ZDM2YTI4OGY0MjUzNThjZjBhNzlmNmViZDA4NzRjMGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5758674f-985c-4b83-bdab-783529b4e243","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":"b3e5e6fa-3172-4465-857c-8c9a5638eb66","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":"8111bc3f-477d-4b74-bfb9-6baec78facd9","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":"fb9dcd23-5f05-42af-a575-a0cfd9ac9438","artifactVersion":"2","generatedFromUUID":"b3e5e6fa-3172-4465-857c-8c9a5638eb66"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NzZiOWNjZjFhNTk3NzcwOTJkMTViZGVhNTRkYTRhOTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c46e2f08-1b19-4a15-a273-4710a1796e7d","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NTdhNGExNGJkZTcyYWU1MzYwMDYxZTM5NTcyOTJjMzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dbc22b6b-652a-4147-8043-b3fbe2111fa6","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-28T04:26:17.473Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:26:17.473Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:26:17.475Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:26:17.475Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343969534, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:26:17.576Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T04:26:17.576Z||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-01-28T04:26:17.576Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:26:17.590Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:26:17.591Z||pool-57-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-01-28T04:26:18.476Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:26:18.477Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:26:18.478Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:26:18.478Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343969534, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-01-28T04:26:18.579Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T04:26:18.580Z||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-01-28T04:26:18.580Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:26:18.592Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:26:18.593Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:26:19.479Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:26:19.480Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:26:19.483Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:26:19.483Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343969534, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-01-28T04:26:19.583Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:26:19.584Z||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-01-28T04:26:19.584Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:26:19.598Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:26:19.598Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:26:20.483Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:26:20.484Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:26:20.487Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:26:20.487Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343969534, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-01-28T04:26:20.587Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T04:26:20.587Z||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-01-28T04:26:20.588Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:26:20.600Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:26:20.600Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:26:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:26:20.695Z||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-01-28T04:26:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:26:20.716Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:26:20.717Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:26:20.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343800694, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T04:26:20.718Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:26:20.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:26:20.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343801753, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T04:26:20.718Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:26:20.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:26:20.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343802808, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-01-28T04:26:20.718Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:26:20.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:26:20.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343803899, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-01-28T04:26:20.719Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:26:20.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:26:20.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343804902, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-01-28T04:26:20.719Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:26:20.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:26:20.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343805906, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-01-28T04:26:20.720Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:26:20.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:26:20.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343806909, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:26:20.720Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:26:21.487Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:26:21.488Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:26:21.490Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:26:21.490Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343969534, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-01-28T04:26:21.590Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:26:21.591Z||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-01-28T04:26:21.591Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:26:21.603Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:26:21.604Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:26:22.490Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:26:22.491Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:26:22.493Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:26:22.494Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343969534, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:26:22.594Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:26:22.595Z||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-01-28T04:26:22.595Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:26:22.607Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:26:22.607Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:26:23.494Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:26:23.496Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:26:23.498Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:26:23.498Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343969534, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-01-28T04:26:23.598Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:26:23.599Z||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-01-28T04:26:23.599Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:26:23.610Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:26:23.611Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:26:24.499Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:26:24.499Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:26:24.501Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:26:24.501Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343969534, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:26:24.601Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:26:24.602Z||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-01-28T04:26:24.602Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:26:24.614Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:26:24.614Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:26:25.501Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:26:25.502Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:26:25.504Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:26:25.504Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343969534, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:26:25.605Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T04:26:25.605Z||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-01-28T04:26:25.606Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:26:25.617Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:26:25.618Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:26:26.506Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "356b83d4-9887-4451-b52e-7293d97af304", "serviceDescription": "service", "serviceInvariantUUID": "ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "209bec89-7e4f-4da8-ac64-c62c95b2235e", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dd7bfb08-b4e1-48b8-b628-2719e6031489", "resourceInvariantUUID": "9f568873-99a5-44c3-9832-dea7d39be45b", "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": "af0cb42e-47bc-44a8-8fdf-d0c3c26ca0b7", "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": "01827668-c19a-4726-be55-ae42c1c9961e", "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": "ZDM2YTI4OGY0MjUzNThjZjBhNzlmNmViZDA4NzRjMGI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5758674f-985c-4b83-bdab-783529b4e243", "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": "b3e5e6fa-3172-4465-857c-8c9a5638eb66", "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": "fb9dcd23-5f05-42af-a575-a0cfd9ac9438", "generatedFromUUID": "b3e5e6fa-3172-4465-857c-8c9a5638eb66" }, "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": "fb9dcd23-5f05-42af-a575-a0cfd9ac9438", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NTdhNGExNGJkZTcyYWU1MzYwMDYxZTM5NTcyOTJjMzA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dbc22b6b-652a-4147-8043-b3fbe2111fa6" } ], "workloadContext": "Production" } 2022-01-28T04:26:26.507Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-28T04:26:26.507Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 356b83d4-9887-4451-b52e-7293d97af304 ASDC 2022-01-28T04:26:26.507Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:dcce4a61-ed99-43d3-86c8-953b855d3c9d ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:356b83d4-9887-4451-b52e-7293d97af304 ServiceInvariantUUID:ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc 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:dbc22b6b-652a-4147-8043-b3fbe2111fa6 ArtifactChecksum:NTdhNGExNGJkZTcyYWU1MzYwMDYxZTM5NTcyOTJjMzA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:209bec89-7e4f-4da8-ac64-c62c95b2235e ResourceInvariantUUID:9f568873-99a5-44c3-9832-dea7d39be45b ResourceName:basic_cnf ResourceType:VF ResourceUUID:dd7bfb08-b4e1-48b8-b628-2719e6031489 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:af0cb42e-47bc-44a8-8fdf-d0c3c26ca0b7 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:01827668-c19a-4726-be55-ae42c1c9961e 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:5758674f-985c-4b83-bdab-783529b4e243 ArtifactChecksum:ZDM2YTI4OGY0MjUzNThjZjBhNzlmNmViZDA4NzRjMGI= 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:b3e5e6fa-3172-4465-857c-8c9a5638eb66 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:fb9dcd23-5f05-42af-a575-a0cfd9ac9438 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:fb9dcd23-5f05-42af-a575-a0cfd9ac9438 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-01-28T04:26:26.507Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 356b83d4-9887-4451-b52e-7293d97af304 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-01-28T04:26:26.531Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T04:26:26.532Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:26:26.532Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:26:26.532Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: dbc22b6b-652a-4147-8043-b3fbe2111fa6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-01-28T04:26:26.532Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T04:26:26.532Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-01-28T04:26:27.238Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T04:26:27.241Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar dbc22b6b-652a-4147-8043-b3fbe2111fa6 68936 2022-01-28T04:26:27.242Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-01-28T04:26:27.242Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-01-28T04:26:27.242Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T04:26:27.242Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:26:27.244Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:26:27.244Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343987242, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:26:27.344Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:26:27.345Z||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-01-28T04:26:27.345Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:26:27.358Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:26:27.359Z||pool-66-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:26:28.245Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T04:26:28.246Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:26:28.246Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: dbc22b6b-652a-4147-8043-b3fbe2111fa6, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-01-28T04:26:28.247Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-01-28T04:26:28.247Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-01-28T04:26:28.247Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-01-28T04:26:28.320Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14978114232522493482/Definitions/service-BasicCnf-template.yml 2022-01-28T04:26:29.053Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-28T04:26:29.053Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-01-28T04:26:29.053Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-01-28T04:26:29.053Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-01-28T04:26:29.053Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||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-01-28T04:26:29.053Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||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-01-28T04:26:29.053Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|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-BasicCnf-csar.csar 2022-01-28T04:26:29.053Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||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-01-28T04:26:29.053Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-01-28T04:26:29.054Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:26:29.054Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:26:29.054Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-01-28T04:26:29.054Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-01-28T04:26:29.054Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T04:26:29.054Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:26:29.054Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:26:29.054Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-01-28T04:26:29.054Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-01-28T04:26:29.054Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T04:26:29.054Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:26:29.054Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:26:29.054Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:26:29.054Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-01-28T04:26:29.054Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-01-28T04:26:29.054Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria 2022-01-28T04:26:29.054Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-01-28T04:26:29.054Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:26:29.055Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-28T04:26:29.055Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:26:29.055Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-01-28T04:26:29.055Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:26:29.055Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:26:29.055Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-01-28T04:26:29.055Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:26:29.055Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:26:29.055Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-01-28T04:26:29.055Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:26:29.055Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:26:29.055Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-01-28T04:26:29.055Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-01-28T04:26:29.055Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=943d22a9-3789-4ddd-a7f0-e5f2475417df 2022-01-28T04:26:29.055Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:26:29.055Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:26:29.055Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:26:29.055Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:26:29.055Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:26:29.055Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:26:29.056Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:26:29.056Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:26:29.056Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:356b83d4-9887-4451-b52e-7293d97af304 Model Version:NULL Model InvariantUuid:ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:01dd056e-7e5e-4b3b-8df8-d206f7caaf67 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:9f568873-99a5-44c3-9832-dea7d39be45b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:209bec89-7e4f-4da8-ac64-c62c95b2235e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:08a2fd64-4b7f-49ec-811d-9ad5573ce91f ModelName:BasicCnf..base_dummy..module-0 ModelUuid:0bf849cc-6a0e-4239-8b6d-35a83eee7773 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:943d22a9-3789-4ddd-a7f0-e5f2475417df ModelInvariantUuid:109e22ce-ef8a-43a4-91c8-a23585941a1b ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:43bc5287-dc92-442c-a5a6-a77ea05a05d9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:2ab05964-9061-4713-9d89-e4490a5c64c4 ModelInvariantUuid:39707deb-e5f5-46a3-8e9f-301bb5454977 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:a790bfba-08c0-42c1-8b6d-70306ae6bece 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-01-28T04:26:29.063Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: dd7bfb08-b4e1-48b8-b628-2719e6031489 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-01-28T04:26:29.065Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||basic_cnf 0 2022-01-28T04:26:29.065Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dd7bfb08-b4e1-48b8-b628-2719e6031489 2022-01-28T04:26:29.065Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: af0cb42e-47bc-44a8-8fdf-d0c3c26ca0b7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-01-28T04:26:29.065Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T04:26:29.065Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||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-01-28T04:26:29.300Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T04:26:29.300Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env af0cb42e-47bc-44a8-8fdf-d0c3c26ca0b7 12 2022-01-28T04:26:29.301Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||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-01-28T04:26:29.301Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||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-01-28T04:26:29.301Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T04:26:29.301Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:26:29.304Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:26:29.304Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343989301, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-01-28T04:26:29.404Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:26:29.404Z||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-01-28T04:26:29.405Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:26:29.422Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:26:29.422Z||pool-67-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:26:30.304Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 01827668-c19a-4726-be55-ae42c1c9961e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-01-28T04:26:30.305Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T04:26:30.305Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||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-01-28T04:26:30.595Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T04:26:30.595Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 01827668-c19a-4726-be55-ae42c1c9961e 2688 2022-01-28T04:26:30.596Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||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-01-28T04:26:30.596Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||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-01-28T04:26:30.596Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T04:26:30.596Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:26:30.598Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:26:30.598Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343990596, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-01-28T04:26:30.698Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:26:30.699Z||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-01-28T04:26:30.699Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:26:30.712Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:26:30.713Z||pool-68-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:26:31.599Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5758674f-985c-4b83-bdab-783529b4e243 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-01-28T04:26:31.600Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T04:26:31.600Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||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-01-28T04:26:31.992Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T04:26:31.992Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 5758674f-985c-4b83-bdab-783529b4e243 828 2022-01-28T04:26:31.993Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||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-01-28T04:26:31.993Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||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-01-28T04:26:31.993Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T04:26:31.993Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:26:31.995Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:26:31.996Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343991993, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T04:26:32.096Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:26:32.096Z||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-01-28T04:26:32.096Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:26:32.109Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:26:32.110Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:26:32.996Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "08a2fd64-4b7f-49ec-811d-9ad5573ce91f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0bf849cc-6a0e-4239-8b6d-35a83eee7773", "vfModuleModelCustomizationUUID": "561a4bbb-2472-4a09-94b9-286ce70c5ecd", "isBase": true, "artifacts": [ "b3e5e6fa-3172-4465-857c-8c9a5638eb66", "01827668-c19a-4726-be55-ae42c1c9961e", "fb9dcd23-5f05-42af-a575-a0cfd9ac9438" ], "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-01-28T04:26:33.001Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0bf849cc-6a0e-4239-8b6d-35a83eee7773 VfModuleModelInvariantUUID:08a2fd64-4b7f-49ec-811d-9ad5573ce91f VfModuleModelDescription:NULL Artifacts UUID List:{ b3e5e6fa-3172-4465-857c-8c9a5638eb66 , 01827668-c19a-4726-be55-ae42c1c9961e , fb9dcd23-5f05-42af-a575-a0cfd9ac9438 } 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-01-28T04:26:33.004Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "08a2fd64-4b7f-49ec-811d-9ad5573ce91f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0bf849cc-6a0e-4239-8b6d-35a83eee7773", "vfModuleModelCustomizationUUID": "561a4bbb-2472-4a09-94b9-286ce70c5ecd", "isBase": true, "artifacts": [ "b3e5e6fa-3172-4465-857c-8c9a5638eb66", "01827668-c19a-4726-be55-ae42c1c9961e", "fb9dcd23-5f05-42af-a575-a0cfd9ac9438" ], "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-01-28T04:26:33.004Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0bf849cc-6a0e-4239-8b6d-35a83eee7773 VfModuleModelInvariantUUID:08a2fd64-4b7f-49ec-811d-9ad5573ce91f VfModuleModelDescription:NULL Artifacts UUID List:{ b3e5e6fa-3172-4465-857c-8c9a5638eb66 , 01827668-c19a-4726-be55-ae42c1c9961e , fb9dcd23-5f05-42af-a575-a0cfd9ac9438 } 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-01-28T04:26:33.004Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b3e5e6fa-3172-4465-857c-8c9a5638eb66 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-01-28T04:26:33.004Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T04:26:33.004Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||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-01-28T04:26:33.294Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T04:26:33.294Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml b3e5e6fa-3172-4465-857c-8c9a5638eb66 1164 2022-01-28T04:26:33.294Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||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-01-28T04:26:33.295Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||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-01-28T04:26:33.295Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T04:26:33.295Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:26:33.297Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:26:33.297Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343993294, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T04:26:33.397Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T04:26:33.398Z||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-01-28T04:26:33.398Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:26:33.410Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:26:33.411Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:26:34.298Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: fb9dcd23-5f05-42af-a575-a0cfd9ac9438 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-01-28T04:26:34.299Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T04:26:34.299Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||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-01-28T04:26:34.545Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T04:26:34.545Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env fb9dcd23-5f05-42af-a575-a0cfd9ac9438 200 2022-01-28T04:26:34.545Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||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-01-28T04:26:34.546Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||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-01-28T04:26:34.546Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T04:26:34.546Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:26:34.548Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:26:34.548Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343994545, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-01-28T04:26:34.648Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:26:34.649Z||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-01-28T04:26:34.649Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:26:34.664Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:26:34.665Z||pool-71-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:26:35.548Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 356b83d4-9887-4451-b52e-7293d97af304 2022-01-28T04:26:35.549Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 dd7bfb08-b4e1-48b8-b628-2719e6031489 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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 2022-01-28T04:26:35.566Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||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 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-01-28T04:26:35.569Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6b285c58, org.onap.sdc.toscaparser.api.parameters.Input@32b78ab0, org.onap.sdc.toscaparser.api.parameters.Input@22020ea2, org.onap.sdc.toscaparser.api.parameters.Input@13a8fd81, org.onap.sdc.toscaparser.api.parameters.Input@3a4bb930] 2022-01-28T04:26:35.569Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:26:35.569Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:26:35.570Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-01-28T04:26:35.570Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 209bec89-7e4f-4da8-ac64-c62c95b2235e 2022-01-28T04:26:35.570Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 209bec89-7e4f-4da8-ac64-c62c95b2235e matches Tosca VF Customization UUID: 209bec89-7e4f-4da8-ac64-c62c95b2235e 2022-01-28T04:26:35.570Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 209bec89-7e4f-4da8-ac64-c62c95b2235e 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-01-28T04:26:35.571Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:26:35.571Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:26:35.571Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 209bec89-7e4f-4da8-ac64-c62c95b2235e: {\"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-01-28T04:26:35.571Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@52f29843 2022-01-28T04:26:35.571Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:26:35.572Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-28T04:26:35.572Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 561a4bbb-2472-4a09-94b9-286ce70c5ecd 2022-01-28T04:26:35.572Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 561a4bbb-2472-4a09-94b9-286ce70c5ecd 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-01-28T04:26:35.573Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:26:35.573Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-01-28T04:26:35.573Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:26:35.574Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:26:35.574Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-01-28T04:26:35.574Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:26:35.574Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:26:35.574Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-01-28T04:26:35.574Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-01-28T04:26:35.574Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=943d22a9-3789-4ddd-a7f0-e5f2475417df 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-01-28T04:26:35.575Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:26:35.575Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-01-28T04:26:35.576Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:26:35.576Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:26:35.576Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-01-28T04:26:35.576Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=209bec89-7e4f-4da8-ac64-c62c95b2235e 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-01-28T04:26:35.577Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:26:35.577Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:26:35.577Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 356b83d4-9887-4451-b52e-7293d97af304: basic_cnf 2022-01-28T04:26:35.577Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:26:35.577Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:26:35.577Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:26:35.578Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:26:35.578Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:26:35.578Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:26:35.578Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:26:35.578Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:26:35.578Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:26:35.578Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:26:35.578Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||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-01-28T04:26:35.622Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf dd7bfb08-b4e1-48b8-b628-2719e6031489 1 ASDC deployResourceStructure 2022-01-28T04:26:35.623Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||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-01-28T04:26:35.623Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||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-01-28T04:26:35.623Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-01-28T04:26:35.623Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:26:35.625Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:26:35.625Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343995622, "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-01-28T04:26:35.725Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:26:35.726Z||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-01-28T04:26:35.726Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:26:35.739Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:26:35.739Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:26:36.626Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||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-01-28T04:26:36.626Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||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-01-28T04:26:36.626Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-01-28T04:26:36.626Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:26:36.628Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:26:36.629Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343996625, "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-01-28T04:26:36.728Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T04:26:36.729Z||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-01-28T04:26:36.729Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:26:36.742Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:26:36.743Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:26:37.629Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||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-01-28T04:26:37.630Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||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-01-28T04:26:37.630Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T04:26:37.630Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:26:37.631Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:26:37.631Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343997629, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-01-28T04:26:37.731Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:26:37.732Z||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-01-28T04:26:37.732Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:26:37.744Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:26:37.745Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-01-28T04:26:38.632Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||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-01-28T04:26:38.632Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||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-01-28T04:26:38.633Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T04:26:38.633Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:26:38.635Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:26:38.635Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343998631, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-01-28T04:26:38.737Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-01-28T04:26:38.737Z||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-01-28T04:26:38.738Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:26:38.751Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:26:38.751Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:26:39.636Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||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-01-28T04:26:39.637Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||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-01-28T04:26:39.637Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T04:26:39.638Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:26:39.640Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:26:39.640Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343999636, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-01-28T04:26:39.740Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:26:39.741Z||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-01-28T04:26:39.741Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:26:39.753Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:26:39.753Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:26:40.641Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-01-28T04:26:40.641Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-01-28T04:26:40.642Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T04:26:40.642Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:26:40.644Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:26:40.644Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344000640, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:26:40.744Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T04:26:40.745Z||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-01-28T04:26:40.746Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:26:40.762Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:26:40.762Z||pool-77-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:26:41.645Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dcce4a61-ed99-43d3-86c8-953b855d3c9d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:26:41.656Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dcce4a61-ed99-43d3-86c8-953b855d3c9d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:26:41.659Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:26:41.659Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T04:26:41.659Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T04:27:11.660Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dcce4a61-ed99-43d3-86c8-953b855d3c9d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:27:11.670Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dcce4a61-ed99-43d3-86c8-953b855d3c9d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:27:11.673Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:27:11.674Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T04:27:11.674Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T04:27:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:27:20.695Z||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-01-28T04:27:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:27:20.724Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:27:20.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:27:20.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343958154, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d4c094124-c7e6-43ca-81e0-88e7da7dcbc6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad) (ec\u003dERR.5.4.6114)" } 2022-01-28T04:27:20.725Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:27:20.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:27:20.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "multicloud-k8s-id", "timestamp": 1643343971153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:27:20.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:27:20.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:27:20.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343969534, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:27:20.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:27:20.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:27:20.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "ves-openapi-manager", "timestamp": 1643343969944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:27:20.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:27:20.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:27:20.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "cds", "timestamp": 1643343971207, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:27:20.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:27:20.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:27:20.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "multicloud-k8s-id", "timestamp": 1643343971153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-01-28T04:27:20.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:27:20.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:27:20.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343969534, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-01-28T04:27:20.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:27:20.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:27:20.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "cds", "timestamp": 1643343971207, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:27:20.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:27:20.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:27:20.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "ves-openapi-manager", "timestamp": 1643343969944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:27:20.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:27:20.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:27:20.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "multicloud-k8s-id", "timestamp": 1643343971153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-01-28T04:27:20.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:27:20.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:27:20.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "ves-openapi-manager", "timestamp": 1643343969944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-01-28T04:27:20.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:27:20.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:27:20.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343969534, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-01-28T04:27:20.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:27:20.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:27:20.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "cds", "timestamp": 1643343971207, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-01-28T04:27:20.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:27:20.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:27:20.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "multicloud-k8s-id", "timestamp": 1643343971153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-01-28T04:27:20.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:27:20.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:27:20.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "ves-openapi-manager", "timestamp": 1643343969944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T04:27:20.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:27:20.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:27:20.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343969534, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-01-28T04:27:20.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:27:20.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:27:20.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "cds", "timestamp": 1643343971207, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T04:27:20.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:27:41.675Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dcce4a61-ed99-43d3-86c8-953b855d3c9d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:27:41.686Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dcce4a61-ed99-43d3-86c8-953b855d3c9d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:27:41.688Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:27:41.689Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T04:27:41.689Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T04:28:11.689Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dcce4a61-ed99-43d3-86c8-953b855d3c9d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:28:11.698Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dcce4a61-ed99-43d3-86c8-953b855d3c9d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:28:11.701Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:28:11.701Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T04:28:11.701Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T04:28:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:28:20.696Z||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-01-28T04:28:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:28:20.722Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:28:21.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "multicloud-k8s-id", "timestamp": 1643343971153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-01-28T04:28:21.236Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "ves-openapi-manager", "timestamp": 1643343969944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.237Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343969534, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-01-28T04:28:21.237Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "cds", "timestamp": 1643343971207, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.238Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "multicloud-k8s-id", "timestamp": 1643343971153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.238Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "ves-openapi-manager", "timestamp": 1643343969944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.238Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "cds", "timestamp": 1643343971207, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.239Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343969534, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.239Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "multicloud-k8s-id", "timestamp": 1643343971153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-01-28T04:28:21.239Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "ves-openapi-manager", "timestamp": 1643343969944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.240Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "cds", "timestamp": 1643343971207, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.240Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343969534, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-01-28T04:28:21.241Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.241Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.241Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "multicloud-k8s-id", "timestamp": 1643343971153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.241Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.241Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.241Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "ves-openapi-manager", "timestamp": 1643343969944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.241Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.241Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.241Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "cds", "timestamp": 1643343971207, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.241Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.242Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343969534, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.242Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.242Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "aai-ml", "timestamp": 1643343983887, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.242Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.242Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "policy-id", "timestamp": 1643343984690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.243Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.243Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "multicloud-k8s-id", "timestamp": 1643343971153, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:28:21.243Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.243Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "ves-openapi-manager", "timestamp": 1643343969944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.243Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.243Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "cds", "timestamp": 1643343971207, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:28:21.243Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.244Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.244Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343969534, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:28:21.244Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.244Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.244Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "aai-ml", "timestamp": 1643343983887, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.244Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.245Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.245Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "policy-id", "timestamp": 1643343984690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.245Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.245Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.245Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "aai-ml", "timestamp": 1643343983887, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.245Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.245Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.245Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343987242, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:28:21.246Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:28:21.246Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.246Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "multicloud-k8s-id", "timestamp": 1643343987289, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T04:28:21.246Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:28:21.246Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.246Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "policy-id", "timestamp": 1643343984690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.246Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.246Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.246Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "cds", "timestamp": 1643343987348, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:28:21.247Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:28:21.247Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.247Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "aai-ml", "timestamp": 1643343983887, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.247Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.247Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.247Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "policy-id", "timestamp": 1643343984690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.247Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.248Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.248Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "cds", "timestamp": 1643343988355, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-28T04:28:21.255Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dcce4a61-ed99-43d3-86c8-953b855d3c9d 2022-01-28T04:28:21.255Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcce4a61-ed99-43d3-86c8-953b855d3c9d 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-01-28T04:28:21.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "aai-ml", "timestamp": 1643343983887, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "multicloud-k8s-id", "timestamp": 1643343988691, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T04:28:21.263Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:28:21.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643343988102, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343989301, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-01-28T04:28:21.264Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:28:21.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "policy-id", "timestamp": 1643343984690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-01-28T04:28:21.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "aai-ml", "timestamp": 1643343983887, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643343988102, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "multicloud-k8s-id", "timestamp": 1643343990006, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-01-28T04:28:21.264Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:28:21.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "policy-id", "timestamp": 1643343984690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "aai-ml", "timestamp": 1643343983887, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343990596, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-01-28T04:28:21.265Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:28:21.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643343988102, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "multicloud-k8s-id", "timestamp": 1643343991202, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-01-28T04:28:21.265Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:28:21.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "policy-id", "timestamp": 1643343984690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "aai-ml", "timestamp": 1643343983887, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643343988102, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343991993, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T04:28:21.266Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:28:21.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "multicloud-k8s-id", "timestamp": 1643343992242, "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-01-28T04:28:21.271Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dcce4a61-ed99-43d3-86c8-953b855d3c9d 2022-01-28T04:28:21.271Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcce4a61-ed99-43d3-86c8-953b855d3c9d 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-01-28T04:28:21.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "policy-id", "timestamp": 1643343984690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "aai-ml", "timestamp": 1643343983887, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:28:21.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643343988102, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "ves-openapi-manager", "timestamp": 1643343989944, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "cds", "timestamp": 1643343989359, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "multicloud-k8s-id", "timestamp": 1643343993245, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-01-28T04:28:21.280Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:28:21.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343993294, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T04:28:21.280Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:28:21.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "policy-id", "timestamp": 1643343984690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:28:21.280Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643343988102, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.280Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "aai-ml", "timestamp": 1643343993804, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:28:21.281Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:28:21.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "cds", "timestamp": 1643343989359, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.281Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "ves-openapi-manager", "timestamp": 1643343989944, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.281Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343994545, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-01-28T04:28:21.281Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:28:21.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "policy-id", "timestamp": 1643343994643, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:28:21.281Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:28:21.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643343988102, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.281Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "multicloud-k8s-id", "timestamp": 1643343994248, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.282Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "ves-openapi-manager", "timestamp": 1643343989944, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.282Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "cds", "timestamp": 1643343989359, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.282Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343995622, "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-01-28T04:28:21.282Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:28:21.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "policy-id", "timestamp": 1643343995647, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:28:21.283Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:28:21.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643343988102, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.283Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "multicloud-k8s-id", "timestamp": 1643343994248, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-01-28T04:28:21.283Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "cds", "timestamp": 1643343989359, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.283Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "ves-openapi-manager", "timestamp": 1643343989944, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.283Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "clamp", "timestamp": 1643343995840, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.284Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343996625, "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-01-28T04:28:21.284Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:28:21.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "policy-id", "timestamp": 1643343996650, "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-01-28T04:28:21.288Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dcce4a61-ed99-43d3-86c8-953b855d3c9d 2022-01-28T04:28:21.289Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcce4a61-ed99-43d3-86c8-953b855d3c9d 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-01-28T04:28:21.294Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.294Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643343988102, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:28:21.295Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "multicloud-k8s-id", "timestamp": 1643343994248, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-01-28T04:28:21.295Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "ves-openapi-manager", "timestamp": 1643343989944, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.295Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "cds", "timestamp": 1643343989359, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.295Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "clamp", "timestamp": 1643343995840, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.295Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343997629, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-01-28T04:28:21.295Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:28:21.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643343997817, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:28:21.296Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:28:21.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "multicloud-k8s-id", "timestamp": 1643343994248, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.296Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "ves-openapi-manager", "timestamp": 1643343989944, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.296Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "cds", "timestamp": 1643343989359, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.296Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "aai-ml", "timestamp": 1643343998163, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_ERROR" } 2022-01-28T04:28:21.296Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:28:21.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "clamp", "timestamp": 1643343995840, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.296Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343998631, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-01-28T04:28:21.296Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:28:21.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "multicloud-k8s-id", "timestamp": 1643343994248, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-01-28T04:28:21.296Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "ves-openapi-manager", "timestamp": 1643343989944, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.297Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "cds", "timestamp": 1643343989359, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.297Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "aai-ml", "timestamp": 1643343999168, "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-01-28T04:28:21.301Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of dcce4a61-ed99-43d3-86c8-953b855d3c9d 2022-01-28T04:28:21.301Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcce4a61-ed99-43d3-86c8-953b855d3c9d 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-01-28T04:28:21.309Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.309Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "clamp", "timestamp": 1643343995840, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-01-28T04:28:21.309Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.309Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.309Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643343999636, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-01-28T04:28:21.310Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:28:21.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643343999757, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:28:21.310Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:28:21.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "multicloud-k8s-id", "timestamp": 1643343994248, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.310Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "ves-openapi-manager", "timestamp": 1643343989944, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.310Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "cds", "timestamp": 1643343989359, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:28:21.310Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "clamp", "timestamp": 1643343995840, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.310Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344000640, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:28:21.310Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:28:21.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344000760, "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-01-28T04:28:21.315Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dcce4a61-ed99-43d3-86c8-953b855d3c9d 2022-01-28T04:28:21.315Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcce4a61-ed99-43d3-86c8-953b855d3c9d 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-01-28T04:28:21.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "multicloud-k8s-id", "timestamp": 1643343994248, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.323Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "cds", "timestamp": 1643344001190, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:28:21.323Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:28:21.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "clamp", "timestamp": 1643343995840, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.323Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "multicloud-k8s-id", "timestamp": 1643343994248, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:28:21.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "clamp", "timestamp": 1643343995840, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "multicloud-k8s-id", "timestamp": 1643344002960, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T04:28:21.324Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:28:21.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "cds", "timestamp": 1643344003284, "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-01-28T04:28:21.335Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 63b9ebe4-7ff0-4148-bb96-701a459d40ad 2022-01-28T04:28:21.335Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63b9ebe4-7ff0-4148-bb96-701a459d40ad 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-01-28T04:28:21.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "clamp", "timestamp": 1643343995840, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.343Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "multicloud-k8s-id", "timestamp": 1643344004133, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T04:28:21.343Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:28:21.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "clamp", "timestamp": 1643343995840, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:28:21.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "multicloud-k8s-id", "timestamp": 1643344005340, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-01-28T04:28:21.344Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:28:21.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "policy-id", "timestamp": 1643344004690, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.345Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "policy-id", "timestamp": 1643344004690, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.345Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "multicloud-k8s-id", "timestamp": 1643344006363, "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-01-28T04:28:21.351Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 63b9ebe4-7ff0-4148-bb96-701a459d40ad 2022-01-28T04:28:21.351Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63b9ebe4-7ff0-4148-bb96-701a459d40ad 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-01-28T04:28:21.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "policy-id", "timestamp": 1643344004690, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-01-28T04:28:21.360Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "multicloud-k8s-id", "timestamp": 1643344007366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-01-28T04:28:21.361Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:28:21.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "clamp", "timestamp": 1643344008243, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:28:21.361Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:28:21.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "policy-id", "timestamp": 1643344004690, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.361Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "clamp", "timestamp": 1643344009254, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:28:21.361Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:28:21.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "policy-id", "timestamp": 1643344004690, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.361Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "clamp", "timestamp": 1643344010257, "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-01-28T04:28:21.367Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dcce4a61-ed99-43d3-86c8-953b855d3c9d 2022-01-28T04:28:21.367Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcce4a61-ed99-43d3-86c8-953b855d3c9d 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-01-28T04:28:21.376Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.376Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "policy-id", "timestamp": 1643344004690, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.376Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.376Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.376Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "clamp", "timestamp": 1643343995840, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.376Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.376Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.376Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "policy-id", "timestamp": 1643344004690, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.376Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.376Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.376Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "clamp", "timestamp": 1643343995840, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-01-28T04:28:21.376Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.376Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.376Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "policy-id", "timestamp": 1643344004690, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:28:21.376Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.376Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "clamp", "timestamp": 1643343995840, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.377Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.377Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "policy-id", "timestamp": 1643344013396, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:28:21.377Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:28:21.377Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "clamp", "timestamp": 1643343995840, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.377Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.377Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "policy-id", "timestamp": 1643344014400, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:28:21.377Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:28:21.377Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "aai-ml", "timestamp": 1643344013887, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.377Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.377Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "clamp", "timestamp": 1643343995840, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.377Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.377Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "policy-id", "timestamp": 1643344015402, "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-01-28T04:28:21.381Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 63b9ebe4-7ff0-4148-bb96-701a459d40ad 2022-01-28T04:28:21.381Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63b9ebe4-7ff0-4148-bb96-701a459d40ad 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-01-28T04:28:21.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "aai-ml", "timestamp": 1643344013887, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "clamp", "timestamp": 1643343995840, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "aai-ml", "timestamp": 1643344013887, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "clamp", "timestamp": 1643343995840, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "aai-ml", "timestamp": 1643344013887, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "clamp", "timestamp": 1643343995840, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:28:21.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "aai-ml", "timestamp": 1643344013887, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344018102, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "aai-ml", "timestamp": 1643344013887, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344018102, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "aai-ml", "timestamp": 1643344013887, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344018102, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "aai-ml", "timestamp": 1643344013887, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:28:21.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344018102, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.390Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344018102, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.390Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "aai-ml", "timestamp": 1643344023049, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:28:21.390Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:28:21.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344018102, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.390Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "clamp", "timestamp": 1643344024245, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:28:21.390Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:28:21.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344018102, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:28:21.390Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344018102, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:28:21.390Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:28:21.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344026803, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:28:21.390Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:28:21.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "clamp", "timestamp": 1643344027248, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:28:21.390Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:28:21.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "aai-ml", "timestamp": 1643344027385, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_ERROR" } 2022-01-28T04:28:21.390Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:28:21.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "clamp", "timestamp": 1643344028251, "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-01-28T04:28:21.395Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 63b9ebe4-7ff0-4148-bb96-701a459d40ad 2022-01-28T04:28:21.395Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63b9ebe4-7ff0-4148-bb96-701a459d40ad 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-01-28T04:28:21.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.404Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "aai-ml", "timestamp": 1643344028388, "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-01-28T04:28:21.408Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 63b9ebe4-7ff0-4148-bb96-701a459d40ad 2022-01-28T04:28:21.408Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63b9ebe4-7ff0-4148-bb96-701a459d40ad 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-01-28T04:28:21.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344028794, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:28:21.418Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:28:21.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:28:21.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344029798, "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-01-28T04:28:21.424Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 63b9ebe4-7ff0-4148-bb96-701a459d40ad 2022-01-28T04:28:21.424Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63b9ebe4-7ff0-4148-bb96-701a459d40ad 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-01-28T04:28:41.701Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dcce4a61-ed99-43d3-86c8-953b855d3c9d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:28:41.710Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dcce4a61-ed99-43d3-86c8-953b855d3c9d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:28:41.712Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:28:41.712Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-28T04:28:41.712Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-28T04:28:41.712Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-28T04:28:41.713Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-01-28T04:28:41.713Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|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-01-28T04:28:41.717Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-28T04:29:11.717Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dcce4a61-ed99-43d3-86c8-953b855d3c9d 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-01-28T04:29:11.722Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dcce4a61-ed99-43d3-86c8-953b855d3c9d and serviceModelVersionId: 356b83d4-9887-4451-b52e-7293d97af304 2022-01-28T04:29:11.722Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc 2022-01-28T04:29:11.723Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304?depth=0 2022-01-28T04:29:11.726Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-01-28T04:29:11.750Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304?depth=0|INFO|500||Invoke 2022-01-28T04:29:11.750Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dcce4a61-ed99-43d3-86c8-953b855d3c9d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cb26295b-08d8-43d1-8faa-d460771598b2], X-ECOMP-RequestID=[dcce4a61-ed99-43d3-86c8-953b855d3c9d], X-TransactionId=[], X-ONAP-RequestID=[dcce4a61-ed99-43d3-86c8-953b855d3c9d], Content-Type=[application/merge-patch+json]} 2022-01-28T04:29:11.765Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-01-28T04:29:11.785Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304?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/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220128-04:29:11:771-16734], Content-Length=[495], Date=[Fri, 28 Jan 2022 04:29:11 GMT], Content-Type=[application/json]} 2022-01-28T04:29:11.786Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304?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/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304","ERR.5.4.6114"]}}} 2022-01-28T04:29:11.786Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304?depth=0|INFO|404|Not Found|InvokeReturn 2022-01-28T04:29:11.788Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=dcce4a61-ed99-43d3-86c8-953b855d3c9d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304) (ec=ERR.5.4.6114) 2022-01-28T04:29:11.788Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=dcce4a61-ed99-43d3-86c8-953b855d3c9d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304) (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-01-28T04:29:11.789Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=dcce4a61-ed99-43d3-86c8-953b855d3c9d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304) (ec=ERR.5.4.6114) 2022-01-28T04:29:11.789Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=dcce4a61-ed99-43d3-86c8-953b855d3c9d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304) (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-01-28T04:29:11.794Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|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-01-28T04:29:11.794Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dcce4a61-ed99-43d3-86c8-953b855d3c9d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=dcce4a61-ed99-43d3-86c8-953b855d3c9d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304) (ec=ERR.5.4.6114) 2022-01-28T04:29:11.795Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-01-28T04:29:11.795Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:29:11.797Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:29:11.797Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344151795, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003ddcce4a61-ed99-43d3-86c8-953b855d3c9d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304) (ec\u003dERR.5.4.6114)" } 2022-01-28T04:29:11.897Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:29:11.898Z||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-01-28T04:29:11.898Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:29:11.916Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:29:11.916Z||pool-78-thread-1|||||INFO|500||cambria reply ok (19 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-01-28T04:29:12.809Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:29:12.810Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|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-01-28T04:29:12.810Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:29:17.248Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:29:17.249Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T04:29:17.249Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"63b9ebe4-7ff0-4148-bb96-701a459d40ad","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"f979080f-a47a-4630-8d3d-fb32623218e0","serviceDescription":"service","serviceInvariantUUID":"d1f8f282-e4e6-48de-a3c9-8066b980772f","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"693fc126-3984-45d8-bb81-f8067146fd53","resourceInvariantUUID":"6c650e64-bb38-468b-adb5-f91b21bae409","resourceCustomizationUUID":"3c682087-9eba-4b36-9a1e-985fea9f2e48","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":"ZjJiODMxNTVhNGY1ZGM0YzBiYzRlNmQ2ZTQ1YmFiN2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e9a02145-d8a5-469c-9f9b-6bbaa3d382b9","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":"MWUyOGYwMWFhOTMyNjk4ODA5ODM5MzU5NzI1OTdiNzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"292451df-85b1-4caa-ba88-7ff4e48f6bc1","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":"db88ddad-4936-42c1-a462-5259dc9365c2","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":"845af299-7c5c-4847-8c63-f86b9be98e21","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":"9f559a19-732d-4021-9316-b8360716670a","artifactVersion":"2","generatedFromUUID":"db88ddad-4936-42c1-a462-5259dc9365c2"},{"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":"MzA2Yjk0MGY0NWQyNDlkMjhkN2NmMTYzNjg1MzhiYmE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"6d6a0a56-4efb-442c-a241-20f8170afa27","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":"NjcxMjVmZGE0MDFmMmQ3ZDRkN2ZhYTVjZTIxMDBlZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"482f4a08-f8ea-4324-b234-15e892eb7dd0","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NTA5NDJiMTY3Y2JiZmI0M2RlMWVhYjRjMTM2ZDg5ZDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3453b92b-149e-4e36-8cf7-2ab01f5c5d5a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-28T04:29:17.251Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:29:17.251Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:29:17.253Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:29:17.253Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344152809, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:29:17.353Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:29:17.353Z||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-01-28T04:29:17.354Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:29:17.367Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:29:17.367Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:29:18.254Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:29:18.255Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:29:18.256Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:29:18.257Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344152809, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-01-28T04:29:18.357Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:29:18.358Z||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-01-28T04:29:18.358Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:29:18.372Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:29:18.373Z||pool-80-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:29:19.257Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:29:19.258Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:29:19.261Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:29:19.261Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344152809, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-01-28T04:29:19.361Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:29:19.362Z||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-01-28T04:29:19.363Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:29:19.376Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:29:19.376Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:29:20.262Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:29:20.263Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:29:20.266Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:29:20.266Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344152809, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:29:20.366Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:29:20.367Z||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-01-28T04:29:20.367Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:29:20.380Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:29:20.380Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:29:20.695Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:29:20.695Z||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-01-28T04:29:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:29:21.266Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:29:21.267Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:29:21.269Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:29:21.270Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344152809, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-01-28T04:29:21.319Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:29:21.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T04:29:21.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344151795, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003ddcce4a61-ed99-43d3-86c8-953b855d3c9d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304) (ec\u003dERR.5.4.6114)" } 2022-01-28T04:29:21.320Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:29:21.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T04:29:21.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344152809, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:29:21.320Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T04:29:21.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T04:29:21.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344152809, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-01-28T04:29:21.321Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T04:29:21.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T04:29:21.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344152809, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-01-28T04:29:21.321Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T04:29:21.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T04:29:21.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344152809, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:29:21.321Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T04:29:21.370Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:29:21.371Z||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-01-28T04:29:21.371Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:29:21.385Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:29:21.385Z||pool-83-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:29:22.270Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:29:22.271Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:29:22.273Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:29:22.274Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344152809, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-01-28T04:29:22.373Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T04:29:22.374Z||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-01-28T04:29:22.374Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:29:22.387Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:29:22.387Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:29:23.274Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:29:23.275Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:29:23.277Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:29:23.277Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344152809, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:29:23.378Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:29:23.378Z||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-01-28T04:29:23.379Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:29:23.391Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:29:23.392Z||pool-85-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-01-28T04:29:24.278Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:29:24.279Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:29:24.280Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:29:24.280Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344152809, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:29:24.380Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:29:24.381Z||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-01-28T04:29:24.381Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:29:24.395Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:29:24.396Z||pool-86-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:29:25.281Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "f979080f-a47a-4630-8d3d-fb32623218e0", "serviceDescription": "service", "serviceInvariantUUID": "d1f8f282-e4e6-48de-a3c9-8066b980772f", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "3c682087-9eba-4b36-9a1e-985fea9f2e48", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "693fc126-3984-45d8-bb81-f8067146fd53", "resourceInvariantUUID": "6c650e64-bb38-468b-adb5-f91b21bae409", "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": "MWUyOGYwMWFhOTMyNjk4ODA5ODM5MzU5NzI1OTdiNzI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "292451df-85b1-4caa-ba88-7ff4e48f6bc1", "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": "db88ddad-4936-42c1-a462-5259dc9365c2", "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": "9f559a19-732d-4021-9316-b8360716670a", "generatedFromUUID": "db88ddad-4936-42c1-a462-5259dc9365c2" }, "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": "9f559a19-732d-4021-9316-b8360716670a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "NTA5NDJiMTY3Y2JiZmI0M2RlMWVhYjRjMTM2ZDg5ZDk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3453b92b-149e-4e36-8cf7-2ab01f5c5d5a" } ], "workloadContext": "Production" } 2022-01-28T04:29:25.282Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-28T04:29:25.282Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f979080f-a47a-4630-8d3d-fb32623218e0 ASDC 2022-01-28T04:29:25.282Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:63b9ebe4-7ff0-4148-bb96-701a459d40ad ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:f979080f-a47a-4630-8d3d-fb32623218e0 ServiceInvariantUUID:d1f8f282-e4e6-48de-a3c9-8066b980772f 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:3453b92b-149e-4e36-8cf7-2ab01f5c5d5a ArtifactChecksum:NTA5NDJiMTY3Y2JiZmI0M2RlMWVhYjRjMTM2ZDg5ZDk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:3c682087-9eba-4b36-9a1e-985fea9f2e48 ResourceInvariantUUID:6c650e64-bb38-468b-adb5-f91b21bae409 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:693fc126-3984-45d8-bb81-f8067146fd53 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:292451df-85b1-4caa-ba88-7ff4e48f6bc1 ArtifactChecksum:MWUyOGYwMWFhOTMyNjk4ODA5ODM5MzU5NzI1OTdiNzI= 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:db88ddad-4936-42c1-a462-5259dc9365c2 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:9f559a19-732d-4021-9316-b8360716670a 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:9f559a19-732d-4021-9316-b8360716670a ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-01-28T04:29:25.282Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f979080f-a47a-4630-8d3d-fb32623218e0 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-01-28T04:29:25.316Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T04:29:25.316Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:29:25.317Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:29:25.317Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3453b92b-149e-4e36-8cf7-2ab01f5c5d5a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-01-28T04:29:25.317Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T04:29:25.317Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-01-28T04:29:25.743Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T04:29:25.750Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 3453b92b-149e-4e36-8cf7-2ab01f5c5d5a 78788 2022-01-28T04:29:25.750Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-01-28T04:29:25.750Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-01-28T04:29:25.750Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T04:29:25.750Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:29:25.752Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:29:25.752Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344165750, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:29:25.853Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T04:29:25.853Z||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-01-28T04:29:25.853Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:29:25.867Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:29:25.867Z||pool-87-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:29:26.753Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T04:29:26.754Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:29:26.754Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 3453b92b-149e-4e36-8cf7-2ab01f5c5d5a, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-01-28T04:29:26.755Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-01-28T04:29:26.755Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-01-28T04:29:26.755Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-01-28T04:29:26.845Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12598721010442669386/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-01-28T04:29:27.666Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-28T04:29:27.667Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-01-28T04:29:27.667Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-01-28T04:29:27.667Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-01-28T04:29:27.667Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||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-01-28T04:29:27.667Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||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-01-28T04:29:27.668Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|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-BasicVmMacro-csar.csar 2022-01-28T04:29:27.668Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||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-01-28T04:29:27.668Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|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-BasicVmMacro-csar.csar 2022-01-28T04:29:27.668Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||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-01-28T04:29:27.668Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|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-BasicVmMacro-csar.csar 2022-01-28T04:29:27.668Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||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-01-28T04:29:27.668Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||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-01-28T04:29:27.669Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-01-28T04:29:27.669Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:29:27.669Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:29:27.669Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-01-28T04:29:27.670Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-01-28T04:29:27.670Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T04:29:27.670Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:29:27.670Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:29:27.670Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-01-28T04:29:27.671Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-01-28T04:29:27.671Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T04:29:27.671Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:29:27.671Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:29:27.671Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:29:27.671Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-01-28T04:29:27.671Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-01-28T04:29:27.672Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-01-28T04:29:27.672Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-01-28T04:29:27.672Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-01-28T04:29:27.672Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-01-28T04:29:27.672Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:29:27.672Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-28T04:29:27.672Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:29:27.672Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-01-28T04:29:27.672Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:29:27.673Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:29:27.673Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-01-28T04:29:27.673Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:29:27.673Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:29:27.673Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-01-28T04:29:27.673Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:29:27.673Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:29:27.673Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-01-28T04:29:27.673Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-01-28T04:29:27.673Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-01-28T04:29:27.673Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=20b3192b-f602-4efd-898c-3b823a9289c3 2022-01-28T04:29:27.674Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:29:27.674Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:29:27.674Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:29:27.674Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:29:27.674Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:29:27.674Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:29:27.674Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:29:27.674Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:29:27.674Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:f979080f-a47a-4630-8d3d-fb32623218e0 Model Version:NULL Model InvariantUuid:d1f8f282-e4e6-48de-a3c9-8066b980772f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:a90cef4e-b670-444f-bc4c-ec148aaa9517 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:6c650e64-bb38-468b-adb5-f91b21bae409 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:3c682087-9eba-4b36-9a1e-985fea9f2e48 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:0ca887ff-e6f3-44d5-88b0-76452ee7a080 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:2f9df87d-3c4b-4305-983c-2542ca314973 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:20b3192b-f602-4efd-898c-3b823a9289c3 ModelInvariantUuid:de81c59b-1923-4c8f-8197-2239842b55b2 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:bc368f30-4758-4a3e-bf13-7e902b2c49cc ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:036ddaa0-79f9-4d8d-af84-6f2f31425468 ModelInvariantUuid:a6fe4d17-5e2f-43d6-a052-fcdd3b135e1b ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:dc3674b2-4ee6-4cb7-a9c5-230a0b53d7b0 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-01-28T04:29:27.681Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 693fc126-3984-45d8-bb81-f8067146fd53 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-01-28T04:29:27.683Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||basic_vm_macro 0 2022-01-28T04:29:27.683Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 693fc126-3984-45d8-bb81-f8067146fd53 2022-01-28T04:29:27.683Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 292451df-85b1-4caa-ba88-7ff4e48f6bc1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-01-28T04:29:27.683Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T04:29:27.683Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||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-01-28T04:29:28.293Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T04:29:28.294Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 292451df-85b1-4caa-ba88-7ff4e48f6bc1 792 2022-01-28T04:29:28.294Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||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-01-28T04:29:28.294Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||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-01-28T04:29:28.294Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T04:29:28.295Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:29:28.297Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:29:28.297Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344168294, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T04:29:28.397Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:29:28.398Z||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-01-28T04:29:28.398Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:29:28.412Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:29:28.412Z||pool-88-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:29:29.297Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "0ca887ff-e6f3-44d5-88b0-76452ee7a080", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2f9df87d-3c4b-4305-983c-2542ca314973", "vfModuleModelCustomizationUUID": "80536f98-8f83-4205-9782-2e4a8421388a", "isBase": true, "artifacts": [ "db88ddad-4936-42c1-a462-5259dc9365c2", "9f559a19-732d-4021-9316-b8360716670a" ], "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-01-28T04:29:29.302Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2f9df87d-3c4b-4305-983c-2542ca314973 VfModuleModelInvariantUUID:0ca887ff-e6f3-44d5-88b0-76452ee7a080 VfModuleModelDescription:NULL Artifacts UUID List:{ db88ddad-4936-42c1-a462-5259dc9365c2 , 9f559a19-732d-4021-9316-b8360716670a } 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-01-28T04:29:29.304Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "0ca887ff-e6f3-44d5-88b0-76452ee7a080", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2f9df87d-3c4b-4305-983c-2542ca314973", "vfModuleModelCustomizationUUID": "80536f98-8f83-4205-9782-2e4a8421388a", "isBase": true, "artifacts": [ "db88ddad-4936-42c1-a462-5259dc9365c2", "9f559a19-732d-4021-9316-b8360716670a" ], "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-01-28T04:29:29.304Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2f9df87d-3c4b-4305-983c-2542ca314973 VfModuleModelInvariantUUID:0ca887ff-e6f3-44d5-88b0-76452ee7a080 VfModuleModelDescription:NULL Artifacts UUID List:{ db88ddad-4936-42c1-a462-5259dc9365c2 , 9f559a19-732d-4021-9316-b8360716670a } 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-01-28T04:29:29.305Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: db88ddad-4936-42c1-a462-5259dc9365c2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-01-28T04:29:29.305Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T04:29:29.305Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||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-01-28T04:29:29.838Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T04:29:29.839Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml db88ddad-4936-42c1-a462-5259dc9365c2 5033 2022-01-28T04:29:29.839Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||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-01-28T04:29:29.839Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||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-01-28T04:29:29.839Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T04:29:29.839Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:29:29.841Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:29:29.841Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344169839, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T04:29:29.942Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:29:29.943Z||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-01-28T04:29:29.943Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:29:29.961Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:29:29.961Z||pool-89-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:29:30.842Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9f559a19-732d-4021-9316-b8360716670a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-01-28T04:29:30.843Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T04:29:30.843Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||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-01-28T04:29:31.389Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T04:29:31.389Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 9f559a19-732d-4021-9316-b8360716670a 903 2022-01-28T04:29:31.389Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||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-01-28T04:29:31.390Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||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-01-28T04:29:31.390Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T04:29:31.390Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:29:31.392Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:29:31.392Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344171389, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-01-28T04:29:31.492Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:29:31.493Z||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-01-28T04:29:31.494Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:29:31.513Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:29:31.514Z||pool-90-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:29:32.393Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: f979080f-a47a-4630-8d3d-fb32623218e0 2022-01-28T04:29:32.393Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 693fc126-3984-45d8-bb81-f8067146fd53 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-01-28T04:29:32.407Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@491d3501, org.onap.sdc.toscaparser.api.parameters.Input@61423077, org.onap.sdc.toscaparser.api.parameters.Input@70180822, org.onap.sdc.toscaparser.api.parameters.Input@6774bead, org.onap.sdc.toscaparser.api.parameters.Input@47613a7f] 2022-01-28T04:29:32.408Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:29:32.408Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:29:32.408Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-01-28T04:29:32.408Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 3c682087-9eba-4b36-9a1e-985fea9f2e48 2022-01-28T04:29:32.408Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3c682087-9eba-4b36-9a1e-985fea9f2e48 matches Tosca VF Customization UUID: 3c682087-9eba-4b36-9a1e-985fea9f2e48 2022-01-28T04:29:32.409Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 3c682087-9eba-4b36-9a1e-985fea9f2e48 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-01-28T04:29:32.413Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:29:32.413Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:29:32.414Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 3c682087-9eba-4b36-9a1e-985fea9f2e48: {\"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-01-28T04:29:32.414Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@457a7b20 2022-01-28T04:29:32.414Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:29:32.415Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-28T04:29:32.415Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 80536f98-8f83-4205-9782-2e4a8421388a 2022-01-28T04:29:32.415Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 80536f98-8f83-4205-9782-2e4a8421388a 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-01-28T04:29:32.419Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:29:32.419Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-01-28T04:29:32.419Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:29:32.419Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:29:32.420Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-01-28T04:29:32.420Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:29:32.420Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:29:32.420Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-01-28T04:29:32.420Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-01-28T04:29:32.421Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-01-28T04:29:32.421Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=20b3192b-f602-4efd-898c-3b823a9289c3 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-01-28T04:29:32.423Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:29:32.424Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-01-28T04:29:32.424Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:29:32.424Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:29:32.424Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-01-28T04:29:32.424Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=3c682087-9eba-4b36-9a1e-985fea9f2e48 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-01-28T04:29:32.426Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:29:32.426Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:29:32.426Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid f979080f-a47a-4630-8d3d-fb32623218e0: basic_vm_macro 2022-01-28T04:29:32.426Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:29:32.426Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:29:32.426Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:29:32.426Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:29:32.426Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:29:32.426Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:29:32.427Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:29:32.427Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:29:32.427Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:29:32.427Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:29:32.427Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||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-01-28T04:29:32.485Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 693fc126-3984-45d8-bb81-f8067146fd53 1 ASDC deployResourceStructure 2022-01-28T04:29:32.485Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||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-01-28T04:29:32.486Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||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-01-28T04:29:32.486Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T04:29:32.486Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:29:32.487Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:29:32.487Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344172485, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-01-28T04:29:32.588Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T04:29:32.588Z||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-01-28T04:29:32.589Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:29:32.602Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:29:32.603Z||pool-91-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:29:33.488Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||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-01-28T04:29:33.489Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||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-01-28T04:29:33.489Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T04:29:33.489Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:29:33.492Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:29:33.492Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344173488, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-01-28T04:29:33.592Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:29:33.592Z||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-01-28T04:29:33.592Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:29:33.606Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:29:33.607Z||pool-92-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-01-28T04:29:34.493Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||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-01-28T04:29:34.494Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||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-01-28T04:29:34.494Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T04:29:34.494Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:29:34.495Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:29:34.495Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344174493, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-01-28T04:29:34.595Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:29:34.596Z||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-01-28T04:29:34.596Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:29:34.611Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:29:34.611Z||pool-93-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-01-28T04:29:35.495Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-01-28T04:29:35.496Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-01-28T04:29:35.496Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T04:29:35.496Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:29:35.498Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:29:35.498Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344175495, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:29:35.598Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:29:35.599Z||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-01-28T04:29:35.599Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:29:35.616Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:29:35.616Z||pool-94-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:29:36.499Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 63b9ebe4-7ff0-4148-bb96-701a459d40ad Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:29:36.512Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 63b9ebe4-7ff0-4148-bb96-701a459d40ad Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:29:36.515Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:29:36.515Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-28T04:29:36.515Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-28T04:29:36.515Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-28T04:29:36.515Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-01-28T04:29:36.515Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|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-01-28T04:29:36.521Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-28T04:30:06.521Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 63b9ebe4-7ff0-4148-bb96-701a459d40ad 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-01-28T04:30:06.525Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 63b9ebe4-7ff0-4148-bb96-701a459d40ad and serviceModelVersionId: f979080f-a47a-4630-8d3d-fb32623218e0 2022-01-28T04:30:06.525Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d1f8f282-e4e6-48de-a3c9-8066b980772f 2022-01-28T04:30:06.527Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d1f8f282-e4e6-48de-a3c9-8066b980772f/model-vers/model-ver/f979080f-a47a-4630-8d3d-fb32623218e0?depth=0 2022-01-28T04:30:06.531Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-01-28T04:30:06.553Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1f8f282-e4e6-48de-a3c9-8066b980772f/model-vers/model-ver/f979080f-a47a-4630-8d3d-fb32623218e0?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-01-28T04:30:06.553Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1f8f282-e4e6-48de-a3c9-8066b980772f/model-vers/model-ver/f979080f-a47a-4630-8d3d-fb32623218e0?depth=0|INFO|500||Invoke 2022-01-28T04:30:06.565Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1f8f282-e4e6-48de-a3c9-8066b980772f/model-vers/model-ver/f979080f-a47a-4630-8d3d-fb32623218e0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-01-28T04:30:06.641Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1f8f282-e4e6-48de-a3c9-8066b980772f/model-vers/model-ver/f979080f-a47a-4630-8d3d-fb32623218e0?depth=0|INFO|404|Not Found|InvokeReturn 2022-01-28T04:30:06.642Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1f8f282-e4e6-48de-a3c9-8066b980772f/model-vers/model-ver/f979080f-a47a-4630-8d3d-fb32623218e0?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220128-04:30:06:574-24474], Content-Length=[495], Date=[Fri, 28 Jan 2022 04:30:06 GMT], Content-Type=[application/json]} 2022-01-28T04:30:06.642Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||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/d1f8f282-e4e6-48de-a3c9-8066b980772f/model-vers/model-ver/f979080f-a47a-4630-8d3d-fb32623218e0","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d1f8f282-e4e6-48de-a3c9-8066b980772f/model-vers/model-ver/f979080f-a47a-4630-8d3d-fb32623218e0","ERR.5.4.6114"]}}} 2022-01-28T04:30:06.646Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=63b9ebe4-7ff0-4148-bb96-701a459d40ad Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d1f8f282-e4e6-48de-a3c9-8066b980772f/model-vers/model-ver/f979080f-a47a-4630-8d3d-fb32623218e0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d1f8f282-e4e6-48de-a3c9-8066b980772f/model-vers/model-ver/f979080f-a47a-4630-8d3d-fb32623218e0) (ec=ERR.5.4.6114) 2022-01-28T04:30:06.646Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=63b9ebe4-7ff0-4148-bb96-701a459d40ad Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d1f8f282-e4e6-48de-a3c9-8066b980772f/model-vers/model-ver/f979080f-a47a-4630-8d3d-fb32623218e0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d1f8f282-e4e6-48de-a3c9-8066b980772f/model-vers/model-ver/f979080f-a47a-4630-8d3d-fb32623218e0) (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-01-28T04:30:06.646Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=63b9ebe4-7ff0-4148-bb96-701a459d40ad Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d1f8f282-e4e6-48de-a3c9-8066b980772f/model-vers/model-ver/f979080f-a47a-4630-8d3d-fb32623218e0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d1f8f282-e4e6-48de-a3c9-8066b980772f/model-vers/model-ver/f979080f-a47a-4630-8d3d-fb32623218e0) (ec=ERR.5.4.6114) 2022-01-28T04:30:06.646Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=63b9ebe4-7ff0-4148-bb96-701a459d40ad Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d1f8f282-e4e6-48de-a3c9-8066b980772f/model-vers/model-ver/f979080f-a47a-4630-8d3d-fb32623218e0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d1f8f282-e4e6-48de-a3c9-8066b980772f/model-vers/model-ver/f979080f-a47a-4630-8d3d-fb32623218e0) (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-01-28T04:30:06.652Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|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-01-28T04:30:06.652Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 63b9ebe4-7ff0-4148-bb96-701a459d40ad and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=63b9ebe4-7ff0-4148-bb96-701a459d40ad Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d1f8f282-e4e6-48de-a3c9-8066b980772f/model-vers/model-ver/f979080f-a47a-4630-8d3d-fb32623218e0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d1f8f282-e4e6-48de-a3c9-8066b980772f/model-vers/model-ver/f979080f-a47a-4630-8d3d-fb32623218e0) (ec=ERR.5.4.6114) 2022-01-28T04:30:06.652Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-01-28T04:30:06.652Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:30:06.654Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:30:06.654Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344206652, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d63b9ebe4-7ff0-4148-bb96-701a459d40ad Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d1f8f282-e4e6-48de-a3c9-8066b980772f/model-vers/model-ver/f979080f-a47a-4630-8d3d-fb32623218e0 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d1f8f282-e4e6-48de-a3c9-8066b980772f/model-vers/model-ver/f979080f-a47a-4630-8d3d-fb32623218e0) (ec\u003dERR.5.4.6114)" } 2022-01-28T04:30:06.754Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:30:06.755Z||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-01-28T04:30:06.755Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:30:06.772Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:30:06.772Z||pool-95-thread-1|||||INFO|500||cambria reply ok (18 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-01-28T04:30:07.665Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:30:07.666Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|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-01-28T04:30:07.666Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:30:17.206Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:30:17.206Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:30:17.207Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|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-01-28T04:30:17.207Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:30:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:30:20.696Z||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-01-28T04:30:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:30:20.818Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:30:20.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:30:20.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344152809, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-01-28T04:30:20.819Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:30:21.556Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:30:21.557Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T04:30:21.557Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"eb70888f-4af0-4a16-88a4-804ab177a0c6","serviceName":"Demo_pNF_5O7mrWqZGtFA8mUbieuf","serviceVersion":"1.0","serviceUUID":"569047f1-80dc-47a5-9255-26664f85dd22","serviceDescription":"catalog service description","serviceInvariantUUID":"74f58d00-bfa7-4afa-bab4-8e3421b63a6a","resources":[{"resourceInstanceName":"pNF a7edc678-eaf7 0","resourceName":"pNF a7edc678-eaf7","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c0d18720-e56d-45d7-9414-aed8f384ba2b","resourceInvariantUUID":"e19b6d56-6a98-42df-a26f-dff7a6f31b9e","resourceCustomizationUUID":"9669db76-6a32-40ca-9cab-f96c23b28db4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/vf-license-model.xml","artifactChecksum":"ZjM3ZDYzMjgyYWY0OTQ1YTQyM2IzMTQwODg1NWI3M2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0c92b45f-87e2-4c80-9e39-9094d929d2cf","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/pNF.csar","artifactChecksum":"ZjBmZTk0NzU2ZjZmZGU1NTliOTg5OGQzNzQ2ZDA4YTA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5eeed3aa-501e-443c-a370-c4c66f02b385","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5d294d06-0bcf-4fa7-bb25-8e08e1bca4ee","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/vendor-license-model.xml","artifactChecksum":"N2EzNWMwNzM3NDBkY2ZmOGJiM2Q2MzkxZTY0MTZlNGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d9b6af8a-b3d5-4b56-a3c0-c4936dbea552","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8d78d0f5-f977-4d61-a168-a6ed1bbf5d3a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"003b8a52-b754-4312-9533-ad56323bd005","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf5o7mrwqzgtfa8mubieuf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-template.yml","artifactChecksum":"MGE1OGFjZWVhYjFhNDA5ZjRkNzdlYTY4OGUwZTljOGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"68c0da98-b34e-444e-be6e-09fc844319ae","artifactVersion":"1"},{"artifactName":"service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar","artifactChecksum":"NTQwZDYzMGJiMDY3NGQyODQ5ZDkwYzIyNzdhMDA3OTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7f3052fa-9478-4615-907d-b50033e7e241","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-28T04:30:21.559Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:30:21.560Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:30:21.562Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:30:21.562Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344217206, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:30:21.662Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:30:21.663Z||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-01-28T04:30:21.663Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:30:21.677Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:30:21.677Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:30:22.563Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:30:22.564Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:30:22.567Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:30:22.567Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344217206, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:30:22.666Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T04:30:22.667Z||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-01-28T04:30:22.667Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:30:22.681Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:30:22.681Z||pool-97-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:30:23.568Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:30:23.568Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:30:23.570Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:30:23.570Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344217206, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:30:23.670Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:30:23.671Z||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-01-28T04:30:23.671Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:30:23.684Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:30:23.685Z||pool-98-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-01-28T04:30:24.570Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:30:24.571Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:30:24.573Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:30:24.573Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344217206, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:30:24.673Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T04:30:24.673Z||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-01-28T04:30:24.673Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:30:24.686Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:30:24.686Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:30:25.574Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:30:25.575Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:30:25.577Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:30:25.577Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344217206, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:30:25.677Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:30:25.678Z||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-01-28T04:30:25.678Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:30:25.692Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:30:25.692Z||pool-100-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:30:26.578Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:30:26.579Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:30:26.581Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:30:26.581Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344217206, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:30:26.681Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:30:26.681Z||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-01-28T04:30:26.682Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:30:26.694Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:30:26.694Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:30:27.582Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:30:27.582Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:30:27.584Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:30:27.584Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344217206, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:30:27.684Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:30:27.685Z||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-01-28T04:30:27.685Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:30:27.697Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:30:27.698Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-01-28T04:30:28.585Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:30:28.585Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:30:28.587Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:30:28.587Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344217206, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:30:28.687Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:30:28.688Z||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-01-28T04:30:28.688Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:30:28.701Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:30:28.701Z||pool-103-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:30:29.588Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "serviceName": "Demo_pNF_5O7mrWqZGtFA8mUbieuf", "serviceVersion": "1.0", "serviceUUID": "569047f1-80dc-47a5-9255-26664f85dd22", "serviceDescription": "catalog service description", "serviceInvariantUUID": "74f58d00-bfa7-4afa-bab4-8e3421b63a6a", "resources": [ { "resourceInstanceName": "pNF a7edc678-eaf7 0", "resourceCustomizationUUID": "9669db76-6a32-40ca-9cab-f96c23b28db4", "resourceName": "pNF a7edc678-eaf7", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "c0d18720-e56d-45d7-9414-aed8f384ba2b", "resourceInvariantUUID": "e19b6d56-6a98-42df-a26f-dff7a6f31b9e", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar", "artifactChecksum": "NTQwZDYzMGJiMDY3NGQyODQ5ZDkwYzIyNzdhMDA3OTI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7f3052fa-9478-4615-907d-b50033e7e241" } ], "workloadContext": "Production" } 2022-01-28T04:30:29.588Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-28T04:30:29.588Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 569047f1-80dc-47a5-9255-26664f85dd22 ASDC 2022-01-28T04:30:29.589Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:eb70888f-4af0-4a16-88a4-804ab177a0c6 ServiceName:Demo_pNF_5O7mrWqZGtFA8mUbieuf ServiceVersion:1.0 ServiceUUID:569047f1-80dc-47a5-9255-26664f85dd22 ServiceInvariantUUID:74f58d00-bfa7-4afa-bab4-8e3421b63a6a ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar ArtifactUUID:7f3052fa-9478-4615-907d-b50033e7e241 ArtifactChecksum:NTQwZDYzMGJiMDY3NGQyODQ5ZDkwYzIyNzdhMDA3OTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF a7edc678-eaf7 0 ResourceCustomizationUUID:9669db76-6a32-40ca-9cab-f96c23b28db4 ResourceInvariantUUID:e19b6d56-6a98-42df-a26f-dff7a6f31b9e ResourceName:pNF a7edc678-eaf7 ResourceType:PNF ResourceUUID:c0d18720-e56d-45d7-9414-aed8f384ba2b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-01-28T04:30:29.589Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 569047f1-80dc-47a5-9255-26664f85dd22 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-01-28T04:30:29.611Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T04:30:29.611Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:30:29.611Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:30:29.611Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7f3052fa-9478-4615-907d-b50033e7e241 from URL: /sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar 2022-01-28T04:30:29.611Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T04:30:29.611Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar 2022-01-28T04:30:29.890Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T04:30:29.894Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar 7f3052fa-9478-4615-907d-b50033e7e241 82616 2022-01-28T04:30:29.894Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar ASDC sendASDCNotification 2022-01-28T04:30:29.894Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar 2022-01-28T04:30:29.894Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T04:30:29.894Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:30:29.895Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:30:29.895Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344229894, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:30:29.996Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T04:30:29.997Z||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-01-28T04:30:29.997Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:30:30.011Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:30:30.011Z||pool-104-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:30:30.896Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T04:30:30.897Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:30:30.897Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 7f3052fa-9478-4615-907d-b50033e7e241, URL: /sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar to file: /app/ASDC/1/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar 2022-01-28T04:30:30.898Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar 2022-01-28T04:30:30.899Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar 2022-01-28T04:30:30.899Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar 2022-01-28T04:30:30.970Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7371020079047270062/Definitions/service-DemoPnf5o7mrwqzgtfa8mubieuf-template.yml 2022-01-28T04:30:31.480Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-28T04:30:31.480Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-01-28T04:30:31.480Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar 2022-01-28T04:30:31.480Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-01-28T04:30:31.480Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|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-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar 2022-01-28T04:30:31.480Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|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-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar 2022-01-28T04:30:31.480Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|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-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar 2022-01-28T04:30:31.480Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a7edc678-eaf7 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-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar 2022-01-28T04:30:31.480Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|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-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar 2022-01-28T04:30:31.480Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|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-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar 2022-01-28T04:30:31.481Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|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-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar 2022-01-28T04:30:31.481Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-01-28T04:30:31.481Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:30:31.481Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_5O7mrWqZGtFA8mUbieuf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:30:31.481Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Node template pNF a7edc678-eaf7 0 is matching search criteria 2022-01-28T04:30:31.481Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-01-28T04:30:31.481Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF a7edc678-eaf7 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T04:30:31.481Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:30:31.481Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_5O7mrWqZGtFA8mUbieuf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:30:31.482Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Node template pNF a7edc678-eaf7 0 is matching search criteria 2022-01-28T04:30:31.482Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-01-28T04:30:31.482Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF a7edc678-eaf7 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T04:30:31.482Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:30:31.482Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_5O7mrWqZGtFA8mUbieuf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:30:31.482Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:30:31.482Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_5O7mrWqZGtFA8mUbieuf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:30:31.482Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:30:31.482Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_5O7mrWqZGtFA8mUbieuf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:30:31.483Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:30:31.483Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_5O7mrWqZGtFA8mUbieuf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:30:31.483Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:30:31.483Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_5O7mrWqZGtFA8mUbieuf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:30:31.483Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_5O7mrWqZGtFA8mUbieuf Description:catalog service description Model UUID:569047f1-80dc-47a5-9255-26664f85dd22 Model Version:NULL Model InvariantUuid:74f58d00-bfa7-4afa-bab4-8e3421b63a6a 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-01-28T04:30:31.489Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: c0d18720-e56d-45d7-9414-aed8f384ba2b 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-01-28T04:30:31.491Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||pNF a7edc678-eaf7 0 2022-01-28T04:30:31.491Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c0d18720-e56d-45d7-9414-aed8f384ba2b 2022-01-28T04:30:31.491Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 569047f1-80dc-47a5-9255-26664f85dd22 2022-01-28T04:30:31.491Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 569047f1-80dc-47a5-9255-26664f85dd22 2022-01-28T04:30:31.491Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a7edc678-eaf7 0 c0d18720-e56d-45d7-9414-aed8f384ba2b 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-01-28T04:30:31.495Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2fb7c04b, org.onap.sdc.toscaparser.api.parameters.Input@49f72374, org.onap.sdc.toscaparser.api.parameters.Input@1c4ebecc, org.onap.sdc.toscaparser.api.parameters.Input@56f1d0db, org.onap.sdc.toscaparser.api.parameters.Input@4755e7d6] 2022-01-28T04:30:31.495Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:30:31.495Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_5O7mrWqZGtFA8mUbieuf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:30:31.495Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 569047f1-80dc-47a5-9255-26664f85dd22: pNF a7edc678-eaf7 2022-01-28T04:30:31.495Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||Processing PNF resource: c0d18720-e56d-45d7-9414-aed8f384ba2b 2022-01-28T04:30:31.495Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:30:31.496Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_5O7mrWqZGtFA8mUbieuf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:30:31.496Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||Resource customization UUID: 9669db76-6a32-40ca-9cab-f96c23b28db4 is the same as notified resource customizationUUID: 9669db76-6a32-40ca-9cab-f96c23b28db4 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-01-28T04:30:31.539Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a7edc678-eaf7 c0d18720-e56d-45d7-9414-aed8f384ba2b 0 ASDC deployResourceStructure 2022-01-28T04:30:31.539Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar ASDC sendASDCNotification 2022-01-28T04:30:31.539Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar 2022-01-28T04:30:31.539Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T04:30:31.539Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:30:31.540Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:30:31.540Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344231539, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:30:31.641Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:30:31.642Z||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-01-28T04:30:31.642Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:30:31.654Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:30:31.654Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:30:32.541Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb70888f-4af0-4a16-88a4-804ab177a0c6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:30:32.550Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb70888f-4af0-4a16-88a4-804ab177a0c6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:30:32.553Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:30:32.553Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T04:30:32.553Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T04:31:02.553Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb70888f-4af0-4a16-88a4-804ab177a0c6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:31:02.563Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb70888f-4af0-4a16-88a4-804ab177a0c6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:31:02.566Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:31:02.566Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T04:31:02.566Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T04:31:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:31:20.695Z||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-01-28T04:31:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:31:20.722Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:31:20.723Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:31:20.723Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344152809, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-01-28T04:31:20.724Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:31:20.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:31:20.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344152809, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:31:20.724Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:31:20.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:31:20.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344152809, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:31:20.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:31:20.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:31:20.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344165750, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:31:20.725Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:31:20.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:31:20.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344168294, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T04:31:20.725Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:31:20.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:31:20.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344169839, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T04:31:20.726Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:31:20.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:31:20.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344171389, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-01-28T04:31:20.726Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:31:20.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:31:20.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344172485, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-01-28T04:31:20.727Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:31:20.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:31:20.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344173488, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-01-28T04:31:20.727Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:31:20.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:31:20.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344174493, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-01-28T04:31:20.727Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:31:20.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:31:20.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344175495, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:31:20.728Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:31:20.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:31:20.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344206652, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d63b9ebe4-7ff0-4148-bb96-701a459d40ad Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d1f8f282-e4e6-48de-a3c9-8066b980772f/model-vers/model-ver/f979080f-a47a-4630-8d3d-fb32623218e0 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d1f8f282-e4e6-48de-a3c9-8066b980772f/model-vers/model-ver/f979080f-a47a-4630-8d3d-fb32623218e0) (ec\u003dERR.5.4.6114)" } 2022-01-28T04:31:20.728Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:31:32.567Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb70888f-4af0-4a16-88a4-804ab177a0c6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:31:32.576Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb70888f-4af0-4a16-88a4-804ab177a0c6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:31:32.579Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:31:32.579Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T04:31:32.579Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T04:32:02.579Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb70888f-4af0-4a16-88a4-804ab177a0c6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:32:02.588Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb70888f-4af0-4a16-88a4-804ab177a0c6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:32:02.590Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:32:02.590Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T04:32:02.590Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T04:32:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:32:20.696Z||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-01-28T04:32:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:32:20.719Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:32:21.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344217206, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344217206, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.232Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344217206, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.232Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "aai-ml", "timestamp": 1643344223887, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.232Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344217206, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.233Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "policy-id", "timestamp": 1643344224690, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.233Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "aai-ml", "timestamp": 1643344223887, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.233Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344217206, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.233Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.234Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "policy-id", "timestamp": 1643344224690, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.234Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.234Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "aai-ml", "timestamp": 1643344223887, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.234Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.234Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344217206, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.234Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.234Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "cds", "timestamp": 1643344226207, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.234Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.234Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "policy-id", "timestamp": 1643344224690, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.235Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.235Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "aai-ml", "timestamp": 1643344223887, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.235Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.235Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344217206, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.235Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.235Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "cds", "timestamp": 1643344226207, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.235Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.235Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "policy-id", "timestamp": 1643344224690, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.235Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.235Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "aai-ml", "timestamp": 1643344223887, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.235Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.235Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344217206, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:32:21.236Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344228102, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.236Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "cds", "timestamp": 1643344226207, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.236Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "policy-id", "timestamp": 1643344224690, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.236Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "aai-ml", "timestamp": 1643344223887, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.236Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344228102, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.236Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "cds", "timestamp": 1643344226207, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.237Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.237Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344229894, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:32:21.237Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:32:21.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.237Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "policy-id", "timestamp": 1643344224690, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.237Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.237Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "aai-ml", "timestamp": 1643344223887, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.237Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.237Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "ves-openapi-manager", "timestamp": 1643344229944, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.237Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344228102, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.238Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "cds", "timestamp": 1643344226207, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.238Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "policy-id", "timestamp": 1643344224690, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.238Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "aai-ml", "timestamp": 1643344223887, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:32:21.238Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344231539, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:32:21.238Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:32:21.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "ves-openapi-manager", "timestamp": 1643344229944, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344228102, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "multicloud-k8s-id", "timestamp": 1643344231153, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "cds", "timestamp": 1643344226207, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "policy-id", "timestamp": 1643344224690, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:32:21.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "ves-openapi-manager", "timestamp": 1643344229944, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344228102, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "multicloud-k8s-id", "timestamp": 1643344231153, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "cds", "timestamp": 1643344226207, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "aai-ml", "timestamp": 1643344233043, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:32:21.240Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:32:21.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "ves-openapi-manager", "timestamp": 1643344229944, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "policy-id", "timestamp": 1643344233652, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:32:21.240Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:32:21.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344228102, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "multicloud-k8s-id", "timestamp": 1643344231153, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "cds", "timestamp": 1643344226207, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:32:21.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "ves-openapi-manager", "timestamp": 1643344229944, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "policy-id", "timestamp": 1643344234655, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:32:21.241Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:32:21.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344228102, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "multicloud-k8s-id", "timestamp": 1643344231153, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "cds", "timestamp": 1643344235053, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:32:21.242Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:32:21.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "ves-openapi-manager", "timestamp": 1643344229944, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-01-28T04:32:21.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "policy-id", "timestamp": 1643344235658, "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-01-28T04:32:21.249Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eb70888f-4af0-4a16-88a4-804ab177a0c6 2022-01-28T04:32:21.249Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb70888f-4af0-4a16-88a4-804ab177a0c6 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-01-28T04:32:21.256Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.256Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344228102, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:32:21.257Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.257Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.257Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "multicloud-k8s-id", "timestamp": 1643344231153, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.257Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.257Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.257Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "cds", "timestamp": 1643344236058, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-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-01-28T04:32:21.260Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of eb70888f-4af0-4a16-88a4-804ab177a0c6 2022-01-28T04:32:21.261Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb70888f-4af0-4a16-88a4-804ab177a0c6 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-01-28T04:32:21.267Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.267Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "clamp", "timestamp": 1643344235840, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.267Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.267Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.267Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "ves-openapi-manager", "timestamp": 1643344229944, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.267Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.267Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.267Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "aai-ml", "timestamp": 1643344236646, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar", "status": "DEPLOY_ERROR" } 2022-01-28T04:32:21.267Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:32:21.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.268Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "policy-id", "timestamp": 1643344224690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.268Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.268Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "multicloud-k8s-id", "timestamp": 1643344231153, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.268Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.268Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344236814, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:32:21.268Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:32:21.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.268Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "cds", "timestamp": 1643344226207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.268Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.268Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "clamp", "timestamp": 1643344235840, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.268Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.268Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "ves-openapi-manager", "timestamp": 1643344229944, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.268Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.268Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "aai-ml", "timestamp": 1643344237650, "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-01-28T04:32:21.272Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of eb70888f-4af0-4a16-88a4-804ab177a0c6 2022-01-28T04:32:21.272Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb70888f-4af0-4a16-88a4-804ab177a0c6 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-01-28T04:32:21.280Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.280Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "policy-id", "timestamp": 1643344224690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.281Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.281Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.281Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "multicloud-k8s-id", "timestamp": 1643344231153, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.281Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.281Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.281Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "cds", "timestamp": 1643344226207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.281Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.281Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.282Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "clamp", "timestamp": 1643344235840, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.282Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.282Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344238507, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:32:21.282Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:32:21.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.282Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "policy-id", "timestamp": 1643344224690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T04:32:21.282Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.282Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "ves-openapi-manager", "timestamp": 1643344238737, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T04:32:21.282Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:32:21.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.283Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "multicloud-k8s-id", "timestamp": 1643344231153, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:32:21.283Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.283Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "cds", "timestamp": 1643344226207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.283Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.283Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "clamp", "timestamp": 1643344235840, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.283Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.283Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344239510, "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-01-28T04:32:21.289Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of eb70888f-4af0-4a16-88a4-804ab177a0c6 2022-01-28T04:32:21.289Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb70888f-4af0-4a16-88a4-804ab177a0c6 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-01-28T04:32:21.298Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.298Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "policy-id", "timestamp": 1643344224690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.298Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.298Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.298Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "multicloud-k8s-id", "timestamp": 1643344231153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.298Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.298Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.298Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "ves-openapi-manager", "timestamp": 1643344240038, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-01-28T04:32:21.298Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:32:21.298Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.298Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "cds", "timestamp": 1643344226207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.299Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.299Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.299Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "clamp", "timestamp": 1643344235840, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.299Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.299Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.299Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344228102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.299Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.299Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.299Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "policy-id", "timestamp": 1643344224690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.299Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.299Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.299Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "multicloud-k8s-id", "timestamp": 1643344231153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json", "status": "NOTIFIED" } 2022-01-28T04:32:21.299Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.299Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.300Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "ves-openapi-manager", "timestamp": 1643344241042, "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-01-28T04:32:21.305Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of eb70888f-4af0-4a16-88a4-804ab177a0c6 2022-01-28T04:32:21.305Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb70888f-4af0-4a16-88a4-804ab177a0c6 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-01-28T04:32:21.313Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.313Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "cds", "timestamp": 1643344226207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.313Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.313Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.313Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "clamp", "timestamp": 1643344235840, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.313Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.313Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.313Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344228102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.314Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.314Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "policy-id", "timestamp": 1643344224690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.314Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.314Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "multicloud-k8s-id", "timestamp": 1643344231153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T04:32:21.314Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.314Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "ves-openapi-manager", "timestamp": 1643344229944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.314Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.314Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "cds", "timestamp": 1643344226207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.314Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "clamp", "timestamp": 1643344235840, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.315Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344228102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.315Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "policy-id", "timestamp": 1643344224690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:32:21.315Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "multicloud-k8s-id", "timestamp": 1643344231153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.315Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "ves-openapi-manager", "timestamp": 1643344229944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.315Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "cds", "timestamp": 1643344226207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:32:21.315Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "clamp", "timestamp": 1643344235840, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:32:21.315Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344228102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.316Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "multicloud-k8s-id", "timestamp": 1643344231153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-28T04:32:21.316Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "ves-openapi-manager", "timestamp": 1643344229944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.316Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "policy-id", "timestamp": 1643344244040, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:32:21.316Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:32:21.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "cds", "timestamp": 1643344244250, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:32:21.316Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:32:21.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344228102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.316Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "multicloud-k8s-id", "timestamp": 1643344231153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.316Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "ves-openapi-manager", "timestamp": 1643344229944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.317Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "policy-id", "timestamp": 1643344245044, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:32:21.317Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:32:21.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "cds", "timestamp": 1643344245253, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-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-01-28T04:32:21.330Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0d1201f3-f381-4993-ad0d-2c9e3c735b6e 2022-01-28T04:32:21.330Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d1201f3-f381-4993-ad0d-2c9e3c735b6e 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-01-28T04:32:21.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344228102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "multicloud-k8s-id", "timestamp": 1643344231153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:32:21.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "ves-openapi-manager", "timestamp": 1643344229944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "policy-id", "timestamp": 1643344246047, "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-01-28T04:32:21.342Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0d1201f3-f381-4993-ad0d-2c9e3c735b6e 2022-01-28T04:32:21.343Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d1201f3-f381-4993-ad0d-2c9e3c735b6e 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-01-28T04:32:21.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344228102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:32:21.350Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "multicloud-k8s-id", "timestamp": 1643344247027, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T04:32:21.350Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:32:21.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "ves-openapi-manager", "timestamp": 1643344229944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.350Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344247743, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:32:21.351Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:32:21.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "ves-openapi-manager", "timestamp": 1643344229944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.351Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "clamp", "timestamp": 1643344248269, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:32:21.351Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:32:21.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "multicloud-k8s-id", "timestamp": 1643344248429, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T04:32:21.351Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:32:21.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "clamp", "timestamp": 1643344249282, "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:32:21.351Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:32:21.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "multicloud-k8s-id", "timestamp": 1643344249642, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-28T04:32:21.352Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:32:21.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "clamp", "timestamp": 1643344250284, "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-01-28T04:32:21.357Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of eb70888f-4af0-4a16-88a4-804ab177a0c6 2022-01-28T04:32:21.357Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb70888f-4af0-4a16-88a4-804ab177a0c6 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-01-28T04:32:21.364Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.364Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344250596, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:32:21.364Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:32:21.364Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.364Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "multicloud-k8s-id", "timestamp": 1643344250655, "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-01-28T04:32:21.368Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0d1201f3-f381-4993-ad0d-2c9e3c735b6e 2022-01-28T04:32:21.369Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d1201f3-f381-4993-ad0d-2c9e3c735b6e 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-01-28T04:32:21.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.374Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "clamp", "timestamp": 1643344235840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.374Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.374Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344251598, "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-01-28T04:32:21.378Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0d1201f3-f381-4993-ad0d-2c9e3c735b6e 2022-01-28T04:32:21.378Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d1201f3-f381-4993-ad0d-2c9e3c735b6e 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-01-28T04:32:21.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "multicloud-k8s-id", "timestamp": 1643344251657, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json", "status": "DEPLOY_OK" } 2022-01-28T04:32:21.385Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:32:21.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "clamp", "timestamp": 1643344235840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json", "status": "NOTIFIED" } 2022-01-28T04:32:21.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "clamp", "timestamp": 1643344235840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "clamp", "timestamp": 1643344235840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "aai-ml", "timestamp": 1643344253887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "clamp", "timestamp": 1643344235840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "aai-ml", "timestamp": 1643344253887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "clamp", "timestamp": 1643344235840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "aai-ml", "timestamp": 1643344253887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "clamp", "timestamp": 1643344235840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:32:21.387Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "aai-ml", "timestamp": 1643344253887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.387Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "aai-ml", "timestamp": 1643344253887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.387Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "aai-ml", "timestamp": 1643344253887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:32:21.387Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "aai-ml", "timestamp": 1643344253887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:32:21.387Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:32:21.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "aai-ml", "timestamp": 1643344261999, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:32:21.387Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:32:21.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "clamp", "timestamp": 1643344263271, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:32:21.387Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:32:21.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "clamp", "timestamp": 1643344265277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:32:21.387Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:32:21.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "clamp", "timestamp": 1643344266281, "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-01-28T04:32:21.391Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0d1201f3-f381-4993-ad0d-2c9e3c735b6e 2022-01-28T04:32:21.392Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d1201f3-f381-4993-ad0d-2c9e3c735b6e 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-01-28T04:32:21.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "aai-ml", "timestamp": 1643344268442, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar", "status": "DEPLOY_ERROR" } 2022-01-28T04:32:21.399Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:32:21.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:32:21.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "aai-ml", "timestamp": 1643344269446, "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-01-28T04:32:21.403Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 0d1201f3-f381-4993-ad0d-2c9e3c735b6e 2022-01-28T04:32:21.403Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d1201f3-f381-4993-ad0d-2c9e3c735b6e 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-01-28T04:32:32.590Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb70888f-4af0-4a16-88a4-804ab177a0c6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:32:32.600Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb70888f-4af0-4a16-88a4-804ab177a0c6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:32:32.603Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:32:32.603Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-28T04:32:32.603Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-28T04:32:32.603Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-28T04:32:32.603Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-28T04:32:32.603Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-01-28T04:32:32.603Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|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-01-28T04:32:32.607Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-28T04:33:02.608Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eb70888f-4af0-4a16-88a4-804ab177a0c6 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-01-28T04:33:02.613Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eb70888f-4af0-4a16-88a4-804ab177a0c6 and serviceModelVersionId: 569047f1-80dc-47a5-9255-26664f85dd22 2022-01-28T04:33:02.613Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 74f58d00-bfa7-4afa-bab4-8e3421b63a6a 2022-01-28T04:33:02.613Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22?depth=0 2022-01-28T04:33:02.616Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-01-28T04:33:02.640Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22?depth=0|INFO|500||Invoke 2022-01-28T04:33:02.640Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[eb70888f-4af0-4a16-88a4-804ab177a0c6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[777c3fc1-ad5e-481a-9e6e-167ba9d59c55], X-ECOMP-RequestID=[eb70888f-4af0-4a16-88a4-804ab177a0c6], X-TransactionId=[], X-ONAP-RequestID=[eb70888f-4af0-4a16-88a4-804ab177a0c6], Content-Type=[application/merge-patch+json]} 2022-01-28T04:33:02.657Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-01-28T04:33:02.694Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22?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/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220128-04:33:02:663-81104], Content-Length=[495], Date=[Fri, 28 Jan 2022 04:33:02 GMT], Content-Type=[application/json]} 2022-01-28T04:33:02.695Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22?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/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22","ERR.5.4.6114"]}}} 2022-01-28T04:33:02.695Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22?depth=0|INFO|404|Not Found|InvokeReturn 2022-01-28T04:33:02.698Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=eb70888f-4af0-4a16-88a4-804ab177a0c6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22) (ec=ERR.5.4.6114) 2022-01-28T04:33:02.698Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=eb70888f-4af0-4a16-88a4-804ab177a0c6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22) (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-01-28T04:33:02.698Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=eb70888f-4af0-4a16-88a4-804ab177a0c6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22) (ec=ERR.5.4.6114) 2022-01-28T04:33:02.698Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=eb70888f-4af0-4a16-88a4-804ab177a0c6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22) (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-01-28T04:33:02.704Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|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-01-28T04:33:02.704Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eb70888f-4af0-4a16-88a4-804ab177a0c6 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=eb70888f-4af0-4a16-88a4-804ab177a0c6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22) (ec=ERR.5.4.6114) 2022-01-28T04:33:02.704Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-01-28T04:33:02.704Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:33:02.706Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:33:02.706Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344382704, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003deb70888f-4af0-4a16-88a4-804ab177a0c6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22) (ec\u003dERR.5.4.6114)" } 2022-01-28T04:33:02.806Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:33:02.807Z||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-01-28T04:33:02.807Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:33:02.824Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:33:02.825Z||pool-106-thread-1|||||INFO|500||cambria reply ok (19 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-01-28T04:33:03.716Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:33:03.717Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|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-01-28T04:33:03.717Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:33:08.259Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:33:08.260Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T04:33:08.260Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"0d1201f3-f381-4993-ad0d-2c9e3c735b6e","serviceName":"vFW 2022-01-28 04-28-44","serviceVersion":"1.0","serviceUUID":"44c23172-fc96-4f66-be73-b9c31a15addb","serviceDescription":"catalog service description","serviceInvariantUUID":"880a34b8-ad44-478e-a06a-6c47a6bbe37a","resources":[{"resourceInstanceName":"vFW 7ad4ad1c-2795 0","resourceName":"vFW 7ad4ad1c-2795","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"30ad0fc1-aa0f-4b22-a7eb-5fbf1fe5bc99","resourceInvariantUUID":"8e90662e-93b5-4306-9086-7f9184a108ee","resourceCustomizationUUID":"8a3c75c1-017f-4ab6-8df9-e7e0c6126b85","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vf-license-model.xml","artifactChecksum":"ZDZmMmJiMTJjMjE1YTQwNGQyMzY5YWZiNmIyODVlODI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4bab8283-64e8-4f9a-b419-d0bd21613d59","artifactVersion":"1"},{"artifactName":"vfw7ad4ad1c27950_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json","artifactChecksum":"ZDQ4MDgzMGYyYmJmNmI2MTEyMGNiOWMwNmIzMTNiZDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3e95fd44-6e3e-4bb5-92d4-ea1105dc3502","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3a915d53-ff66-46f3-a4db-3ee69d5b37b6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vendor-license-model.xml","artifactChecksum":"NTdiNGM5YTNiYTUwNzM3NGVlOGU3Mjc4ZTA2Y2Y0OTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"904007fd-67ca-4663-9f8d-15d66687e0f9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0c316b5c-5c4a-440b-ab67-003cdc840ac9","artifactVersion":"2","generatedFromUUID":"3a915d53-ff66-46f3-a4db-3ee69d5b37b6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220128042844-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-template.yml","artifactChecksum":"YWU4YjAzMzJiNzFiZjZiN2RiMzhmN2Y5YmEyNTA4N2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fad5bd59-e962-4ca7-be2b-b8b1494f86ad","artifactVersion":"1"},{"artifactName":"service-Vfw20220128042844-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar","artifactChecksum":"Nzk1YTNkYjJkZjlmM2NiZDRmNjA1N2QzM2MxYTU5NjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bb32a67e-2827-4476-aa54-edf09573bf6f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-28T04:33:08.261Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:33:08.261Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:33:08.263Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:33:08.263Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344383716, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:33:08.363Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:33:08.364Z||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-01-28T04:33:08.364Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:33:08.378Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:33:08.378Z||pool-107-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:33:09.263Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:33:09.264Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:33:09.265Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:33:09.265Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344383716, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json", "status": "NOTIFIED" } 2022-01-28T04:33:09.365Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:33:09.366Z||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-01-28T04:33:09.366Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:33:09.379Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:33:09.379Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:33:10.265Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:33:10.266Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:33:10.268Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:33:10.268Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344383716, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T04:33:10.368Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:33:10.369Z||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-01-28T04:33:10.369Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:33:10.383Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:33:10.384Z||pool-109-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-01-28T04:33:11.269Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:33:11.269Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:33:11.272Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:33:11.272Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344383716, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:33:11.372Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:33:11.372Z||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-01-28T04:33:11.373Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:33:11.387Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:33:11.387Z||pool-110-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:33:12.273Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:33:12.274Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:33:12.276Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:33:12.276Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344383716, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-28T04:33:12.377Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:33:12.378Z||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-01-28T04:33:12.378Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:33:12.392Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:33:12.392Z||pool-111-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:33:13.277Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:33:13.278Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:33:13.280Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:33:13.280Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344383716, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:33:13.381Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:33:13.381Z||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-01-28T04:33:13.382Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:33:13.395Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:33:13.395Z||pool-112-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:33:14.281Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:33:14.282Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:33:14.283Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:33:14.284Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344383716, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:33:14.384Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:33:14.384Z||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-01-28T04:33:14.384Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:33:14.398Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:33:14.398Z||pool-113-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:33:15.285Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "serviceName": "vFW 2022-01-28 04-28-44", "serviceVersion": "1.0", "serviceUUID": "44c23172-fc96-4f66-be73-b9c31a15addb", "serviceDescription": "catalog service description", "serviceInvariantUUID": "880a34b8-ad44-478e-a06a-6c47a6bbe37a", "resources": [ { "resourceInstanceName": "vFW 7ad4ad1c-2795 0", "resourceCustomizationUUID": "8a3c75c1-017f-4ab6-8df9-e7e0c6126b85", "resourceName": "vFW 7ad4ad1c-2795", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "30ad0fc1-aa0f-4b22-a7eb-5fbf1fe5bc99", "resourceInvariantUUID": "8e90662e-93b5-4306-9086-7f9184a108ee", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw7ad4ad1c27950_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json", "artifactChecksum": "ZDQ4MDgzMGYyYmJmNmI2MTEyMGNiOWMwNmIzMTNiZDM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3e95fd44-6e3e-4bb5-92d4-ea1105dc3502", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "3a915d53-ff66-46f3-a4db-3ee69d5b37b6", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "0c316b5c-5c4a-440b-ab67-003cdc840ac9", "generatedFromUUID": "3a915d53-ff66-46f3-a4db-3ee69d5b37b6" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "0c316b5c-5c4a-440b-ab67-003cdc840ac9", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220128042844-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar", "artifactChecksum": "Nzk1YTNkYjJkZjlmM2NiZDRmNjA1N2QzM2MxYTU5NjA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bb32a67e-2827-4476-aa54-edf09573bf6f" } ], "workloadContext": "Production" } 2022-01-28T04:33:15.285Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-28T04:33:15.285Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 44c23172-fc96-4f66-be73-b9c31a15addb ASDC 2022-01-28T04:33:15.285Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:0d1201f3-f381-4993-ad0d-2c9e3c735b6e ServiceName:vFW 2022-01-28 04-28-44 ServiceVersion:1.0 ServiceUUID:44c23172-fc96-4f66-be73-b9c31a15addb ServiceInvariantUUID:880a34b8-ad44-478e-a06a-6c47a6bbe37a ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220128042844-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar ArtifactUUID:bb32a67e-2827-4476-aa54-edf09573bf6f ArtifactChecksum:Nzk1YTNkYjJkZjlmM2NiZDRmNjA1N2QzM2MxYTU5NjA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 7ad4ad1c-2795 0 ResourceCustomizationUUID:8a3c75c1-017f-4ab6-8df9-e7e0c6126b85 ResourceInvariantUUID:8e90662e-93b5-4306-9086-7f9184a108ee ResourceName:vFW 7ad4ad1c-2795 ResourceType:VF ResourceUUID:30ad0fc1-aa0f-4b22-a7eb-5fbf1fe5bc99 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw7ad4ad1c27950_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json ArtifactUUID:3e95fd44-6e3e-4bb5-92d4-ea1105dc3502 ArtifactChecksum:ZDQ4MDgzMGYyYmJmNmI2MTEyMGNiOWMwNmIzMTNiZDM= 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/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.yaml ArtifactUUID:3a915d53-ff66-46f3-a4db-3ee69d5b37b6 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/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env ArtifactUUID:0c316b5c-5c4a-440b-ab67-003cdc840ac9 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/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env ArtifactUUID:0c316b5c-5c4a-440b-ab67-003cdc840ac9 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-01-28T04:33:15.285Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 44c23172-fc96-4f66-be73-b9c31a15addb 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-01-28T04:33:15.316Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T04:33:15.316Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:33:15.317Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:33:15.317Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bb32a67e-2827-4476-aa54-edf09573bf6f from URL: /sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar 2022-01-28T04:33:15.317Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T04:33:15.317Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar 2022-01-28T04:33:15.635Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T04:33:15.641Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar bb32a67e-2827-4476-aa54-edf09573bf6f 98939 2022-01-28T04:33:15.642Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar ASDC sendASDCNotification 2022-01-28T04:33:15.642Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar 2022-01-28T04:33:15.642Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T04:33:15.642Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:33:15.644Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:33:15.644Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344395642, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:33:15.744Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:33:15.745Z||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-01-28T04:33:15.745Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:33:15.758Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:33:15.759Z||pool-114-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:33:16.644Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T04:33:16.645Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:33:16.645Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: bb32a67e-2827-4476-aa54-edf09573bf6f, URL: /sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar to file: /app/ASDC/1/service-Vfw20220128042844-csar.csar 2022-01-28T04:33:16.645Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220128042844-csar.csar 2022-01-28T04:33:16.645Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220128042844-csar.csar 2022-01-28T04:33:16.646Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220128042844-csar.csar 2022-01-28T04:33:16.749Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5130244685815575184/Definitions/service-Vfw20220128042844-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-01-28T04:33:18.080Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-28T04:33:18.081Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-01-28T04:33:18.081Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220128042844-csar.csar 2022-01-28T04:33:18.081Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-01-28T04:33:18.081Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||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-Vfw20220128042844-csar.csar 2022-01-28T04:33:18.081Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||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-Vfw20220128042844-csar.csar 2022-01-28T04:33:18.082Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7ad4ad1c-2795 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-Vfw20220128042844-csar.csar 2022-01-28T04:33:18.082Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|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-Vfw20220128042844-csar.csar 2022-01-28T04:33:18.082Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220128042844-csar.csar 2022-01-28T04:33:18.082Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220128042844-csar.csar 2022-01-28T04:33:18.082Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||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-Vfw20220128042844-csar.csar 2022-01-28T04:33:18.082Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|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-Vfw20220128042844-csar.csar 2022-01-28T04:33:18.082Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||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-Vfw20220128042844-csar.csar 2022-01-28T04:33:18.082Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220128042844-csar.csar 2022-01-28T04:33:18.082Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||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-Vfw20220128042844-csar.csar 2022-01-28T04:33:18.082Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220128042844-csar.csar 2022-01-28T04:33:18.082Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|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-Vfw20220128042844-csar.csar 2022-01-28T04:33:18.082Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-01-28T04:33:18.083Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:33:18.083Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-28-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:33:18.083Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vFW 7ad4ad1c-2795 0 is matching search criteria 2022-01-28T04:33:18.083Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-01-28T04:33:18.083Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7ad4ad1c-2795 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T04:33:18.083Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:33:18.083Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-28-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:33:18.083Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vFW 7ad4ad1c-2795 0 is matching search criteria 2022-01-28T04:33:18.083Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-01-28T04:33:18.084Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7ad4ad1c-2795 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T04:33:18.084Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:33:18.084Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-28-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:33:18.084Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:33:18.084Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vFW 7ad4ad1c-2795 0 is not matching search criteria 2022-01-28T04:33:18.084Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T04:33:18.085Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T04:33:18.085Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T04:33:18.085Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T04:33:18.085Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:33:18.085Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T04:33:18.085Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:33:18.085Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T04:33:18.086Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T04:33:18.086Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:33:18.086Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T04:33:18.086Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T04:33:18.086Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T04:33:18.086Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T04:33:18.086Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:33:18.087Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-01-28T04:33:18.087Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:33:18.087Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-28-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-28T04:33:18.087Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:33:18.087Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vFW 7ad4ad1c-2795 0 is matching search criteria 2022-01-28T04:33:18.087Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7ad4ad1c-2795 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:33:18.087Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:33:18.087Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vFW 7ad4ad1c-2795 0 is matching search criteria 2022-01-28T04:33:18.088Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7ad4ad1c-2795 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:33:18.088Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:33:18.088Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vFW 7ad4ad1c-2795 0 is matching search criteria 2022-01-28T04:33:18.088Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7ad4ad1c-2795 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:33:18.088Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:33:18.088Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vFW 7ad4ad1c-2795 0 is not matching search criteria 2022-01-28T04:33:18.088Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T04:33:18.088Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T04:33:18.088Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-01-28T04:33:18.088Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T04:33:18.089Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T04:33:18.089Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:33:18.089Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T04:33:18.089Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T04:33:18.089Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T04:33:18.089Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T04:33:18.089Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:33:18.089Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=dbcc4591-b93f-4772-9693-0b300f764f56 2022-01-28T04:33:18.089Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:33:18.089Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vFW 7ad4ad1c-2795 0 is not matching search criteria 2022-01-28T04:33:18.090Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T04:33:18.090Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T04:33:18.090Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T04:33:18.090Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T04:33:18.090Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:33:18.090Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T04:33:18.090Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:33:18.090Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-01-28T04:33:18.090Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T04:33:18.091Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T04:33:18.091Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T04:33:18.091Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:33:18.091Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c59c5de4-237e-4fca-a037-32949b79c8ef 2022-01-28T04:33:18.091Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:33:18.091Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vFW 7ad4ad1c-2795 0 is not matching search criteria 2022-01-28T04:33:18.091Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T04:33:18.091Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T04:33:18.091Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T04:33:18.091Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T04:33:18.091Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:33:18.092Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T04:33:18.092Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:33:18.092Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T04:33:18.092Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T04:33:18.092Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:33:18.092Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T04:33:18.092Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-01-28T04:33:18.092Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1ffcbfb4-2a65-46dc-9e51-b30e0ef26350 2022-01-28T04:33:18.092Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:33:18.092Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-28-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:33:18.093Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:33:18.093Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-28-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:33:18.093Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:33:18.093Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-28-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:33:18.093Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:33:18.093Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-28-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:33:18.093Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-01-28 04-28-44 Description:catalog service description Model UUID:44c23172-fc96-4f66-be73-b9c31a15addb Model Version:NULL Model InvariantUuid:880a34b8-ad44-478e-a06a-6c47a6bbe37a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 7ad4ad1c-2795 Model UUID:c527d313-32c4-488f-b1d8-40c45dfef5a0 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:8e90662e-93b5-4306-9086-7f9184a108ee Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8a3c75c1-017f-4ab6-8df9-e7e0c6126b85 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:73550f83-029e-41d1-87f1-779f6cb46a81 ModelName:Vfw7ad4ad1c2795..base_vfw..module-0 ModelUuid:beb195c7-bb3f-4455-9194-47bdb78ffc7d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:dbcc4591-b93f-4772-9693-0b300f764f56 ModelInvariantUuid:59738e17-8d03-4cf1-9a27-12da5e78ad92 ModelName:vFW 7ad4ad1c-2795-nodes.vfwCvfc ModelUuid:ff448bfc-f9c7-44bf-a272-61da5e11b594 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:a0a4e577-c7e2-4263-b888-d99634aecd9d ModelInvariantUuid:84115d29-e840-464a-b7ee-124d3160d2ce ModelName:Vfw7ad4ad1c2795.compute.nodes.heat.vfw ModelUuid:09d036b8-327e-4b57-aed2-d773a8dbd441 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:c59c5de4-237e-4fca-a037-32949b79c8ef ModelInvariantUuid:c4deb786-d2a8-4372-91ce-e47c72ec69b5 ModelName:vFW 7ad4ad1c-2795-nodes.vsnCvfc ModelUuid:ecf78247-7961-4887-a1e5-491464a3da44 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:5af45248-a0c5-49bd-9fa7-eb3651816574 ModelInvariantUuid:030a119d-fc74-42da-8b43-2460a6de4e7f ModelName:Vfw7ad4ad1c2795.compute.nodes.heat.vsn ModelUuid:6bdd22f4-fad8-4d3c-aee2-b521662f95d2 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:1ffcbfb4-2a65-46dc-9e51-b30e0ef26350 ModelInvariantUuid:8b8d51dc-f0b1-43cf-8ada-972865918662 ModelName:vFW 7ad4ad1c-2795-nodes.vpgCvfc ModelUuid:ba22d308-2cbc-465f-9b86-0a124716a08d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:bd21c01d-d3c7-4c58-abf1-2a6a563ae7b4 ModelInvariantUuid:9ba481f3-6583-47e2-bc50-9a1489ee0e78 ModelName:Vfw7ad4ad1c2795.compute.nodes.heat.vpg ModelUuid:278963f9-bfbe-4c82-83be-f7ecb00a36aa 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-01-28T04:33:18.100Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 30ad0fc1-aa0f-4b22-a7eb-5fbf1fe5bc99 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-01-28T04:33:18.102Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||vFW 7ad4ad1c-2795 0 2022-01-28T04:33:18.102Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 30ad0fc1-aa0f-4b22-a7eb-5fbf1fe5bc99 2022-01-28T04:33:18.102Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3e95fd44-6e3e-4bb5-92d4-ea1105dc3502 from URL: /sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json 2022-01-28T04:33:18.102Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T04:33:18.102Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json 2022-01-28T04:33:18.328Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T04:33:18.329Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json 3e95fd44-6e3e-4bb5-92d4-ea1105dc3502 785 2022-01-28T04:33:18.329Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json ASDC sendASDCNotification 2022-01-28T04:33:18.329Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json 2022-01-28T04:33:18.329Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T04:33:18.329Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:33:18.331Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:33:18.331Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344398329, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T04:33:18.431Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:33:18.432Z||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-01-28T04:33:18.432Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:33:18.446Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:33:18.447Z||pool-115-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-01-28T04:33:19.332Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw7ad4ad1c2795..base_vfw..module-0", "vfModuleModelInvariantUUID": "73550f83-029e-41d1-87f1-779f6cb46a81", "vfModuleModelVersion": "1", "vfModuleModelUUID": "beb195c7-bb3f-4455-9194-47bdb78ffc7d", "vfModuleModelCustomizationUUID": "b3ae19aa-5fab-4a2f-87a5-7c9a2cc26c2a", "isBase": true, "artifacts": [ "3a915d53-ff66-46f3-a4db-3ee69d5b37b6", "0c316b5c-5c4a-440b-ab67-003cdc840ac9" ], "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-01-28T04:33:19.335Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw7ad4ad1c2795..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:beb195c7-bb3f-4455-9194-47bdb78ffc7d VfModuleModelInvariantUUID:73550f83-029e-41d1-87f1-779f6cb46a81 VfModuleModelDescription:NULL Artifacts UUID List:{ 3a915d53-ff66-46f3-a4db-3ee69d5b37b6 , 0c316b5c-5c4a-440b-ab67-003cdc840ac9 } 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-01-28T04:33:19.338Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw7ad4ad1c2795..base_vfw..module-0", "vfModuleModelInvariantUUID": "73550f83-029e-41d1-87f1-779f6cb46a81", "vfModuleModelVersion": "1", "vfModuleModelUUID": "beb195c7-bb3f-4455-9194-47bdb78ffc7d", "vfModuleModelCustomizationUUID": "b3ae19aa-5fab-4a2f-87a5-7c9a2cc26c2a", "isBase": true, "artifacts": [ "3a915d53-ff66-46f3-a4db-3ee69d5b37b6", "0c316b5c-5c4a-440b-ab67-003cdc840ac9" ], "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-01-28T04:33:19.338Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw7ad4ad1c2795..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:beb195c7-bb3f-4455-9194-47bdb78ffc7d VfModuleModelInvariantUUID:73550f83-029e-41d1-87f1-779f6cb46a81 VfModuleModelDescription:NULL Artifacts UUID List:{ 3a915d53-ff66-46f3-a4db-3ee69d5b37b6 , 0c316b5c-5c4a-440b-ab67-003cdc840ac9 } 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-01-28T04:33:19.339Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3a915d53-ff66-46f3-a4db-3ee69d5b37b6 from URL: /sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.yaml 2022-01-28T04:33:19.339Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T04:33:19.339Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.yaml 2022-01-28T04:33:19.540Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T04:33:19.541Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.yaml 3a915d53-ff66-46f3-a4db-3ee69d5b37b6 20368 2022-01-28T04:33:19.541Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-01-28T04:33:19.541Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.yaml 2022-01-28T04:33:19.541Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T04:33:19.541Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:33:19.543Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:33:19.543Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344399541, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T04:33:19.643Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:33:19.644Z||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-01-28T04:33:19.645Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:33:19.657Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:33:19.658Z||pool-116-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:33:20.544Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0c316b5c-5c4a-440b-ab67-003cdc840ac9 from URL: /sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env 2022-01-28T04:33:20.544Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T04:33:20.545Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env 2022-01-28T04:33:20.655Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T04:33:20.655Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env 0c316b5c-5c4a-440b-ab67-003cdc840ac9 2098 2022-01-28T04:33:20.656Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env ASDC sendASDCNotification 2022-01-28T04:33:20.656Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env 2022-01-28T04:33:20.656Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T04:33:20.656Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:33:20.658Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:33:20.659Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344400656, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-28T04:33:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:33:20.696Z||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-01-28T04:33:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:33:20.759Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T04:33:20.759Z||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-01-28T04:33:20.760Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:33:20.772Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:33:20.773Z||pool-117-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-01-28T04:33:20.821Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:33:20.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:33:20.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344382704, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003deb70888f-4af0-4a16-88a4-804ab177a0c6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22) (ec\u003dERR.5.4.6114)" } 2022-01-28T04:33:20.823Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:33:20.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:33:20.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344383716, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:33:20.823Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:33:20.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:33:20.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344383716, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json", "status": "NOTIFIED" } 2022-01-28T04:33:20.824Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:33:20.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:33:20.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344383716, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T04:33:20.824Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:33:20.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:33:20.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344383716, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:33:20.824Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:33:20.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:33:20.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344383716, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-28T04:33:20.824Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:33:20.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:33:20.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344383716, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:33:20.825Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:33:20.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:33:20.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344383716, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:33:20.825Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:33:20.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:33:20.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344395642, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:33:20.825Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:33:20.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:33:20.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344398329, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T04:33:20.825Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:33:20.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:33:20.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344399541, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T04:33:20.826Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:33:21.659Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 44c23172-fc96-4f66-be73-b9c31a15addb 2022-01-28T04:33:21.660Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7ad4ad1c-2795 0 30ad0fc1-aa0f-4b22-a7eb-5fbf1fe5bc99 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-01-28T04:33:21.677Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3072183b, org.onap.sdc.toscaparser.api.parameters.Input@35042293, org.onap.sdc.toscaparser.api.parameters.Input@750b0936, org.onap.sdc.toscaparser.api.parameters.Input@b984768, org.onap.sdc.toscaparser.api.parameters.Input@2b8b35e0] 2022-01-28T04:33:21.678Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:33:21.678Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-28-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:33:21.678Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-01-28T04:33:21.678Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 8a3c75c1-017f-4ab6-8df9-e7e0c6126b85 2022-01-28T04:33:21.678Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8a3c75c1-017f-4ab6-8df9-e7e0c6126b85 matches Tosca VF Customization UUID: 8a3c75c1-017f-4ab6-8df9-e7e0c6126b85 2022-01-28T04:33:21.678Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 8a3c75c1-017f-4ab6-8df9-e7e0c6126b85 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-01-28T04:33:21.679Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:33:21.680Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-28-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:33:21.680Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 8a3c75c1-017f-4ab6-8df9-e7e0c6126b85: {\"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-01-28T04:33:21.680Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5b0ac0e5 2022-01-28T04:33:21.680Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:33:21.680Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-28-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-28T04:33:21.680Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b3ae19aa-5fab-4a2f-87a5-7c9a2cc26c2a 2022-01-28T04:33:21.680Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b3ae19aa-5fab-4a2f-87a5-7c9a2cc26c2a 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-01-28T04:33:21.682Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:33:21.682Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vFW 7ad4ad1c-2795 0 is matching search criteria 2022-01-28T04:33:21.682Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7ad4ad1c-2795 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:33:21.682Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:33:21.682Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vFW 7ad4ad1c-2795 0 is matching search criteria 2022-01-28T04:33:21.682Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7ad4ad1c-2795 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:33:21.682Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:33:21.682Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vFW 7ad4ad1c-2795 0 is not matching search criteria 2022-01-28T04:33:21.682Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T04:33:21.682Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T04:33:21.683Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-01-28T04:33:21.683Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T04:33:21.683Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T04:33:21.683Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:33:21.683Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T04:33:21.683Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T04:33:21.683Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T04:33:21.683Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T04:33:21.683Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:33:21.683Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=dbcc4591-b93f-4772-9693-0b300f764f56 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-01-28T04:33:21.684Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:33:21.684Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vFW 7ad4ad1c-2795 0 is matching search criteria 2022-01-28T04:33:21.684Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7ad4ad1c-2795 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:33:21.685Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:33:21.685Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vFW 7ad4ad1c-2795 0 is not matching search criteria 2022-01-28T04:33:21.685Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T04:33:21.685Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T04:33:21.685Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T04:33:21.685Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T04:33:21.685Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:33:21.685Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T04:33:21.685Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:33:21.685Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-01-28T04:33:21.685Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T04:33:21.685Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T04:33:21.685Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T04:33:21.685Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:33:21.685Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c59c5de4-237e-4fca-a037-32949b79c8ef 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-01-28T04:33:21.687Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:33:21.687Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vFW 7ad4ad1c-2795 0 is matching search criteria 2022-01-28T04:33:21.687Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7ad4ad1c-2795 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:33:21.689Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:33:21.689Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vFW 7ad4ad1c-2795 0 is not matching search criteria 2022-01-28T04:33:21.689Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T04:33:21.689Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T04:33:21.689Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T04:33:21.689Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T04:33:21.689Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:33:21.689Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T04:33:21.690Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:33:21.690Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T04:33:21.690Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T04:33:21.690Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:33:21.690Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T04:33:21.690Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-01-28T04:33:21.690Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1ffcbfb4-2a65-46dc-9e51-b30e0ef26350 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-01-28T04:33:21.691Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:33:21.691Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vFW 7ad4ad1c-2795 0 is matching search criteria 2022-01-28T04:33:21.691Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7ad4ad1c-2795 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:33:21.691Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:33:21.691Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vFW 7ad4ad1c-2795 0 is matching search criteria 2022-01-28T04:33:21.692Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7ad4ad1c-2795 0] matching following query criteria: sdcType=VF, customizationUUID=8a3c75c1-017f-4ab6-8df9-e7e0c6126b85 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-01-28T04:33:21.693Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:33:21.693Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-28-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:33:21.693Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 44c23172-fc96-4f66-be73-b9c31a15addb: vFW 7ad4ad1c-2795 2022-01-28T04:33:21.693Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:33:21.693Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-28-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:33:21.693Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:33:21.693Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-28-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:33:21.693Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:33:21.693Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-28-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:33:21.693Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:33:21.693Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-28-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:33:21.693Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:33:21.693Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-28-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:33:21.693Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-01-28 04-28-44 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-01-28T04:33:21.809Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7ad4ad1c-2795 30ad0fc1-aa0f-4b22-a7eb-5fbf1fe5bc99 1 ASDC deployResourceStructure 2022-01-28T04:33:21.809Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json ASDC sendASDCNotification 2022-01-28T04:33:21.809Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json 2022-01-28T04:33:21.809Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T04:33:21.810Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:33:21.811Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:33:21.811Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344401809, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json", "status": "DEPLOY_OK" } 2022-01-28T04:33:21.911Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:33:21.912Z||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-01-28T04:33:21.912Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:33:21.926Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:33:21.926Z||pool-118-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:33:22.811Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-01-28T04:33:22.812Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.yaml 2022-01-28T04:33:22.812Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T04:33:22.812Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:33:22.813Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:33:22.813Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344402811, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-01-28T04:33:22.914Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T04:33:22.914Z||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-01-28T04:33:22.914Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:33:22.927Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:33:22.927Z||pool-119-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:33:23.814Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env ASDC sendASDCNotification 2022-01-28T04:33:23.814Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env 2022-01-28T04:33:23.815Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T04:33:23.815Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:33:23.817Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:33:23.817Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344403814, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-01-28T04:33:23.917Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:33:23.918Z||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-01-28T04:33:23.918Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:33:23.930Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:33:23.931Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-01-28T04:33:24.818Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar ASDC sendASDCNotification 2022-01-28T04:33:24.819Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar 2022-01-28T04:33:24.819Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T04:33:24.819Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:33:24.821Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:33:24.821Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344404818, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:33:24.921Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:33:24.922Z||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-01-28T04:33:24.922Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:33:24.935Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:33:24.936Z||pool-121-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:33:25.822Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d1201f3-f381-4993-ad0d-2c9e3c735b6e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:33:25.833Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d1201f3-f381-4993-ad0d-2c9e3c735b6e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:33:25.836Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:33:25.836Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-28T04:33:25.836Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-28T04:33:25.836Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-28T04:33:25.836Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-01-28T04:33:25.836Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|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-01-28T04:33:25.842Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-28T04:33:55.842Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0d1201f3-f381-4993-ad0d-2c9e3c735b6e 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-01-28T04:33:55.848Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0d1201f3-f381-4993-ad0d-2c9e3c735b6e and serviceModelVersionId: 44c23172-fc96-4f66-be73-b9c31a15addb 2022-01-28T04:33:55.848Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 880a34b8-ad44-478e-a06a-6c47a6bbe37a 2022-01-28T04:33:55.849Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb?depth=0 2022-01-28T04:33:55.855Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-01-28T04:33:55.876Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb?depth=0|INFO|500||Invoke 2022-01-28T04:33:55.876Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0d1201f3-f381-4993-ad0d-2c9e3c735b6e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[23e98a2e-1fe4-46ed-8dcb-8d3be2f487de], X-ECOMP-RequestID=[0d1201f3-f381-4993-ad0d-2c9e3c735b6e], X-TransactionId=[], X-ONAP-RequestID=[0d1201f3-f381-4993-ad0d-2c9e3c735b6e], Content-Type=[application/merge-patch+json]} 2022-01-28T04:33:55.890Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-01-28T04:33:55.994Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb?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/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220128-04:33:55:895-4266], Content-Length=[495], Date=[Fri, 28 Jan 2022 04:33:55 GMT], Content-Type=[application/json]} 2022-01-28T04:33:55.995Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb?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/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb","ERR.5.4.6114"]}}} 2022-01-28T04:33:55.996Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb?depth=0|INFO|404|Not Found|InvokeReturn 2022-01-28T04:33:56.000Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=0d1201f3-f381-4993-ad0d-2c9e3c735b6e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb) (ec=ERR.5.4.6114) 2022-01-28T04:33:56.000Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0d1201f3-f381-4993-ad0d-2c9e3c735b6e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb) (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-01-28T04:33:56.001Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0d1201f3-f381-4993-ad0d-2c9e3c735b6e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb) (ec=ERR.5.4.6114) 2022-01-28T04:33:56.001Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=0d1201f3-f381-4993-ad0d-2c9e3c735b6e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb) (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-01-28T04:33:56.005Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|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-01-28T04:33:56.006Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0d1201f3-f381-4993-ad0d-2c9e3c735b6e and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0d1201f3-f381-4993-ad0d-2c9e3c735b6e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb) (ec=ERR.5.4.6114) 2022-01-28T04:33:56.006Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-01-28T04:33:56.006Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:33:56.008Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:33:56.008Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344436006, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0d1201f3-f381-4993-ad0d-2c9e3c735b6e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb) (ec\u003dERR.5.4.6114)" } 2022-01-28T04:33:56.108Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:33:56.108Z||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-01-28T04:33:56.109Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:33:56.126Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:33:56.126Z||pool-122-thread-1|||||INFO|500||cambria reply ok (18 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-01-28T04:33:57.016Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:33:57.017Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|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-01-28T04:33:57.017Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:34:06.556Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:34:06.556Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:34:06.557Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|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-01-28T04:34:06.557Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:34:09.447Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:34:09.448Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T04:34:09.449Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"ae02d3ec-a51e-461f-9317-4bdc0d016f69","serviceName":"vFW 2022-01-28 04-32-26","serviceVersion":"1.0","serviceUUID":"38e5d106-c358-4302-b4b0-0ab8c61d9cdc","serviceDescription":"catalog service description","serviceInvariantUUID":"a9c7b079-ab08-4964-8e16-967ffd44cca2","resources":[{"resourceInstanceName":"vFW dded301a-344a 0","resourceName":"vFW dded301a-344a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"106efaa6-3b5d-4b08-bf51-d71e635c7de6","resourceInvariantUUID":"7542d0d8-5e9d-4499-9e50-475a139dc064","resourceCustomizationUUID":"5f2f37d0-9a5b-458e-8d2b-5daeb5b2e165","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vf-license-model.xml","artifactChecksum":"YjYzMjk0ODM3MmIzMTViNjI2ZmU1N2NjYjY5NjBkYjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"04585b7f-d915-4964-be67-ed7bae8c6fe9","artifactVersion":"1"},{"artifactName":"vfwdded301a344a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json","artifactChecksum":"MWMzODQ3NWUyNmZjODRkMTllYjQ2ZDE1NWRlMzQzN2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"550e2268-e2cb-4317-a55d-657d5982167c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cbc7a187-f441-4cf8-8724-c14918262c9c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vendor-license-model.xml","artifactChecksum":"ZTU4OThjZTUwMWE0MmFhOGI0NTc2NDk4MGE5MjgwNTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8e511fa9-48a8-41f3-a638-5e5cec89b7a8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a184aad5-9dc3-4722-bcf4-f18e88d388b1","artifactVersion":"2","generatedFromUUID":"cbc7a187-f441-4cf8-8724-c14918262c9c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220128043226-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-template.yml","artifactChecksum":"NTk0NGExNmNiZTM5OTYwNGJmZjU2YTlkNGQzZGJjYWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e89e8693-adee-4a47-b5db-e03820051689","artifactVersion":"1"},{"artifactName":"service-Vfw20220128043226-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar","artifactChecksum":"M2Q3OWQ1NGQ2ZWVkMGNhMzBjZmQyZGE3Y2I0MzhkNGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b7329693-f4e9-42af-8d53-07e43114d0bb","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-28T04:34:09.450Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:34:09.451Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:34:09.453Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:34:09.453Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344446556, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:34:09.553Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T04:34:09.554Z||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-01-28T04:34:09.554Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:34:09.567Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:34:09.567Z||pool-123-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:34:10.454Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:34:10.455Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:34:10.456Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:34:10.456Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344446556, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json", "status": "NOTIFIED" } 2022-01-28T04:34:10.556Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:34:10.557Z||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-01-28T04:34:10.557Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:34:10.570Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:34:10.570Z||pool-124-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:34:11.457Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:34:11.458Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:34:11.460Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:34:11.460Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344446556, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T04:34:11.560Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:34:11.561Z||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-01-28T04:34:11.561Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:34:11.574Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:34:11.574Z||pool-125-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:34:12.461Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:34:12.462Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:34:12.464Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:34:12.465Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344446556, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:34:12.564Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T04:34:12.565Z||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-01-28T04:34:12.565Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:34:12.579Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:34:12.579Z||pool-126-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:34:13.465Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:34:13.466Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:34:13.468Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:34:13.469Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344446556, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-28T04:34:13.569Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T04:34:13.569Z||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-01-28T04:34:13.569Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:34:13.582Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:34:13.582Z||pool-127-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:34:14.469Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:34:14.469Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:34:14.471Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:34:14.471Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344446556, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:34:14.571Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:34:14.572Z||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-01-28T04:34:14.572Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:34:14.584Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:34:14.584Z||pool-128-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-01-28T04:34:15.472Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:34:15.473Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:34:15.475Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:34:15.475Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344446556, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:34:15.575Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:34:15.576Z||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-01-28T04:34:15.576Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:34:15.590Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:34:15.591Z||pool-129-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:34:16.476Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "serviceName": "vFW 2022-01-28 04-32-26", "serviceVersion": "1.0", "serviceUUID": "38e5d106-c358-4302-b4b0-0ab8c61d9cdc", "serviceDescription": "catalog service description", "serviceInvariantUUID": "a9c7b079-ab08-4964-8e16-967ffd44cca2", "resources": [ { "resourceInstanceName": "vFW dded301a-344a 0", "resourceCustomizationUUID": "5f2f37d0-9a5b-458e-8d2b-5daeb5b2e165", "resourceName": "vFW dded301a-344a", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "106efaa6-3b5d-4b08-bf51-d71e635c7de6", "resourceInvariantUUID": "7542d0d8-5e9d-4499-9e50-475a139dc064", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwdded301a344a0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json", "artifactChecksum": "MWMzODQ3NWUyNmZjODRkMTllYjQ2ZDE1NWRlMzQzN2U\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "550e2268-e2cb-4317-a55d-657d5982167c", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "cbc7a187-f441-4cf8-8724-c14918262c9c", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a184aad5-9dc3-4722-bcf4-f18e88d388b1", "generatedFromUUID": "cbc7a187-f441-4cf8-8724-c14918262c9c" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a184aad5-9dc3-4722-bcf4-f18e88d388b1", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220128043226-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar", "artifactChecksum": "M2Q3OWQ1NGQ2ZWVkMGNhMzBjZmQyZGE3Y2I0MzhkNGI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b7329693-f4e9-42af-8d53-07e43114d0bb" } ], "workloadContext": "Production" } 2022-01-28T04:34:16.476Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-28T04:34:16.476Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 38e5d106-c358-4302-b4b0-0ab8c61d9cdc ASDC 2022-01-28T04:34:16.476Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:ae02d3ec-a51e-461f-9317-4bdc0d016f69 ServiceName:vFW 2022-01-28 04-32-26 ServiceVersion:1.0 ServiceUUID:38e5d106-c358-4302-b4b0-0ab8c61d9cdc ServiceInvariantUUID:a9c7b079-ab08-4964-8e16-967ffd44cca2 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220128043226-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar ArtifactUUID:b7329693-f4e9-42af-8d53-07e43114d0bb ArtifactChecksum:M2Q3OWQ1NGQ2ZWVkMGNhMzBjZmQyZGE3Y2I0MzhkNGI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW dded301a-344a 0 ResourceCustomizationUUID:5f2f37d0-9a5b-458e-8d2b-5daeb5b2e165 ResourceInvariantUUID:7542d0d8-5e9d-4499-9e50-475a139dc064 ResourceName:vFW dded301a-344a ResourceType:VF ResourceUUID:106efaa6-3b5d-4b08-bf51-d71e635c7de6 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwdded301a344a0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json ArtifactUUID:550e2268-e2cb-4317-a55d-657d5982167c ArtifactChecksum:MWMzODQ3NWUyNmZjODRkMTllYjQ2ZDE1NWRlMzQzN2U= 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/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.yaml ArtifactUUID:cbc7a187-f441-4cf8-8724-c14918262c9c 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/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env ArtifactUUID:a184aad5-9dc3-4722-bcf4-f18e88d388b1 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/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env ArtifactUUID:a184aad5-9dc3-4722-bcf4-f18e88d388b1 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-01-28T04:34:16.476Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 38e5d106-c358-4302-b4b0-0ab8c61d9cdc 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-01-28T04:34:16.502Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T04:34:16.503Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:34:16.503Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:34:16.503Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b7329693-f4e9-42af-8d53-07e43114d0bb from URL: /sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar 2022-01-28T04:34:16.503Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T04:34:16.503Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar 2022-01-28T04:34:16.640Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T04:34:16.648Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar b7329693-f4e9-42af-8d53-07e43114d0bb 98923 2022-01-28T04:34:16.648Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar ASDC sendASDCNotification 2022-01-28T04:34:16.649Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar 2022-01-28T04:34:16.649Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T04:34:16.649Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:34:16.651Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:34:16.651Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344456648, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:34:16.751Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:34:16.752Z||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-01-28T04:34:16.752Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:34:16.766Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:34:16.767Z||pool-130-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:34:17.651Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T04:34:17.653Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:34:17.653Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: b7329693-f4e9-42af-8d53-07e43114d0bb, URL: /sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar to file: /app/ASDC/1/service-Vfw20220128043226-csar.csar 2022-01-28T04:34:17.654Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220128043226-csar.csar 2022-01-28T04:34:17.654Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220128043226-csar.csar 2022-01-28T04:34:17.654Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220128043226-csar.csar 2022-01-28T04:34:17.745Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15429240530267436427/Definitions/service-Vfw20220128043226-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-01-28T04:34:19.157Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-28T04:34:19.157Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-01-28T04:34:19.157Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220128043226-csar.csar 2022-01-28T04:34:19.157Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-01-28T04:34:19.157Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||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-Vfw20220128043226-csar.csar 2022-01-28T04:34:19.157Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||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-Vfw20220128043226-csar.csar 2022-01-28T04:34:19.157Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|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-Vfw20220128043226-csar.csar 2022-01-28T04:34:19.157Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220128043226-csar.csar 2022-01-28T04:34:19.157Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220128043226-csar.csar 2022-01-28T04:34:19.158Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||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-Vfw20220128043226-csar.csar 2022-01-28T04:34:19.158Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|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-Vfw20220128043226-csar.csar 2022-01-28T04:34:19.158Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||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-Vfw20220128043226-csar.csar 2022-01-28T04:34:19.158Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220128043226-csar.csar 2022-01-28T04:34:19.158Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||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-Vfw20220128043226-csar.csar 2022-01-28T04:34:19.158Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220128043226-csar.csar 2022-01-28T04:34:19.158Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|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-Vfw20220128043226-csar.csar 2022-01-28T04:34:19.158Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW dded301a-344a 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-Vfw20220128043226-csar.csar 2022-01-28T04:34:19.158Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-01-28T04:34:19.158Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:34:19.158Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:34:19.158Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vFW dded301a-344a 0 is matching search criteria 2022-01-28T04:34:19.158Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-01-28T04:34:19.159Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dded301a-344a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T04:34:19.159Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:34:19.159Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:34:19.159Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vFW dded301a-344a 0 is matching search criteria 2022-01-28T04:34:19.159Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-01-28T04:34:19.159Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dded301a-344a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T04:34:19.159Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:34:19.159Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:34:19.159Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:34:19.159Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vFW dded301a-344a 0 is not matching search criteria 2022-01-28T04:34:19.159Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T04:34:19.159Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T04:34:19.160Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T04:34:19.160Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:34:19.160Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:34:19.160Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T04:34:19.160Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T04:34:19.160Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T04:34:19.160Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T04:34:19.160Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:34:19.160Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T04:34:19.160Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T04:34:19.160Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T04:34:19.160Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T04:34:19.160Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:34:19.160Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-01-28T04:34:19.161Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:34:19.161Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-32-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-28T04:34:19.161Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:34:19.161Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vFW dded301a-344a 0 is matching search criteria 2022-01-28T04:34:19.161Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dded301a-344a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:34:19.161Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:34:19.161Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vFW dded301a-344a 0 is matching search criteria 2022-01-28T04:34:19.161Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dded301a-344a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:34:19.161Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:34:19.162Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vFW dded301a-344a 0 is matching search criteria 2022-01-28T04:34:19.162Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dded301a-344a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:34:19.162Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:34:19.162Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vFW dded301a-344a 0 is not matching search criteria 2022-01-28T04:34:19.162Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T04:34:19.162Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-01-28T04:34:19.162Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T04:34:19.162Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T04:34:19.162Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T04:34:19.162Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:34:19.162Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T04:34:19.163Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T04:34:19.163Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T04:34:19.163Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T04:34:19.163Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:34:19.163Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=09476ed8-4a73-4519-b9f9-ef103affd396 2022-01-28T04:34:19.163Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:34:19.163Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vFW dded301a-344a 0 is not matching search criteria 2022-01-28T04:34:19.163Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T04:34:19.163Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T04:34:19.163Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T04:34:19.163Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:34:19.164Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:34:19.164Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T04:34:19.164Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T04:34:19.164Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-01-28T04:34:19.164Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T04:34:19.164Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T04:34:19.164Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T04:34:19.164Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:34:19.164Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8ee4d85a-edd3-41af-afa4-a4773dff6051 2022-01-28T04:34:19.164Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:34:19.164Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vFW dded301a-344a 0 is not matching search criteria 2022-01-28T04:34:19.164Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T04:34:19.165Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T04:34:19.165Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T04:34:19.165Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:34:19.165Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:34:19.165Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T04:34:19.165Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T04:34:19.165Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T04:34:19.165Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T04:34:19.165Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:34:19.165Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T04:34:19.165Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-01-28T04:34:19.166Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=35bb90fc-5c7a-4bda-8c1e-85903c928469 2022-01-28T04:34:19.166Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:34:19.166Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:34:19.166Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:34:19.166Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:34:19.166Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:34:19.166Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:34:19.166Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:34:19.166Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:34:19.166Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-01-28 04-32-26 Description:catalog service description Model UUID:38e5d106-c358-4302-b4b0-0ab8c61d9cdc Model Version:NULL Model InvariantUuid:a9c7b079-ab08-4964-8e16-967ffd44cca2 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW dded301a-344a Model UUID:edf6cab8-07d3-4595-990a-60f886906c8a Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:7542d0d8-5e9d-4499-9e50-475a139dc064 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5f2f37d0-9a5b-458e-8d2b-5daeb5b2e165 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e289ac78-0a36-4b10-adc2-4083b1225734 ModelName:VfwDded301a344a..base_vfw..module-0 ModelUuid:91006e87-af98-4f08-b14d-9412f4141218 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:09476ed8-4a73-4519-b9f9-ef103affd396 ModelInvariantUuid:42d9cffc-8372-4e38-b66c-33e8c5f734a1 ModelName:vFW dded301a-344a-nodes.vfwCvfc ModelUuid:7276a5b7-a306-4c77-880a-1af31f521178 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:9a9f8195-5f8b-4ad5-a17c-89b540e36fdb ModelInvariantUuid:db7a6b26-88f7-4f3b-84fa-e64f4a85b695 ModelName:VfwDded301a344a.compute.nodes.heat.vfw ModelUuid:9e209a43-9233-40bb-8e3a-0bb59e2e9645 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:8ee4d85a-edd3-41af-afa4-a4773dff6051 ModelInvariantUuid:62c7fb85-dfe3-4ed0-8419-a700803aeffb ModelName:vFW dded301a-344a-nodes.vsnCvfc ModelUuid:e95bc194-551c-4137-9af6-98eaf43cdff0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:5be433b9-0c7f-4fd5-88dd-99b4199f93c1 ModelInvariantUuid:c04e295c-7d80-47ff-86d1-d317f8c9c078 ModelName:VfwDded301a344a.compute.nodes.heat.vsn ModelUuid:4865a0c1-37c5-4e4a-aaf3-f27f57a81e73 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:35bb90fc-5c7a-4bda-8c1e-85903c928469 ModelInvariantUuid:752fd59d-42be-4ce6-b878-e1be0bc901ab ModelName:vFW dded301a-344a-nodes.vpgCvfc ModelUuid:a98b5f74-addf-44e6-a180-2d66fefca6e2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:252a9a63-90ef-44bc-bab2-13551224290f ModelInvariantUuid:014f7a92-7f4f-432e-8368-108bc0cefcb1 ModelName:VfwDded301a344a.compute.nodes.heat.vpg ModelUuid:922f50e4-9483-4122-ba82-8b2d8d1c9432 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-01-28T04:34:19.172Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 106efaa6-3b5d-4b08-bf51-d71e635c7de6 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-01-28T04:34:19.175Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||vFW dded301a-344a 0 2022-01-28T04:34:19.175Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 106efaa6-3b5d-4b08-bf51-d71e635c7de6 2022-01-28T04:34:19.175Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 550e2268-e2cb-4317-a55d-657d5982167c from URL: /sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json 2022-01-28T04:34:19.175Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T04:34:19.175Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json 2022-01-28T04:34:19.344Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T04:34:19.344Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json 550e2268-e2cb-4317-a55d-657d5982167c 785 2022-01-28T04:34:19.344Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json ASDC sendASDCNotification 2022-01-28T04:34:19.344Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json 2022-01-28T04:34:19.344Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T04:34:19.345Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:34:19.347Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:34:19.347Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344459344, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T04:34:19.447Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:34:19.448Z||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-01-28T04:34:19.448Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:34:19.460Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:34:19.461Z||pool-131-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:34:20.348Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwDded301a344a..base_vfw..module-0", "vfModuleModelInvariantUUID": "e289ac78-0a36-4b10-adc2-4083b1225734", "vfModuleModelVersion": "1", "vfModuleModelUUID": "91006e87-af98-4f08-b14d-9412f4141218", "vfModuleModelCustomizationUUID": "227f7657-a522-4aaf-aa69-96d5f66825cb", "isBase": true, "artifacts": [ "cbc7a187-f441-4cf8-8724-c14918262c9c", "a184aad5-9dc3-4722-bcf4-f18e88d388b1" ], "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-01-28T04:34:20.352Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwDded301a344a..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:91006e87-af98-4f08-b14d-9412f4141218 VfModuleModelInvariantUUID:e289ac78-0a36-4b10-adc2-4083b1225734 VfModuleModelDescription:NULL Artifacts UUID List:{ cbc7a187-f441-4cf8-8724-c14918262c9c , a184aad5-9dc3-4722-bcf4-f18e88d388b1 } 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-01-28T04:34:20.354Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwDded301a344a..base_vfw..module-0", "vfModuleModelInvariantUUID": "e289ac78-0a36-4b10-adc2-4083b1225734", "vfModuleModelVersion": "1", "vfModuleModelUUID": "91006e87-af98-4f08-b14d-9412f4141218", "vfModuleModelCustomizationUUID": "227f7657-a522-4aaf-aa69-96d5f66825cb", "isBase": true, "artifacts": [ "cbc7a187-f441-4cf8-8724-c14918262c9c", "a184aad5-9dc3-4722-bcf4-f18e88d388b1" ], "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-01-28T04:34:20.354Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwDded301a344a..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:91006e87-af98-4f08-b14d-9412f4141218 VfModuleModelInvariantUUID:e289ac78-0a36-4b10-adc2-4083b1225734 VfModuleModelDescription:NULL Artifacts UUID List:{ cbc7a187-f441-4cf8-8724-c14918262c9c , a184aad5-9dc3-4722-bcf4-f18e88d388b1 } 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-01-28T04:34:20.354Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: cbc7a187-f441-4cf8-8724-c14918262c9c from URL: /sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.yaml 2022-01-28T04:34:20.354Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T04:34:20.355Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.yaml 2022-01-28T04:34:20.408Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T04:34:20.409Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.yaml cbc7a187-f441-4cf8-8724-c14918262c9c 20368 2022-01-28T04:34:20.409Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-01-28T04:34:20.410Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.yaml 2022-01-28T04:34:20.410Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T04:34:20.410Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:34:20.412Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:34:20.412Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344460409, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T04:34:20.512Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:34:20.513Z||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-01-28T04:34:20.513Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:34:20.527Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:34:20.527Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:34:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:34:20.695Z||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-01-28T04:34:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:34:20.718Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:34:20.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:34:20.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344400656, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-28T04:34:20.719Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:34:21.413Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a184aad5-9dc3-4722-bcf4-f18e88d388b1 from URL: /sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env 2022-01-28T04:34:21.413Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T04:34:21.414Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env 2022-01-28T04:34:21.468Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T04:34:21.469Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env a184aad5-9dc3-4722-bcf4-f18e88d388b1 2098 2022-01-28T04:34:21.469Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-01-28T04:34:21.469Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env 2022-01-28T04:34:21.469Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T04:34:21.470Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:34:21.472Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:34:21.472Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344461469, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-28T04:34:21.572Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:34:21.573Z||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-01-28T04:34:21.573Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:34:21.586Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:34:21.587Z||pool-133-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-01-28T04:34:22.473Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 38e5d106-c358-4302-b4b0-0ab8c61d9cdc 2022-01-28T04:34:22.473Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW dded301a-344a 0 106efaa6-3b5d-4b08-bf51-d71e635c7de6 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-01-28T04:34:22.491Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@36f33447, org.onap.sdc.toscaparser.api.parameters.Input@458cee0e, org.onap.sdc.toscaparser.api.parameters.Input@ad35824, org.onap.sdc.toscaparser.api.parameters.Input@7402baf1, org.onap.sdc.toscaparser.api.parameters.Input@5bfcf93a] 2022-01-28T04:34:22.492Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:34:22.492Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:34:22.492Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-01-28T04:34:22.492Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 5f2f37d0-9a5b-458e-8d2b-5daeb5b2e165 2022-01-28T04:34:22.492Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5f2f37d0-9a5b-458e-8d2b-5daeb5b2e165 matches Tosca VF Customization UUID: 5f2f37d0-9a5b-458e-8d2b-5daeb5b2e165 2022-01-28T04:34:22.492Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 5f2f37d0-9a5b-458e-8d2b-5daeb5b2e165 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-01-28T04:34:22.494Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:34:22.495Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:34:22.495Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 5f2f37d0-9a5b-458e-8d2b-5daeb5b2e165: {\"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-01-28T04:34:22.495Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@8941f4a 2022-01-28T04:34:22.495Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:34:22.495Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-32-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-28T04:34:22.495Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 227f7657-a522-4aaf-aa69-96d5f66825cb 2022-01-28T04:34:22.495Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 227f7657-a522-4aaf-aa69-96d5f66825cb 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-01-28T04:34:22.497Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:34:22.497Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vFW dded301a-344a 0 is matching search criteria 2022-01-28T04:34:22.497Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dded301a-344a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:34:22.498Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:34:22.498Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vFW dded301a-344a 0 is matching search criteria 2022-01-28T04:34:22.498Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dded301a-344a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:34:22.498Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:34:22.498Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vFW dded301a-344a 0 is not matching search criteria 2022-01-28T04:34:22.498Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T04:34:22.498Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-01-28T04:34:22.498Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T04:34:22.498Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T04:34:22.499Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T04:34:22.499Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:34:22.499Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T04:34:22.499Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T04:34:22.499Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T04:34:22.499Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T04:34:22.499Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:34:22.499Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=09476ed8-4a73-4519-b9f9-ef103affd396 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-01-28T04:34:22.501Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:34:22.501Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vFW dded301a-344a 0 is matching search criteria 2022-01-28T04:34:22.501Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dded301a-344a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:34:22.501Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:34:22.501Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vFW dded301a-344a 0 is not matching search criteria 2022-01-28T04:34:22.501Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T04:34:22.501Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T04:34:22.501Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T04:34:22.502Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:34:22.502Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:34:22.502Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T04:34:22.502Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T04:34:22.502Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-01-28T04:34:22.502Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T04:34:22.502Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T04:34:22.502Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T04:34:22.502Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:34:22.502Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8ee4d85a-edd3-41af-afa4-a4773dff6051 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-01-28T04:34:22.504Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:34:22.504Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vFW dded301a-344a 0 is matching search criteria 2022-01-28T04:34:22.504Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dded301a-344a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:34:22.504Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:34:22.504Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vFW dded301a-344a 0 is not matching search criteria 2022-01-28T04:34:22.504Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T04:34:22.504Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T04:34:22.504Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T04:34:22.504Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:34:22.505Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:34:22.505Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T04:34:22.505Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T04:34:22.505Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T04:34:22.505Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T04:34:22.505Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:34:22.505Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T04:34:22.505Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-01-28T04:34:22.505Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=35bb90fc-5c7a-4bda-8c1e-85903c928469 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-01-28T04:34:22.507Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:34:22.507Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vFW dded301a-344a 0 is matching search criteria 2022-01-28T04:34:22.507Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dded301a-344a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:34:22.507Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:34:22.507Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vFW dded301a-344a 0 is matching search criteria 2022-01-28T04:34:22.507Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dded301a-344a 0] matching following query criteria: sdcType=VF, customizationUUID=5f2f37d0-9a5b-458e-8d2b-5daeb5b2e165 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-01-28T04:34:22.508Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:34:22.508Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:34:22.508Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 38e5d106-c358-4302-b4b0-0ab8c61d9cdc: vFW dded301a-344a 2022-01-28T04:34:22.508Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:34:22.508Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:34:22.509Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:34:22.509Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:34:22.509Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:34:22.509Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:34:22.509Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:34:22.509Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:34:22.509Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:34:22.509Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:34:22.509Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-01-28 04-32-26 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-01-28T04:34:22.627Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW dded301a-344a 106efaa6-3b5d-4b08-bf51-d71e635c7de6 1 ASDC deployResourceStructure 2022-01-28T04:34:22.628Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json ASDC sendASDCNotification 2022-01-28T04:34:22.628Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json 2022-01-28T04:34:22.628Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T04:34:22.628Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:34:22.630Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:34:22.630Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344462628, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json", "status": "DEPLOY_OK" } 2022-01-28T04:34:22.730Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:34:22.731Z||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-01-28T04:34:22.731Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:34:22.743Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:34:22.744Z||pool-134-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-01-28T04:34:23.630Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-01-28T04:34:23.631Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.yaml 2022-01-28T04:34:23.631Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T04:34:23.631Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:34:23.633Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:34:23.634Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344463630, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-01-28T04:34:23.734Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:34:23.734Z||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-01-28T04:34:23.734Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:34:23.746Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:34:23.746Z||pool-135-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-01-28T04:34:24.634Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-01-28T04:34:24.635Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env 2022-01-28T04:34:24.635Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T04:34:24.635Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:34:24.638Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:34:24.638Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344464634, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-01-28T04:34:24.737Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T04:34:24.738Z||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-01-28T04:34:24.738Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:34:24.750Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:34:24.750Z||pool-136-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:34:25.638Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar ASDC sendASDCNotification 2022-01-28T04:34:25.639Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar 2022-01-28T04:34:25.639Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T04:34:25.639Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:34:25.640Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:34:25.640Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344465638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:34:25.741Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T04:34:25.741Z||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-01-28T04:34:25.742Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:34:25.753Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:34:25.754Z||pool-137-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-01-28T04:34:26.641Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae02d3ec-a51e-461f-9317-4bdc0d016f69 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:34:26.651Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae02d3ec-a51e-461f-9317-4bdc0d016f69 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:34:26.653Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:34:26.653Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T04:34:26.653Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T04:34:56.653Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae02d3ec-a51e-461f-9317-4bdc0d016f69 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:34:56.662Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae02d3ec-a51e-461f-9317-4bdc0d016f69 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:34:56.664Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:34:56.664Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T04:34:56.664Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T04:35:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:35:20.695Z||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-01-28T04:35:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:35:20.722Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:35:20.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344401809, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json", "status": "DEPLOY_OK" } 2022-01-28T04:35:20.725Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:35:20.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344402811, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-01-28T04:35:20.726Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:35:20.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344403814, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-01-28T04:35:20.726Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:35:20.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344404818, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:35:20.726Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:35:20.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344436006, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0d1201f3-f381-4993-ad0d-2c9e3c735b6e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb) (ec\u003dERR.5.4.6114)" } 2022-01-28T04:35:20.727Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:35:20.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344446556, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:35:20.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:35:20.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "clamp", "timestamp": 1643344445840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:35:20.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:35:20.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "policy-id", "timestamp": 1643344444690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:35:20.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:35:20.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344446556, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json", "status": "NOTIFIED" } 2022-01-28T04:35:20.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:35:20.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "clamp", "timestamp": 1643344445840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json", "status": "NOTIFIED" } 2022-01-28T04:35:20.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:35:20.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "policy-id", "timestamp": 1643344444690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T04:35:20.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:35:20.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "ves-openapi-manager", "timestamp": 1643344449944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:35:20.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:35:20.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344446556, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T04:35:20.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:35:20.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "clamp", "timestamp": 1643344445840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:35:20.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:35:20.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "policy-id", "timestamp": 1643344444690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T04:35:20.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:35:20.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "ves-openapi-manager", "timestamp": 1643344449944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T04:35:20.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:35:20.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "multicloud-k8s-id", "timestamp": 1643344451153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:35:20.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:35:20.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "cds", "timestamp": 1643344451207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:35:20.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:35:20.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344446556, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:35:20.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:35:20.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "clamp", "timestamp": 1643344445840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:35:20.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:35:20.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "policy-id", "timestamp": 1643344444690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:35:20.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:35:20.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "ves-openapi-manager", "timestamp": 1643344449944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:35:20.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:35:20.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "multicloud-k8s-id", "timestamp": 1643344451153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json", "status": "NOTIFIED" } 2022-01-28T04:35:20.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:35:20.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "cds", "timestamp": 1643344451207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T04:35:20.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:35:20.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344446556, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-28T04:35:20.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:35:20.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "clamp", "timestamp": 1643344445840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:35:20.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:35:20.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "policy-id", "timestamp": 1643344444690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:35:20.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:35:20.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "ves-openapi-manager", "timestamp": 1643344449944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:35:20.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:35:20.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "multicloud-k8s-id", "timestamp": 1643344451153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T04:35:20.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:35:20.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "cds", "timestamp": 1643344451207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:35:20.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:35:20.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344446556, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:35:20.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:35:20.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "clamp", "timestamp": 1643344445840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:35:20.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:35:20.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "policy-id", "timestamp": 1643344444690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:35:20.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:35:20.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "ves-openapi-manager", "timestamp": 1643344449944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:35:20.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:35:20.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "multicloud-k8s-id", "timestamp": 1643344451153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:35:20.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:35:20.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "cds", "timestamp": 1643344451207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:35:20.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:35:20.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344446556, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:35:20.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:35:20.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "clamp", "timestamp": 1643344445840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:35:20.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:35:20.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "policy-id", "timestamp": 1643344444690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:35:20.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:35:20.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "ves-openapi-manager", "timestamp": 1643344449944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:35:20.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:35:20.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "multicloud-k8s-id", "timestamp": 1643344451153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-28T04:35:20.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:35:20.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "cds", "timestamp": 1643344451207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:35:20.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:35:20.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "ves-openapi-manager", "timestamp": 1643344449944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:35:20.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:35:20.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344456648, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:35:20.733Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:35:20.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "policy-id", "timestamp": 1643344456742, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:35:20.734Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:35:20.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "multicloud-k8s-id", "timestamp": 1643344451153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:35:20.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:35:20.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "cds", "timestamp": 1643344451207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:35:20.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:35:20.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "policy-id", "timestamp": 1643344457746, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:35:20.734Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:35:20.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "multicloud-k8s-id", "timestamp": 1643344451153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:35:20.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:35:20.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "cds", "timestamp": 1643344451207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:35:20.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:35:20.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "policy-id", "timestamp": 1643344458748, "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-01-28T04:35:20.740Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ae02d3ec-a51e-461f-9317-4bdc0d016f69 2022-01-28T04:35:20.741Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae02d3ec-a51e-461f-9317-4bdc0d016f69 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-01-28T04:35:20.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "multicloud-k8s-id", "timestamp": 1643344459036, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T04:35:20.748Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:35:20.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "cds", "timestamp": 1643344459135, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:35:20.748Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:35:20.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344459344, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T04:35:20.748Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:35:20.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "multicloud-k8s-id", "timestamp": 1643344460091, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T04:35:20.748Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:35:20.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "cds", "timestamp": 1643344460141, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-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-01-28T04:35:20.752Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ae02d3ec-a51e-461f-9317-4bdc0d016f69 2022-01-28T04:35:20.752Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae02d3ec-a51e-461f-9317-4bdc0d016f69 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-01-28T04:35:20.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:35:20.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344460409, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T04:35:20.759Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:35:26.664Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae02d3ec-a51e-461f-9317-4bdc0d016f69 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:35:26.672Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae02d3ec-a51e-461f-9317-4bdc0d016f69 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:35:26.674Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:35:26.674Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T04:35:26.674Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T04:35:56.675Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae02d3ec-a51e-461f-9317-4bdc0d016f69 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:35:56.684Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae02d3ec-a51e-461f-9317-4bdc0d016f69 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:35:56.686Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:35:56.686Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T04:35:56.686Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T04:36:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:36:20.696Z||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-01-28T04:36:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:36:20.724Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:36:20.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:36:20.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "multicloud-k8s-id", "timestamp": 1643344461147, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-28T04:36:20.727Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:36:20.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:36:20.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344461469, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-28T04:36:20.728Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:36:20.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:36:20.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "multicloud-k8s-id", "timestamp": 1643344462161, "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-01-28T04:36:20.736Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ae02d3ec-a51e-461f-9317-4bdc0d016f69 2022-01-28T04:36:20.736Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae02d3ec-a51e-461f-9317-4bdc0d016f69 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-01-28T04:36:20.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:36:20.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344462628, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json", "status": "DEPLOY_OK" } 2022-01-28T04:36:20.744Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:36:20.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:36:20.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "multicloud-k8s-id", "timestamp": 1643344463163, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json", "status": "DEPLOY_OK" } 2022-01-28T04:36:20.744Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:36:20.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:36:20.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344463630, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-01-28T04:36:20.744Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:36:20.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:36:20.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "aai-ml", "timestamp": 1643344463887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:36:20.745Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:36:20.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:36:20.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344464634, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-01-28T04:36:20.745Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:36:20.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:36:20.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "aai-ml", "timestamp": 1643344463887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T04:36:20.745Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:36:20.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:36:20.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344465638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:36:20.745Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:36:20.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:36:20.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "aai-ml", "timestamp": 1643344463887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:36:20.745Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:36:20.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:36:20.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "clamp", "timestamp": 1643344467295, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:36:20.746Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:36:20.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:36:20.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "aai-ml", "timestamp": 1643344463887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:36:20.746Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:36:20.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:36:20.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "aai-ml", "timestamp": 1643344463887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:36:20.746Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:36:20.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:36:20.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344468102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:36:20.746Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:36:20.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:36:20.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "clamp", "timestamp": 1643344469301, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:36:20.746Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:36:20.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:36:20.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "aai-ml", "timestamp": 1643344463887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:36:20.746Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:36:20.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:36:20.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344468102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T04:36:20.747Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:36:20.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:36:20.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "clamp", "timestamp": 1643344470303, "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-01-28T04:36:20.752Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ae02d3ec-a51e-461f-9317-4bdc0d016f69 2022-01-28T04:36:20.752Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae02d3ec-a51e-461f-9317-4bdc0d016f69 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-01-28T04:36:20.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:36:20.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "aai-ml", "timestamp": 1643344463887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:36:20.759Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:36:20.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:36:20.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344468102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:36:20.759Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:36:20.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:36:20.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344468102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:36:20.760Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:36:20.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:36:20.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "aai-ml", "timestamp": 1643344472105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:36:20.760Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:36:20.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:36:20.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344468102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:36:20.760Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:36:20.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:36:20.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344468102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:36:20.760Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:36:20.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:36:20.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344468102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:36:20.760Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:36:20.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:36:20.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344475809, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:36:20.760Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:36:20.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:36:20.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344478464, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:36:20.760Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:36:20.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:36:20.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "aai-ml", "timestamp": 1643344478975, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar", "status": "DEPLOY_ERROR" } 2022-01-28T04:36:20.760Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:36:20.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:36:20.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344479467, "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-01-28T04:36:20.765Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ae02d3ec-a51e-461f-9317-4bdc0d016f69 2022-01-28T04:36:20.765Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae02d3ec-a51e-461f-9317-4bdc0d016f69 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-01-28T04:36:20.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:36:20.772Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "aai-ml", "timestamp": 1643344479979, "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-01-28T04:36:20.777Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of ae02d3ec-a51e-461f-9317-4bdc0d016f69 2022-01-28T04:36:20.777Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae02d3ec-a51e-461f-9317-4bdc0d016f69 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-01-28T04:36:26.686Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae02d3ec-a51e-461f-9317-4bdc0d016f69 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:36:26.695Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae02d3ec-a51e-461f-9317-4bdc0d016f69 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:36:26.697Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:36:26.698Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-28T04:36:26.698Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-28T04:36:26.698Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-28T04:36:26.698Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-01-28T04:36:26.698Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|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-01-28T04:36:26.703Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-28T04:36:56.703Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ae02d3ec-a51e-461f-9317-4bdc0d016f69 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-01-28T04:36:56.708Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ae02d3ec-a51e-461f-9317-4bdc0d016f69 and serviceModelVersionId: 38e5d106-c358-4302-b4b0-0ab8c61d9cdc 2022-01-28T04:36:56.708Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a9c7b079-ab08-4964-8e16-967ffd44cca2 2022-01-28T04:36:56.709Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a9c7b079-ab08-4964-8e16-967ffd44cca2/model-vers/model-ver/38e5d106-c358-4302-b4b0-0ab8c61d9cdc?depth=0 2022-01-28T04:36:56.716Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-01-28T04:36:56.738Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9c7b079-ab08-4964-8e16-967ffd44cca2/model-vers/model-ver/38e5d106-c358-4302-b4b0-0ab8c61d9cdc?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-01-28T04:36:56.738Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9c7b079-ab08-4964-8e16-967ffd44cca2/model-vers/model-ver/38e5d106-c358-4302-b4b0-0ab8c61d9cdc?depth=0|INFO|500||Invoke 2022-01-28T04:36:56.762Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9c7b079-ab08-4964-8e16-967ffd44cca2/model-vers/model-ver/38e5d106-c358-4302-b4b0-0ab8c61d9cdc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-01-28T04:36:56.794Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9c7b079-ab08-4964-8e16-967ffd44cca2/model-vers/model-ver/38e5d106-c358-4302-b4b0-0ab8c61d9cdc?depth=0|INFO|404|Not Found|InvokeReturn 2022-01-28T04:36:56.795Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9c7b079-ab08-4964-8e16-967ffd44cca2/model-vers/model-ver/38e5d106-c358-4302-b4b0-0ab8c61d9cdc?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220128-04:36:56:769-58712], Content-Length=[495], Date=[Fri, 28 Jan 2022 04:36:56 GMT], Content-Type=[application/json]} 2022-01-28T04:36:56.796Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||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/a9c7b079-ab08-4964-8e16-967ffd44cca2/model-vers/model-ver/38e5d106-c358-4302-b4b0-0ab8c61d9cdc","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a9c7b079-ab08-4964-8e16-967ffd44cca2/model-vers/model-ver/38e5d106-c358-4302-b4b0-0ab8c61d9cdc","ERR.5.4.6114"]}}} 2022-01-28T04:36:56.800Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=ae02d3ec-a51e-461f-9317-4bdc0d016f69 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a9c7b079-ab08-4964-8e16-967ffd44cca2/model-vers/model-ver/38e5d106-c358-4302-b4b0-0ab8c61d9cdc (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a9c7b079-ab08-4964-8e16-967ffd44cca2/model-vers/model-ver/38e5d106-c358-4302-b4b0-0ab8c61d9cdc) (ec=ERR.5.4.6114) 2022-01-28T04:36:56.800Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ae02d3ec-a51e-461f-9317-4bdc0d016f69 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a9c7b079-ab08-4964-8e16-967ffd44cca2/model-vers/model-ver/38e5d106-c358-4302-b4b0-0ab8c61d9cdc (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a9c7b079-ab08-4964-8e16-967ffd44cca2/model-vers/model-ver/38e5d106-c358-4302-b4b0-0ab8c61d9cdc) (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-01-28T04:36:56.800Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ae02d3ec-a51e-461f-9317-4bdc0d016f69 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a9c7b079-ab08-4964-8e16-967ffd44cca2/model-vers/model-ver/38e5d106-c358-4302-b4b0-0ab8c61d9cdc (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a9c7b079-ab08-4964-8e16-967ffd44cca2/model-vers/model-ver/38e5d106-c358-4302-b4b0-0ab8c61d9cdc) (ec=ERR.5.4.6114) 2022-01-28T04:36:56.800Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=ae02d3ec-a51e-461f-9317-4bdc0d016f69 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a9c7b079-ab08-4964-8e16-967ffd44cca2/model-vers/model-ver/38e5d106-c358-4302-b4b0-0ab8c61d9cdc (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a9c7b079-ab08-4964-8e16-967ffd44cca2/model-vers/model-ver/38e5d106-c358-4302-b4b0-0ab8c61d9cdc) (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-01-28T04:36:56.804Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|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-01-28T04:36:56.805Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ae02d3ec-a51e-461f-9317-4bdc0d016f69 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ae02d3ec-a51e-461f-9317-4bdc0d016f69 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a9c7b079-ab08-4964-8e16-967ffd44cca2/model-vers/model-ver/38e5d106-c358-4302-b4b0-0ab8c61d9cdc (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a9c7b079-ab08-4964-8e16-967ffd44cca2/model-vers/model-ver/38e5d106-c358-4302-b4b0-0ab8c61d9cdc) (ec=ERR.5.4.6114) 2022-01-28T04:36:56.805Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-01-28T04:36:56.805Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:36:56.806Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:36:56.806Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344616805, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dae02d3ec-a51e-461f-9317-4bdc0d016f69 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a9c7b079-ab08-4964-8e16-967ffd44cca2/model-vers/model-ver/38e5d106-c358-4302-b4b0-0ab8c61d9cdc (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a9c7b079-ab08-4964-8e16-967ffd44cca2/model-vers/model-ver/38e5d106-c358-4302-b4b0-0ab8c61d9cdc) (ec\u003dERR.5.4.6114)" } 2022-01-28T04:36:56.906Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:36:56.907Z||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-01-28T04:36:56.907Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:36:56.924Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:36:56.924Z||pool-138-thread-1|||||INFO|500||cambria reply ok (17 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-01-28T04:36:57.819Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:36:57.820Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|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-01-28T04:36:57.820Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:37:02.940Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:37:02.941Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T04:37:02.941Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"523c1d98-ac27-4923-ae8c-7663cee3f7f0","serviceName":"Demo_pNF_dlMjM2DIs2CxvC3vODsz","serviceVersion":"1.0","serviceUUID":"c027720b-50a5-4b92-ad0d-ee6c470de51c","serviceDescription":"catalog service description","serviceInvariantUUID":"9fad7097-4ce0-4ae9-99a8-be22d2ab8a04","resources":[{"resourceInstanceName":"pNF b0867dc1-8db1 0","resourceName":"pNF b0867dc1-8db1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2c776b88-279a-4868-baea-5a3e906e50af","resourceInvariantUUID":"b3d60826-2732-4f65-a066-3ce8a505dff4","resourceCustomizationUUID":"de7f8aa5-3435-491b-b86f-8c02e44bec01","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/vf-license-model.xml","artifactChecksum":"NDZjY2I5YWYwMjVlNTVkOWQ4OGJmZGYzYThlYmU0YzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e2e6a543-9ec7-4b36-ae2e-4587968e2629","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/pNF.csar","artifactChecksum":"ZjBmZTk0NzU2ZjZmZGU1NTliOTg5OGQzNzQ2ZDA4YTA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"41dcbad0-dd49-4c05-b87c-ee93eb86b81a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"347f2ba7-696b-401f-b0b2-d794b3e1cf5b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/vendor-license-model.xml","artifactChecksum":"NWNjZjc2MGNiZThmN2ZjMTkwMzQzNjA1M2FiNGUwZTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"66be889c-4553-43b9-b754-bf0f3ac49650","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"98cd3bb6-ad9c-4c25-a2c7-9d31c91609b2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"764221bb-cc39-47a4-b5bc-8ff652855df1","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfDlmjm2dis2cxvc3vodsz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-template.yml","artifactChecksum":"YzA3MzcyYjc1MjMzNGUxYWZlZjNmYWM0MTAwMjE3ZTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d2e17118-410a-41b7-bc26-02726cb74e05","artifactVersion":"1"},{"artifactName":"service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar","artifactChecksum":"Yjg1OGVkYTQwZjllYmNlNjkyZGI3OTdhMzRlOTQxNjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"30985803-03c6-44e1-b111-45eb16e39d0d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-28T04:37:02.943Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:37:02.943Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:37:02.946Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:37:02.946Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344617819, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:37:03.046Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:37:03.047Z||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-01-28T04:37:03.047Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:37:03.059Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:37:03.059Z||pool-139-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:37:03.947Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:37:03.948Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:37:03.951Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:37:03.951Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344617819, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:37:04.051Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:37:04.052Z||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-01-28T04:37:04.052Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:37:04.066Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:37:04.066Z||pool-140-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:37:04.951Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:37:04.952Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:37:04.954Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:37:04.954Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344617819, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:37:05.054Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:37:05.055Z||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-01-28T04:37:05.055Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:37:05.067Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:37:05.067Z||pool-141-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:37:05.954Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:37:05.955Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:37:05.956Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:37:05.956Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344617819, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:37:06.057Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:37:06.057Z||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-01-28T04:37:06.057Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:37:06.072Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:37:06.072Z||pool-142-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:37:06.957Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:37:06.957Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:37:06.958Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:37:06.958Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344617819, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:37:07.059Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T04:37:07.059Z||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-01-28T04:37:07.060Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:37:07.072Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:37:07.072Z||pool-143-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:37:07.959Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:37:07.960Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:37:07.962Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:37:07.962Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344617819, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:37:08.062Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T04:37:08.063Z||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-01-28T04:37:08.063Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:37:08.075Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:37:08.075Z||pool-144-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:37:08.963Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:37:08.963Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:37:08.965Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:37:08.965Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344617819, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:37:09.065Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:37:09.066Z||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-01-28T04:37:09.066Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:37:09.081Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:37:09.081Z||pool-145-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:37:09.965Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:37:09.966Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:37:09.968Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:37:09.968Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344617819, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:37:10.068Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:37:10.069Z||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-01-28T04:37:10.069Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:37:10.083Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:37:10.084Z||pool-146-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:37:10.969Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "serviceName": "Demo_pNF_dlMjM2DIs2CxvC3vODsz", "serviceVersion": "1.0", "serviceUUID": "c027720b-50a5-4b92-ad0d-ee6c470de51c", "serviceDescription": "catalog service description", "serviceInvariantUUID": "9fad7097-4ce0-4ae9-99a8-be22d2ab8a04", "resources": [ { "resourceInstanceName": "pNF b0867dc1-8db1 0", "resourceCustomizationUUID": "de7f8aa5-3435-491b-b86f-8c02e44bec01", "resourceName": "pNF b0867dc1-8db1", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "2c776b88-279a-4868-baea-5a3e906e50af", "resourceInvariantUUID": "b3d60826-2732-4f65-a066-3ce8a505dff4", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar", "artifactChecksum": "Yjg1OGVkYTQwZjllYmNlNjkyZGI3OTdhMzRlOTQxNjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "30985803-03c6-44e1-b111-45eb16e39d0d" } ], "workloadContext": "Production" } 2022-01-28T04:37:10.970Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-28T04:37:10.970Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c027720b-50a5-4b92-ad0d-ee6c470de51c ASDC 2022-01-28T04:37:10.970Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:523c1d98-ac27-4923-ae8c-7663cee3f7f0 ServiceName:Demo_pNF_dlMjM2DIs2CxvC3vODsz ServiceVersion:1.0 ServiceUUID:c027720b-50a5-4b92-ad0d-ee6c470de51c ServiceInvariantUUID:9fad7097-4ce0-4ae9-99a8-be22d2ab8a04 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar ArtifactUUID:30985803-03c6-44e1-b111-45eb16e39d0d ArtifactChecksum:Yjg1OGVkYTQwZjllYmNlNjkyZGI3OTdhMzRlOTQxNjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF b0867dc1-8db1 0 ResourceCustomizationUUID:de7f8aa5-3435-491b-b86f-8c02e44bec01 ResourceInvariantUUID:b3d60826-2732-4f65-a066-3ce8a505dff4 ResourceName:pNF b0867dc1-8db1 ResourceType:PNF ResourceUUID:2c776b88-279a-4868-baea-5a3e906e50af ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-01-28T04:37:10.971Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c027720b-50a5-4b92-ad0d-ee6c470de51c 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-01-28T04:37:10.996Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T04:37:10.996Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:37:10.996Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:37:10.997Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 30985803-03c6-44e1-b111-45eb16e39d0d from URL: /sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar 2022-01-28T04:37:10.997Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T04:37:10.997Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar 2022-01-28T04:37:11.056Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T04:37:11.061Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar 30985803-03c6-44e1-b111-45eb16e39d0d 82622 2022-01-28T04:37:11.061Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar ASDC sendASDCNotification 2022-01-28T04:37:11.062Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar 2022-01-28T04:37:11.062Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T04:37:11.062Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:37:11.063Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:37:11.064Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344631061, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:37:11.164Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:37:11.165Z||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-01-28T04:37:11.165Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:37:11.178Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:37:11.179Z||pool-147-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:37:12.064Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T04:37:12.066Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:37:12.066Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 30985803-03c6-44e1-b111-45eb16e39d0d, URL: /sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar to file: /app/ASDC/1/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar 2022-01-28T04:37:12.066Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar 2022-01-28T04:37:12.067Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar 2022-01-28T04:37:12.067Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar 2022-01-28T04:37:12.144Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7995193396672737522/Definitions/service-DemoPnfDlmjm2dis2cxvc3vodsz-template.yml 2022-01-28T04:37:12.703Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-28T04:37:12.703Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-01-28T04:37:12.703Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar 2022-01-28T04:37:12.703Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-01-28T04:37:12.703Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b0867dc1-8db1 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-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar 2022-01-28T04:37:12.703Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|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-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar 2022-01-28T04:37:12.703Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|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-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar 2022-01-28T04:37:12.703Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|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-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar 2022-01-28T04:37:12.703Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|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-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar 2022-01-28T04:37:12.703Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|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-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar 2022-01-28T04:37:12.704Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|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-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar 2022-01-28T04:37:12.704Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-01-28T04:37:12.704Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:37:12.704Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_dlMjM2DIs2CxvC3vODsz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:37:12.704Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Node template pNF b0867dc1-8db1 0 is matching search criteria 2022-01-28T04:37:12.704Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-01-28T04:37:12.704Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF b0867dc1-8db1 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T04:37:12.704Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:37:12.704Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_dlMjM2DIs2CxvC3vODsz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:37:12.704Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Node template pNF b0867dc1-8db1 0 is matching search criteria 2022-01-28T04:37:12.704Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-01-28T04:37:12.704Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF b0867dc1-8db1 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T04:37:12.704Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:37:12.704Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_dlMjM2DIs2CxvC3vODsz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:37:12.704Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:37:12.704Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_dlMjM2DIs2CxvC3vODsz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:37:12.704Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:37:12.704Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_dlMjM2DIs2CxvC3vODsz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:37:12.705Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:37:12.705Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_dlMjM2DIs2CxvC3vODsz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:37:12.705Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:37:12.705Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_dlMjM2DIs2CxvC3vODsz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:37:12.705Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_dlMjM2DIs2CxvC3vODsz Description:catalog service description Model UUID:c027720b-50a5-4b92-ad0d-ee6c470de51c Model Version:NULL Model InvariantUuid:9fad7097-4ce0-4ae9-99a8-be22d2ab8a04 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-01-28T04:37:12.711Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2c776b88-279a-4868-baea-5a3e906e50af 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-01-28T04:37:12.713Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||pNF b0867dc1-8db1 0 2022-01-28T04:37:12.713Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2c776b88-279a-4868-baea-5a3e906e50af 2022-01-28T04:37:12.713Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||No resources found for Service: c027720b-50a5-4b92-ad0d-ee6c470de51c 2022-01-28T04:37:12.713Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: c027720b-50a5-4b92-ad0d-ee6c470de51c 2022-01-28T04:37:12.713Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF b0867dc1-8db1 0 2c776b88-279a-4868-baea-5a3e906e50af 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-01-28T04:37:12.716Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2b2ca955, org.onap.sdc.toscaparser.api.parameters.Input@432f89a5, org.onap.sdc.toscaparser.api.parameters.Input@1622b368, org.onap.sdc.toscaparser.api.parameters.Input@737249be, org.onap.sdc.toscaparser.api.parameters.Input@3d5a2084] 2022-01-28T04:37:12.717Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:37:12.717Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_dlMjM2DIs2CxvC3vODsz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:37:12.717Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid c027720b-50a5-4b92-ad0d-ee6c470de51c: pNF b0867dc1-8db1 2022-01-28T04:37:12.717Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||Processing PNF resource: 2c776b88-279a-4868-baea-5a3e906e50af 2022-01-28T04:37:12.717Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:37:12.717Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_dlMjM2DIs2CxvC3vODsz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:37:12.717Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||Resource customization UUID: de7f8aa5-3435-491b-b86f-8c02e44bec01 is the same as notified resource customizationUUID: de7f8aa5-3435-491b-b86f-8c02e44bec01 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-01-28T04:37:12.744Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF b0867dc1-8db1 2c776b88-279a-4868-baea-5a3e906e50af 0 ASDC deployResourceStructure 2022-01-28T04:37:12.744Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar ASDC sendASDCNotification 2022-01-28T04:37:12.745Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar 2022-01-28T04:37:12.745Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T04:37:12.745Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:37:12.748Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:37:12.748Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344632744, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:37:12.848Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:37:12.848Z||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-01-28T04:37:12.848Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:37:12.861Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:37:12.861Z||pool-148-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:37:13.749Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 523c1d98-ac27-4923-ae8c-7663cee3f7f0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:37:13.759Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 523c1d98-ac27-4923-ae8c-7663cee3f7f0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:37:13.761Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:37:13.762Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T04:37:13.762Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T04:37:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:37:20.695Z||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-01-28T04:37:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:37:20.736Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:37:20.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:37:20.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "multicloud-k8s-id", "timestamp": 1643344571153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:37:20.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:37:20.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:37:20.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "cds", "timestamp": 1643344571207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:37:20.739Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:37:43.762Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 523c1d98-ac27-4923-ae8c-7663cee3f7f0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:37:43.771Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 523c1d98-ac27-4923-ae8c-7663cee3f7f0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:37:43.773Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:37:43.773Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T04:37:43.773Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T04:38:13.773Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 523c1d98-ac27-4923-ae8c-7663cee3f7f0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:38:13.786Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 523c1d98-ac27-4923-ae8c-7663cee3f7f0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:38:13.788Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:38:13.788Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T04:38:13.788Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T04:38:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:38:20.695Z||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-01-28T04:38:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:38:20.728Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:38:20.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "multicloud-k8s-id", "timestamp": 1643344571153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "cds", "timestamp": 1643344571207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "multicloud-k8s-id", "timestamp": 1643344571153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "cds", "timestamp": 1643344571207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "multicloud-k8s-id", "timestamp": 1643344571153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "cds", "timestamp": 1643344571207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "multicloud-k8s-id", "timestamp": 1643344571153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "cds", "timestamp": 1643344571207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "aai-ml", "timestamp": 1643344583887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "multicloud-k8s-id", "timestamp": 1643344571153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "cds", "timestamp": 1643344571207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "policy-id", "timestamp": 1643344584690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "aai-ml", "timestamp": 1643344583887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "multicloud-k8s-id", "timestamp": 1643344571153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "cds", "timestamp": 1643344571207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "policy-id", "timestamp": 1643344584690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "aai-ml", "timestamp": 1643344583887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "multicloud-k8s-id", "timestamp": 1643344571153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:38:20.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "cds", "timestamp": 1643344571207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:38:20.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "policy-id", "timestamp": 1643344584690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "aai-ml", "timestamp": 1643344583887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "policy-id", "timestamp": 1643344584690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "aai-ml", "timestamp": 1643344583887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344588102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "cds", "timestamp": 1643344588945, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:38:20.735Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:38:20.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "policy-id", "timestamp": 1643344584690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "aai-ml", "timestamp": 1643344583887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344588102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "cds", "timestamp": 1643344589949, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-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-01-28T04:38:20.741Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 523c1d98-ac27-4923-ae8c-7663cee3f7f0 2022-01-28T04:38:20.741Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 523c1d98-ac27-4923-ae8c-7663cee3f7f0 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-01-28T04:38:20.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "policy-id", "timestamp": 1643344584690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "aai-ml", "timestamp": 1643344583887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "ves-openapi-manager", "timestamp": 1643344589944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344588102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "policy-id", "timestamp": 1643344584690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "aai-ml", "timestamp": 1643344583887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:38:20.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "ves-openapi-manager", "timestamp": 1643344589944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344588102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "policy-id", "timestamp": 1643344584690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:38:20.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "ves-openapi-manager", "timestamp": 1643344589944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344588102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "aai-ml", "timestamp": 1643344592843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:38:20.750Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:38:20.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "ves-openapi-manager", "timestamp": 1643344589944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344588102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "policy-id", "timestamp": 1643344593806, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:38:20.750Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:38:20.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "ves-openapi-manager", "timestamp": 1643344589944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344588102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.751Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "policy-id", "timestamp": 1643344594809, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:38:20.751Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:38:20.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "ves-openapi-manager", "timestamp": 1643344589944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-01-28T04:38:20.751Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344588102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:38:20.751Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "policy-id", "timestamp": 1643344595812, "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-01-28T04:38:20.755Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 523c1d98-ac27-4923-ae8c-7663cee3f7f0 2022-01-28T04:38:20.755Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 523c1d98-ac27-4923-ae8c-7663cee3f7f0 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-01-28T04:38:20.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.761Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "clamp", "timestamp": 1643344595840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.761Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.761Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "ves-openapi-manager", "timestamp": 1643344589944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.761Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.761Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "aai-ml", "timestamp": 1643344596761, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar", "status": "DEPLOY_ERROR" } 2022-01-28T04:38:20.761Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:38:20.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.761Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344596875, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:38:20.761Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:38:20.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.761Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "clamp", "timestamp": 1643344595840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.761Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.762Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "ves-openapi-manager", "timestamp": 1643344589944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.762Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.762Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "aai-ml", "timestamp": 1643344597765, "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-01-28T04:38:20.765Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 523c1d98-ac27-4923-ae8c-7663cee3f7f0 2022-01-28T04:38:20.765Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 523c1d98-ac27-4923-ae8c-7663cee3f7f0 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-01-28T04:38:20.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.771Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "clamp", "timestamp": 1643344595840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.771Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.771Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344598484, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:38:20.771Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:38:20.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.771Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "ves-openapi-manager", "timestamp": 1643344598677, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T04:38:20.771Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:38:20.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.771Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "clamp", "timestamp": 1643344595840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.771Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.771Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344599487, "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-01-28T04:38:20.775Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 523c1d98-ac27-4923-ae8c-7663cee3f7f0 2022-01-28T04:38:20.775Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 523c1d98-ac27-4923-ae8c-7663cee3f7f0 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-01-28T04:38:20.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "ves-openapi-manager", "timestamp": 1643344599699, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-01-28T04:38:20.782Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:38:20.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "clamp", "timestamp": 1643344595840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "ves-openapi-manager", "timestamp": 1643344600701, "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-01-28T04:38:20.787Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 523c1d98-ac27-4923-ae8c-7663cee3f7f0 2022-01-28T04:38:20.787Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 523c1d98-ac27-4923-ae8c-7663cee3f7f0 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-01-28T04:38:20.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "clamp", "timestamp": 1643344595840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "clamp", "timestamp": 1643344595840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.796Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "clamp", "timestamp": 1643344595840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:38:20.796Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "clamp", "timestamp": 1643344613309, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:38:20.797Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:38:20.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "clamp", "timestamp": 1643344615315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:38:20.797Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:38:20.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "clamp", "timestamp": 1643344616318, "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-01-28T04:38:20.802Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 523c1d98-ac27-4923-ae8c-7663cee3f7f0 2022-01-28T04:38:20.802Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 523c1d98-ac27-4923-ae8c-7663cee3f7f0 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-01-28T04:38:20.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344616805, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dae02d3ec-a51e-461f-9317-4bdc0d016f69 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a9c7b079-ab08-4964-8e16-967ffd44cca2/model-vers/model-ver/38e5d106-c358-4302-b4b0-0ab8c61d9cdc (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a9c7b079-ab08-4964-8e16-967ffd44cca2/model-vers/model-ver/38e5d106-c358-4302-b4b0-0ab8c61d9cdc) (ec\u003dERR.5.4.6114)" } 2022-01-28T04:38:20.810Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:38:20.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344617819, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344617819, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344617819, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344617819, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344617819, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344617819, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344617819, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:38:20.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344617819, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:38:20.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:38:20.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344631061, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:38:20.812Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:38:20.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:38:20.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344632744, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:38:20.812Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:38:43.788Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 523c1d98-ac27-4923-ae8c-7663cee3f7f0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:38:43.799Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 523c1d98-ac27-4923-ae8c-7663cee3f7f0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:38:43.801Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:38:43.801Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-28T04:38:43.802Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-28T04:38:43.802Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-28T04:38:43.802Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-28T04:38:43.802Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-01-28T04:38:43.802Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|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-01-28T04:38:43.806Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-28T04:39:13.807Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 523c1d98-ac27-4923-ae8c-7663cee3f7f0 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-01-28T04:39:13.812Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 523c1d98-ac27-4923-ae8c-7663cee3f7f0 and serviceModelVersionId: c027720b-50a5-4b92-ad0d-ee6c470de51c 2022-01-28T04:39:13.812Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9fad7097-4ce0-4ae9-99a8-be22d2ab8a04 2022-01-28T04:39:13.813Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c?depth=0 2022-01-28T04:39:13.820Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-01-28T04:39:13.843Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c?depth=0|INFO|500||Invoke 2022-01-28T04:39:13.843Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[523c1d98-ac27-4923-ae8c-7663cee3f7f0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fe9ad912-11c9-4695-a8ea-97b95432780a], X-ECOMP-RequestID=[523c1d98-ac27-4923-ae8c-7663cee3f7f0], X-TransactionId=[], X-ONAP-RequestID=[523c1d98-ac27-4923-ae8c-7663cee3f7f0], Content-Type=[application/merge-patch+json]} 2022-01-28T04:39:13.859Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-01-28T04:39:13.883Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c?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/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220128-04:39:13:868-35865], Content-Length=[495], Date=[Fri, 28 Jan 2022 04:39:13 GMT], Content-Type=[application/json]} 2022-01-28T04:39:13.883Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c?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/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c","ERR.5.4.6114"]}}} 2022-01-28T04:39:13.884Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c?depth=0|INFO|404|Not Found|InvokeReturn 2022-01-28T04:39:13.887Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=523c1d98-ac27-4923-ae8c-7663cee3f7f0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c) (ec=ERR.5.4.6114) 2022-01-28T04:39:13.887Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=523c1d98-ac27-4923-ae8c-7663cee3f7f0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c) (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-01-28T04:39:13.888Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=523c1d98-ac27-4923-ae8c-7663cee3f7f0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c) (ec=ERR.5.4.6114) 2022-01-28T04:39:13.888Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=523c1d98-ac27-4923-ae8c-7663cee3f7f0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c) (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-01-28T04:39:13.891Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|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-01-28T04:39:13.891Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 523c1d98-ac27-4923-ae8c-7663cee3f7f0 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=523c1d98-ac27-4923-ae8c-7663cee3f7f0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c) (ec=ERR.5.4.6114) 2022-01-28T04:39:13.891Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-01-28T04:39:13.892Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:39:13.894Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:39:13.894Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344753891, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d523c1d98-ac27-4923-ae8c-7663cee3f7f0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c) (ec\u003dERR.5.4.6114)" } 2022-01-28T04:39:13.994Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:39:13.995Z||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-01-28T04:39:13.995Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:39:14.013Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:39:14.014Z||pool-149-thread-1|||||INFO|500||cambria reply ok (20 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-01-28T04:39:14.906Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:39:14.907Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|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-01-28T04:39:14.907Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:39:19.634Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:39:19.635Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T04:39:19.635Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"9b7f5188-ae33-4790-832d-2757124b15f6","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"6083f873-094a-4ebf-855b-7bb02083dec1","serviceDescription":"service","serviceInvariantUUID":"55cc029f-3125-4d0a-b19d-cd18cbbc5eea","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f68c21e3-5ad0-40a8-9797-1e5349ee003c","resourceInvariantUUID":"bcdbe809-43e3-4761-9fdc-b1eea452472f","resourceCustomizationUUID":"b52694d4-2d51-444d-b9ca-7433b07da161","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":"YTcxZTlkMWM4OTgxN2Y1OTE0NmVmMmM4ZTgzMTU0NjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"64a520c3-4f30-41e6-a24c-3128c36e7b85","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":"8f8de03e-b8aa-4e94-ab63-f6a5f89623ba","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":"676d3b41-0788-43dc-abaa-e578290660b4","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":"MmI0ZGExOTBkNWM3ZjA2MWM2MjllYzgxZGU0MDNiMDA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2f2c532e-5e3c-4c7e-abbe-0b09a77a00a1","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":"53ec88a5-3ac2-4124-bede-31a418633469","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":"77757de5-8cc4-46d0-9ec6-e04afe3551b5","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":"d36832e5-89b7-4189-a6db-c16ad02eaa02","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":"ZWVhOTVkMGYwMDgwOTUxZmI5N2RiMjY5ZmI5ZTA2YWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"eba67a7a-b93d-4aec-9395-b419c345ea1c","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MzFiOWNlZTFiOTA1YTg2ZTRmMDY5YWM2MDBkNTNhZDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"176fbf64-574f-4240-a9e8-7a7ed2d2c764","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-28T04:39:19.637Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:39:19.638Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:39:19.640Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:39:19.640Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344754906, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:19.740Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:39:19.741Z||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-01-28T04:39:19.741Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:39:19.755Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:39:19.755Z||pool-150-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:39:20.641Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:39:20.642Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:39:20.644Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:39:20.645Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344754906, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:39:20.695Z||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-01-28T04:39:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:39:20.713Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:39:20.723Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.723Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "aai-ml", "timestamp": 1643344643887, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.724Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "policy-id", "timestamp": 1643344644690, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.724Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "aai-ml", "timestamp": 1643344643887, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.724Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "policy-id", "timestamp": 1643344644690, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.724Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "aai-ml", "timestamp": 1643344643887, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.724Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "cds", "timestamp": 1643344646207, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.724Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "policy-id", "timestamp": 1643344644690, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.724Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "aai-ml", "timestamp": 1643344643887, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.724Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "cds", "timestamp": 1643344646207, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "policy-id", "timestamp": 1643344644690, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "aai-ml", "timestamp": 1643344643887, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344648102, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "cds", "timestamp": 1643344646207, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "policy-id", "timestamp": 1643344644690, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "aai-ml", "timestamp": 1643344643887, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344648102, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "cds", "timestamp": 1643344646207, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "policy-id", "timestamp": 1643344644690, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "aai-ml", "timestamp": 1643344643887, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "ves-openapi-manager", "timestamp": 1643344649944, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344648102, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "cds", "timestamp": 1643344646207, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "policy-id", "timestamp": 1643344644690, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "aai-ml", "timestamp": 1643344643887, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "ves-openapi-manager", "timestamp": 1643344649944, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344648102, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "multicloud-k8s-id", "timestamp": 1643344651153, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "cds", "timestamp": 1643344646207, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "policy-id", "timestamp": 1643344644690, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "aai-ml", "timestamp": 1643344643887, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:39:20.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "ves-openapi-manager", "timestamp": 1643344649944, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344648102, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "multicloud-k8s-id", "timestamp": 1643344651153, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "cds", "timestamp": 1643344646207, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "policy-id", "timestamp": 1643344644690, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:39:20.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "ves-openapi-manager", "timestamp": 1643344649944, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344648102, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "multicloud-k8s-id", "timestamp": 1643344651153, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "cds", "timestamp": 1643344646207, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "aai-ml", "timestamp": 1643344654522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:39:20.729Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:39:20.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "ves-openapi-manager", "timestamp": 1643344649944, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "policy-id", "timestamp": 1643344654702, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:39:20.729Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:39:20.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344648102, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "multicloud-k8s-id", "timestamp": 1643344651153, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "cds", "timestamp": 1643344646207, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:39:20.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "ves-openapi-manager", "timestamp": 1643344649944, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "policy-id", "timestamp": 1643344655706, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:39:20.730Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:39:20.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344648102, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "multicloud-k8s-id", "timestamp": 1643344651153, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "cds", "timestamp": 1643344656091, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:39:20.730Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:39:20.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "clamp", "timestamp": 1643344655840, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "ves-openapi-manager", "timestamp": 1643344649944, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-01-28T04:39:20.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "policy-id", "timestamp": 1643344656708, "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-01-28T04:39:20.743Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9b7f5188-ae33-4790-832d-2757124b15f6 2022-01-28T04:39:20.743Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b7f5188-ae33-4790-832d-2757124b15f6 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=? 2022-01-28T04:39:20.744Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T04:39:20.745Z||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-01-28T04:39:20.745Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-28T04:39:20.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344648102, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:39:20.751Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "multicloud-k8s-id", "timestamp": 1643344651153, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.751Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "cds", "timestamp": 1643344657304, "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=? 2022-01-28T04:39:20.755Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9b7f5188-ae33-4790-832d-2757124b15f6 2022-01-28T04:39:20.755Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b7f5188-ae33-4790-832d-2757124b15f6 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=? 2022-01-28T04:39:20.758Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:39:20.758Z||pool-151-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-28T04:39:20.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "clamp", "timestamp": 1643344655840, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.765Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.765Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "ves-openapi-manager", "timestamp": 1643344649944, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.766Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "multicloud-k8s-id", "timestamp": 1643344651153, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.766Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344657811, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:39:20.767Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:39:20.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "aai-ml", "timestamp": 1643344657970, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_ERROR" } 2022-01-28T04:39:20.768Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:39:20.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.768Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "clamp", "timestamp": 1643344655840, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.768Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.768Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "ves-openapi-manager", "timestamp": 1643344649944, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.769Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "multicloud-k8s-id", "timestamp": 1643344651153, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.769Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "aai-ml", "timestamp": 1643344658974, "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-01-28T04:39:20.774Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 9b7f5188-ae33-4790-832d-2757124b15f6 2022-01-28T04:39:20.775Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b7f5188-ae33-4790-832d-2757124b15f6 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-01-28T04:39:20.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "clamp", "timestamp": 1643344655840, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344659594, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:39:20.784Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:39:20.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "ves-openapi-manager", "timestamp": 1643344659664, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T04:39:20.785Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:39:20.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "multicloud-k8s-id", "timestamp": 1643344651153, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:39:20.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "clamp", "timestamp": 1643344655840, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344660597, "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-01-28T04:39:20.792Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9b7f5188-ae33-4790-832d-2757124b15f6 2022-01-28T04:39:20.792Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b7f5188-ae33-4790-832d-2757124b15f6 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-01-28T04:39:20.801Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.801Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "ves-openapi-manager", "timestamp": 1643344660696, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-01-28T04:39:20.802Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:39:20.802Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.802Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "clamp", "timestamp": 1643344655840, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.802Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.802Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.802Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "ves-openapi-manager", "timestamp": 1643344661699, "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-01-28T04:39:20.807Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 9b7f5188-ae33-4790-832d-2757124b15f6 2022-01-28T04:39:20.807Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b7f5188-ae33-4790-832d-2757124b15f6 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-01-28T04:39:20.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "clamp", "timestamp": 1643344655840, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "clamp", "timestamp": 1643344655840, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "clamp", "timestamp": 1643344655840, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:39:20.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "clamp", "timestamp": 1643344671316, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:39:20.818Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:39:20.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "clamp", "timestamp": 1643344673323, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:39:20.818Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:39:20.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "clamp", "timestamp": 1643344674326, "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-01-28T04:39:20.823Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9b7f5188-ae33-4790-832d-2757124b15f6 2022-01-28T04:39:20.823Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b7f5188-ae33-4790-832d-2757124b15f6 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-01-28T04:39:20.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "multicloud-k8s-id", "timestamp": 1643344691153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "clamp", "timestamp": 1643344685840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "ves-openapi-manager", "timestamp": 1643344689944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "cds", "timestamp": 1643344691207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "policy-id", "timestamp": 1643344684690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "multicloud-k8s-id", "timestamp": 1643344691153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "clamp", "timestamp": 1643344685840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "ves-openapi-manager", "timestamp": 1643344689944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "cds", "timestamp": 1643344691207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "policy-id", "timestamp": 1643344684690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "multicloud-k8s-id", "timestamp": 1643344691153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "clamp", "timestamp": 1643344685840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "ves-openapi-manager", "timestamp": 1643344689944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "cds", "timestamp": 1643344691207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "policy-id", "timestamp": 1643344684690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "multicloud-k8s-id", "timestamp": 1643344691153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "clamp", "timestamp": 1643344685840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "ves-openapi-manager", "timestamp": 1643344689944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "cds", "timestamp": 1643344691207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "policy-id", "timestamp": 1643344684690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "multicloud-k8s-id", "timestamp": 1643344691153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "clamp", "timestamp": 1643344685840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "ves-openapi-manager", "timestamp": 1643344689944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "cds", "timestamp": 1643344691207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "policy-id", "timestamp": 1643344684690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "multicloud-k8s-id", "timestamp": 1643344691153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "clamp", "timestamp": 1643344685840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "ves-openapi-manager", "timestamp": 1643344689944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-01-28T04:39:20.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "cds", "timestamp": 1643344691207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "policy-id", "timestamp": 1643344684690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "multicloud-k8s-id", "timestamp": 1643344691153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "clamp", "timestamp": 1643344685840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "ves-openapi-manager", "timestamp": 1643344689944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "cds", "timestamp": 1643344691207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "policy-id", "timestamp": 1643344684690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "multicloud-k8s-id", "timestamp": 1643344691153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:39:20.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "ves-openapi-manager", "timestamp": 1643344689944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:20.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "clamp", "timestamp": 1643344685840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:39:20.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "cds", "timestamp": 1643344691207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:39:20.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:20.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:39:20.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "policy-id", "timestamp": 1643344684690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:39:20.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:39:21.645Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:39:21.646Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:39:21.647Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:39:21.647Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344754906, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:21.747Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:39:21.748Z||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-01-28T04:39:21.748Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:39:21.761Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:39:21.761Z||pool-152-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:39:22.647Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:39:22.648Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:39:22.650Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:39:22.650Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344754906, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:22.750Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:39:22.751Z||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-01-28T04:39:22.751Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:39:22.763Z||pool-153-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:39:22.763Z||pool-153-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:39:23.651Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:39:23.652Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:39:23.654Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:39:23.654Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344754906, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:23.754Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:39:23.755Z||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-01-28T04:39:23.755Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:39:23.768Z||pool-154-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:39:23.768Z||pool-154-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:39:24.655Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:39:24.656Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:39:24.658Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:39:24.658Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344754906, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:24.758Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:39:24.759Z||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-01-28T04:39:24.759Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:39:24.772Z||pool-155-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:39:24.773Z||pool-155-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:39:25.659Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:39:25.659Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:39:25.660Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:39:25.660Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344754906, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:25.761Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:39:25.761Z||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-01-28T04:39:25.762Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:39:25.775Z||pool-156-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:39:25.775Z||pool-156-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:39:26.661Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:39:26.662Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:39:26.665Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:39:26.673Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344754906, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:39:26.765Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2022-01-28T04:39:26.766Z||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-01-28T04:39:26.766Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:39:26.781Z||pool-157-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:39:26.781Z||pool-157-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:39:27.674Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:39:27.675Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:39:27.677Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:39:27.677Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344754906, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:39:27.777Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:39:27.778Z||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-01-28T04:39:27.778Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:39:27.792Z||pool-158-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:39:27.792Z||pool-158-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:39:28.678Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "6083f873-094a-4ebf-855b-7bb02083dec1", "serviceDescription": "service", "serviceInvariantUUID": "55cc029f-3125-4d0a-b19d-cd18cbbc5eea", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "b52694d4-2d51-444d-b9ca-7433b07da161", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "f68c21e3-5ad0-40a8-9797-1e5349ee003c", "resourceInvariantUUID": "bcdbe809-43e3-4761-9fdc-b1eea452472f", "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": "MzFiOWNlZTFiOTA1YTg2ZTRmMDY5YWM2MDBkNTNhZDg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "176fbf64-574f-4240-a9e8-7a7ed2d2c764" } ], "workloadContext": "Production" } 2022-01-28T04:39:28.678Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-28T04:39:28.679Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6083f873-094a-4ebf-855b-7bb02083dec1 ASDC 2022-01-28T04:39:28.679Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:9b7f5188-ae33-4790-832d-2757124b15f6 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:6083f873-094a-4ebf-855b-7bb02083dec1 ServiceInvariantUUID:55cc029f-3125-4d0a-b19d-cd18cbbc5eea 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:176fbf64-574f-4240-a9e8-7a7ed2d2c764 ArtifactChecksum:MzFiOWNlZTFiOTA1YTg2ZTRmMDY5YWM2MDBkNTNhZDg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:b52694d4-2d51-444d-b9ca-7433b07da161 ResourceInvariantUUID:bcdbe809-43e3-4761-9fdc-b1eea452472f ResourceName:test-pnf ResourceType:PNF ResourceUUID:f68c21e3-5ad0-40a8-9797-1e5349ee003c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-01-28T04:39:28.679Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6083f873-094a-4ebf-855b-7bb02083dec1 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-01-28T04:39:28.699Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T04:39:28.700Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:39:28.700Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:39:28.700Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 176fbf64-574f-4240-a9e8-7a7ed2d2c764 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-01-28T04:39:28.700Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T04:39:28.700Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-01-28T04:39:28.990Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T04:39:28.997Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 176fbf64-574f-4240-a9e8-7a7ed2d2c764 105632 2022-01-28T04:39:28.997Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-01-28T04:39:28.997Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-01-28T04:39:28.997Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T04:39:28.998Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:39:28.999Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:39:28.999Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344768997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:39:29.099Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T04:39:29.100Z||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-01-28T04:39:29.100Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:39:29.114Z||pool-159-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:39:29.115Z||pool-159-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:39:30.000Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T04:39:30.001Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:39:30.001Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 176fbf64-574f-4240-a9e8-7a7ed2d2c764, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-01-28T04:39:30.002Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-01-28T04:39:30.002Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-01-28T04:39:30.002Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-01-28T04:39:30.082Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18102821444280796092/Definitions/service-TestPnfMacro-template.yml 2022-01-28T04:39:30.665Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-28T04:39:30.666Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-01-28T04:39:30.666Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-01-28T04:39:30.666Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-01-28T04:39:30.666Z|9b7f5188-ae33-4790-832d-2757124b15f6|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-TestPnfMacro-csar.csar 2022-01-28T04:39:30.666Z|9b7f5188-ae33-4790-832d-2757124b15f6|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-TestPnfMacro-csar.csar 2022-01-28T04:39:30.666Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||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-01-28T04:39:30.666Z|9b7f5188-ae33-4790-832d-2757124b15f6|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-TestPnfMacro-csar.csar 2022-01-28T04:39:30.666Z|9b7f5188-ae33-4790-832d-2757124b15f6|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-TestPnfMacro-csar.csar 2022-01-28T04:39:30.666Z|9b7f5188-ae33-4790-832d-2757124b15f6|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-TestPnfMacro-csar.csar 2022-01-28T04:39:30.666Z|9b7f5188-ae33-4790-832d-2757124b15f6|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-TestPnfMacro-csar.csar 2022-01-28T04:39:30.666Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-01-28T04:39:30.666Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:39:30.666Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:39:30.667Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-01-28T04:39:30.667Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-01-28T04:39:30.667Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T04:39:30.667Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:39:30.667Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:39:30.667Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-01-28T04:39:30.667Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-01-28T04:39:30.667Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T04:39:30.667Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:39:30.667Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:39:30.667Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:39:30.667Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:39:30.667Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:39:30.668Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:39:30.668Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:39:30.668Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:39:30.668Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:39:30.668Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:39:30.668Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:6083f873-094a-4ebf-855b-7bb02083dec1 Model Version:NULL Model InvariantUuid:55cc029f-3125-4d0a-b19d-cd18cbbc5eea 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-01-28T04:39:30.673Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: f68c21e3-5ad0-40a8-9797-1e5349ee003c 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-01-28T04:39:30.675Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||test-pnf 0 2022-01-28T04:39:30.675Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f68c21e3-5ad0-40a8-9797-1e5349ee003c 2022-01-28T04:39:30.676Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 6083f873-094a-4ebf-855b-7bb02083dec1 2022-01-28T04:39:30.676Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 6083f873-094a-4ebf-855b-7bb02083dec1 2022-01-28T04:39:30.676Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 f68c21e3-5ad0-40a8-9797-1e5349ee003c 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-01-28T04:39:30.679Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3770d246, org.onap.sdc.toscaparser.api.parameters.Input@4d2312f, org.onap.sdc.toscaparser.api.parameters.Input@42cc20a3, org.onap.sdc.toscaparser.api.parameters.Input@66baecc5, org.onap.sdc.toscaparser.api.parameters.Input@5769f0b6] 2022-01-28T04:39:30.680Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:39:30.680Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:39:30.680Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 6083f873-094a-4ebf-855b-7bb02083dec1: test-pnf 2022-01-28T04:39:30.680Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||Processing PNF resource: f68c21e3-5ad0-40a8-9797-1e5349ee003c 2022-01-28T04:39:30.680Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:39:30.680Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:39:30.681Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||Resource customization UUID: b52694d4-2d51-444d-b9ca-7433b07da161 is the same as notified resource customizationUUID: b52694d4-2d51-444d-b9ca-7433b07da161 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-01-28T04:39:30.707Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf f68c21e3-5ad0-40a8-9797-1e5349ee003c 0 ASDC deployResourceStructure 2022-01-28T04:39:30.707Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-01-28T04:39:30.707Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-01-28T04:39:30.707Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T04:39:30.708Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:39:30.710Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:39:30.711Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344770707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:39:30.811Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T04:39:30.811Z||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-01-28T04:39:30.811Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:39:30.826Z||pool-160-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:39:30.827Z||pool-160-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:39:31.711Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b7f5188-ae33-4790-832d-2757124b15f6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:39:31.723Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b7f5188-ae33-4790-832d-2757124b15f6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:39:31.726Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:39:31.726Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-28T04:39:31.726Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-28T04:39:31.726Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-28T04:39:31.726Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-28T04:39:31.726Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-01-28T04:39:31.726Z|9b7f5188-ae33-4790-832d-2757124b15f6|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-01-28T04:39:31.732Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-28T04:40:01.732Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9b7f5188-ae33-4790-832d-2757124b15f6 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-01-28T04:40:01.736Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9b7f5188-ae33-4790-832d-2757124b15f6 and serviceModelVersionId: 6083f873-094a-4ebf-855b-7bb02083dec1 2022-01-28T04:40:01.736Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 55cc029f-3125-4d0a-b19d-cd18cbbc5eea 2022-01-28T04:40:01.737Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1?depth=0 2022-01-28T04:40:01.741Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-01-28T04:40:01.761Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1?depth=0|INFO|500||Invoke 2022-01-28T04:40:01.762Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9b7f5188-ae33-4790-832d-2757124b15f6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a77d89b9-fe37-433d-bee7-418d67b92842], X-ECOMP-RequestID=[9b7f5188-ae33-4790-832d-2757124b15f6], X-TransactionId=[], X-ONAP-RequestID=[9b7f5188-ae33-4790-832d-2757124b15f6], Content-Type=[application/merge-patch+json]} 2022-01-28T04:40:01.783Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-01-28T04:40:01.807Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1?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/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220128-04:40:01:790-99571], Content-Length=[495], Date=[Fri, 28 Jan 2022 04:40:01 GMT], Content-Type=[application/json]} 2022-01-28T04:40:01.808Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1?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/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1","ERR.5.4.6114"]}}} 2022-01-28T04:40:01.809Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1?depth=0|INFO|404|Not Found|InvokeReturn 2022-01-28T04:40:01.814Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=9b7f5188-ae33-4790-832d-2757124b15f6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1) (ec=ERR.5.4.6114) 2022-01-28T04:40:01.814Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=9b7f5188-ae33-4790-832d-2757124b15f6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1) (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-01-28T04:40:01.814Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=9b7f5188-ae33-4790-832d-2757124b15f6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1) (ec=ERR.5.4.6114) 2022-01-28T04:40:01.814Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=9b7f5188-ae33-4790-832d-2757124b15f6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1) (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-01-28T04:40:01.819Z|9b7f5188-ae33-4790-832d-2757124b15f6|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-01-28T04:40:01.819Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9b7f5188-ae33-4790-832d-2757124b15f6 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=9b7f5188-ae33-4790-832d-2757124b15f6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1) (ec=ERR.5.4.6114) 2022-01-28T04:40:01.820Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-01-28T04:40:01.820Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:40:01.821Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:40:01.822Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344801820, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d9b7f5188-ae33-4790-832d-2757124b15f6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1) (ec\u003dERR.5.4.6114)" } 2022-01-28T04:40:01.922Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:40:01.923Z||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-01-28T04:40:01.923Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:40:01.941Z||pool-161-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:40:01.942Z||pool-161-thread-1|||||INFO|500||cambria reply ok (20 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-01-28T04:40:02.833Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T04:40:02.834Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"45a4d031-c6d3-440f-a983-c0524eb33abd","serviceName":"Demo_pNF_PFfnAQJQ2iHWBtv4dlsf","serviceVersion":"1.0","serviceUUID":"ec555a1a-eef2-4e08-a9df-48f10fb07340","serviceDescription":"catalog service description","serviceInvariantUUID":"46f2c791-5971-48eb-9ab7-c2ecf66c5639","resources":[{"resourceInstanceName":"pNF 5ebebd38-2b9d 0","resourceName":"pNF 5ebebd38-2b9d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4485bba0-9362-45c3-a3bf-a0611e2ff21f","resourceInvariantUUID":"b3796f78-701f-472b-9104-798050961a4b","resourceCustomizationUUID":"29d83362-8ceb-48c5-8353-7019b7630ad5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/vf-license-model.xml","artifactChecksum":"Zjc5ODU4ODE3YzEwMWQ4NGJlM2ZiOTAzMGQzNjgyYzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"981a8244-561c-4090-9e59-62e7c31c7cd7","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/pNF.csar","artifactChecksum":"ZjBmZTk0NzU2ZjZmZGU1NTliOTg5OGQzNzQ2ZDA4YTA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"691639ec-3cdc-4216-acca-2d61090aaeba","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"27c114c2-c368-40a4-845a-4e6fe84fa177","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/vendor-license-model.xml","artifactChecksum":"OGRhYWYwYWZlY2VkMGUyMWFjMDc1NDdmNDc3NzM1ZjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7f765022-9b5a-4416-ba79-79fc11a68f1a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adf52700-6ce1-40b4-877f-21e7ece19e84","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1297f790-f4c5-4b3c-a72b-badade6cc2a9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPffnaqjq2ihwbtv4dlsf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-template.yml","artifactChecksum":"ZTA4MDQxZjczZTE5MmM2YTlmMDMwMGE1OTVhZTYxYmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fce79e15-ec9f-498c-9d3b-172023d0639b","artifactVersion":"1"},{"artifactName":"service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar","artifactChecksum":"YmFlNGM4ZmZlNmQ3MjRiZTViZWNlNjA3M2E5ZWQwZjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"96f1a67c-f841-4e8b-b311-2f6510e83b17","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-28T04:40:02.834Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:40:02.835Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:40:02.837Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:40:02.837Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344754906, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:40:02.937Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T04:40:02.938Z||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-01-28T04:40:02.938Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:40:02.952Z||pool-162-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:40:02.953Z||pool-162-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:40:03.838Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:40:03.839Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:40:03.842Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:40:03.842Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344754906, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:40:03.942Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:40:03.942Z||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-01-28T04:40:03.942Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:40:03.957Z||pool-163-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:40:03.957Z||pool-163-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:40:04.843Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:40:04.844Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:40:04.846Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:40:04.846Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344754906, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:40:04.946Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:40:04.946Z||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-01-28T04:40:04.947Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:40:04.959Z||pool-164-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:40:04.960Z||pool-164-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-01-28T04:40:05.847Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:40:05.847Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:40:05.849Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:40:05.849Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344754906, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:40:05.949Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:40:05.950Z||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-01-28T04:40:05.950Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:40:05.963Z||pool-165-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:40:05.963Z||pool-165-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:40:06.850Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:40:06.851Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:40:06.852Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:40:06.853Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344754906, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:40:06.952Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T04:40:06.953Z||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-01-28T04:40:06.953Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:40:06.967Z||pool-166-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:40:06.968Z||pool-166-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:40:07.853Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:40:07.854Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:40:07.855Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:40:07.855Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344754906, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:40:07.956Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T04:40:07.957Z||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-01-28T04:40:07.957Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:40:07.972Z||pool-167-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:40:07.972Z||pool-167-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-01-28T04:40:08.856Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:40:08.857Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:40:08.859Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:40:08.859Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344754906, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:40:08.959Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:40:08.960Z||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-01-28T04:40:08.960Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:40:08.973Z||pool-168-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:40:08.973Z||pool-168-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:40:09.859Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:40:09.860Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:40:09.862Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:40:09.862Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344754906, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:40:09.962Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:40:09.963Z||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-01-28T04:40:09.963Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:40:09.976Z||pool-169-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:40:09.977Z||pool-169-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:40:10.864Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "serviceName": "Demo_pNF_PFfnAQJQ2iHWBtv4dlsf", "serviceVersion": "1.0", "serviceUUID": "ec555a1a-eef2-4e08-a9df-48f10fb07340", "serviceDescription": "catalog service description", "serviceInvariantUUID": "46f2c791-5971-48eb-9ab7-c2ecf66c5639", "resources": [ { "resourceInstanceName": "pNF 5ebebd38-2b9d 0", "resourceCustomizationUUID": "29d83362-8ceb-48c5-8353-7019b7630ad5", "resourceName": "pNF 5ebebd38-2b9d", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4485bba0-9362-45c3-a3bf-a0611e2ff21f", "resourceInvariantUUID": "b3796f78-701f-472b-9104-798050961a4b", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar", "artifactChecksum": "YmFlNGM4ZmZlNmQ3MjRiZTViZWNlNjA3M2E5ZWQwZjY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "96f1a67c-f841-4e8b-b311-2f6510e83b17" } ], "workloadContext": "Production" } 2022-01-28T04:40:10.864Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-28T04:40:10.865Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ec555a1a-eef2-4e08-a9df-48f10fb07340 ASDC 2022-01-28T04:40:10.865Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:45a4d031-c6d3-440f-a983-c0524eb33abd ServiceName:Demo_pNF_PFfnAQJQ2iHWBtv4dlsf ServiceVersion:1.0 ServiceUUID:ec555a1a-eef2-4e08-a9df-48f10fb07340 ServiceInvariantUUID:46f2c791-5971-48eb-9ab7-c2ecf66c5639 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar ArtifactUUID:96f1a67c-f841-4e8b-b311-2f6510e83b17 ArtifactChecksum:YmFlNGM4ZmZlNmQ3MjRiZTViZWNlNjA3M2E5ZWQwZjY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 5ebebd38-2b9d 0 ResourceCustomizationUUID:29d83362-8ceb-48c5-8353-7019b7630ad5 ResourceInvariantUUID:b3796f78-701f-472b-9104-798050961a4b ResourceName:pNF 5ebebd38-2b9d ResourceType:PNF ResourceUUID:4485bba0-9362-45c3-a3bf-a0611e2ff21f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-01-28T04:40:10.865Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ec555a1a-eef2-4e08-a9df-48f10fb07340 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-01-28T04:40:10.890Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T04:40:10.891Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:40:10.891Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:40:10.891Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 96f1a67c-f841-4e8b-b311-2f6510e83b17 from URL: /sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar 2022-01-28T04:40:10.891Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T04:40:10.892Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar 2022-01-28T04:40:10.948Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T04:40:10.951Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar 96f1a67c-f841-4e8b-b311-2f6510e83b17 82616 2022-01-28T04:40:10.951Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar ASDC sendASDCNotification 2022-01-28T04:40:10.951Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar 2022-01-28T04:40:10.951Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T04:40:10.951Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:40:10.952Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:40:10.952Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344810951, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:40:11.053Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T04:40:11.053Z||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-01-28T04:40:11.054Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:40:11.067Z||pool-170-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:40:11.067Z||pool-170-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:40:11.952Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T04:40:11.953Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:40:11.953Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 96f1a67c-f841-4e8b-b311-2f6510e83b17, URL: /sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar to file: /app/ASDC/1/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar 2022-01-28T04:40:11.954Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar 2022-01-28T04:40:11.954Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar 2022-01-28T04:40:11.954Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar 2022-01-28T04:40:12.033Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1139016298965605170/Definitions/service-DemoPnfPffnaqjq2ihwbtv4dlsf-template.yml 2022-01-28T04:40:12.553Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-28T04:40:12.553Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-01-28T04:40:12.553Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar 2022-01-28T04:40:12.553Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-01-28T04:40:12.553Z|45a4d031-c6d3-440f-a983-c0524eb33abd|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-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar 2022-01-28T04:40:12.553Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5ebebd38-2b9d 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-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar 2022-01-28T04:40:12.553Z|45a4d031-c6d3-440f-a983-c0524eb33abd|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-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar 2022-01-28T04:40:12.554Z|45a4d031-c6d3-440f-a983-c0524eb33abd|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-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar 2022-01-28T04:40:12.554Z|45a4d031-c6d3-440f-a983-c0524eb33abd|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-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar 2022-01-28T04:40:12.554Z|45a4d031-c6d3-440f-a983-c0524eb33abd|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-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar 2022-01-28T04:40:12.554Z|45a4d031-c6d3-440f-a983-c0524eb33abd|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-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar 2022-01-28T04:40:12.554Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-01-28T04:40:12.554Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:40:12.554Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_PFfnAQJQ2iHWBtv4dlsf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:40:12.554Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Node template pNF 5ebebd38-2b9d 0 is matching search criteria 2022-01-28T04:40:12.554Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-01-28T04:40:12.554Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 5ebebd38-2b9d 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T04:40:12.554Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:40:12.554Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_PFfnAQJQ2iHWBtv4dlsf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:40:12.554Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Node template pNF 5ebebd38-2b9d 0 is matching search criteria 2022-01-28T04:40:12.555Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-01-28T04:40:12.555Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 5ebebd38-2b9d 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T04:40:12.555Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:40:12.555Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_PFfnAQJQ2iHWBtv4dlsf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:40:12.555Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:40:12.555Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_PFfnAQJQ2iHWBtv4dlsf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:40:12.555Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:40:12.555Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_PFfnAQJQ2iHWBtv4dlsf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:40:12.555Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:40:12.555Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_PFfnAQJQ2iHWBtv4dlsf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:40:12.555Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:40:12.555Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_PFfnAQJQ2iHWBtv4dlsf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:40:12.555Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_PFfnAQJQ2iHWBtv4dlsf Description:catalog service description Model UUID:ec555a1a-eef2-4e08-a9df-48f10fb07340 Model Version:NULL Model InvariantUuid:46f2c791-5971-48eb-9ab7-c2ecf66c5639 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-01-28T04:40:12.562Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4485bba0-9362-45c3-a3bf-a0611e2ff21f 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-01-28T04:40:12.564Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||pNF 5ebebd38-2b9d 0 2022-01-28T04:40:12.565Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4485bba0-9362-45c3-a3bf-a0611e2ff21f 2022-01-28T04:40:12.565Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||No resources found for Service: ec555a1a-eef2-4e08-a9df-48f10fb07340 2022-01-28T04:40:12.565Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: ec555a1a-eef2-4e08-a9df-48f10fb07340 2022-01-28T04:40:12.565Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 5ebebd38-2b9d 0 4485bba0-9362-45c3-a3bf-a0611e2ff21f 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-01-28T04:40:12.568Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5f7166d5, org.onap.sdc.toscaparser.api.parameters.Input@34615bce, org.onap.sdc.toscaparser.api.parameters.Input@7af38409, org.onap.sdc.toscaparser.api.parameters.Input@6d9712a9, org.onap.sdc.toscaparser.api.parameters.Input@39848600] 2022-01-28T04:40:12.568Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:40:12.569Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_PFfnAQJQ2iHWBtv4dlsf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:40:12.569Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid ec555a1a-eef2-4e08-a9df-48f10fb07340: pNF 5ebebd38-2b9d 2022-01-28T04:40:12.569Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||Processing PNF resource: 4485bba0-9362-45c3-a3bf-a0611e2ff21f 2022-01-28T04:40:12.569Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:40:12.569Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_PFfnAQJQ2iHWBtv4dlsf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:40:12.569Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||Resource customization UUID: 29d83362-8ceb-48c5-8353-7019b7630ad5 is the same as notified resource customizationUUID: 29d83362-8ceb-48c5-8353-7019b7630ad5 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-01-28T04:40:12.591Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 5ebebd38-2b9d 4485bba0-9362-45c3-a3bf-a0611e2ff21f 0 ASDC deployResourceStructure 2022-01-28T04:40:12.592Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar ASDC sendASDCNotification 2022-01-28T04:40:12.592Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar 2022-01-28T04:40:12.592Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T04:40:12.592Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:40:12.594Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:40:12.594Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344812592, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:40:12.694Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:40:12.695Z||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-01-28T04:40:12.695Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:40:12.708Z||pool-171-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:40:12.709Z||pool-171-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:40:13.595Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45a4d031-c6d3-440f-a983-c0524eb33abd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:40:13.605Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45a4d031-c6d3-440f-a983-c0524eb33abd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:40:13.607Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:40:13.607Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T04:40:13.608Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T04:40:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:40:20.696Z||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-01-28T04:40:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:40:20.717Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:40:20.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:40:20.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "ves-openapi-manager", "timestamp": 1643344701554, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T04:40:20.720Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:40:20.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:40:20.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "cds", "timestamp": 1643344701568, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:40:20.721Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:40:20.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:40:20.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "policy-id", "timestamp": 1643344701562, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:40:20.722Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:40:20.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:40:20.722Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "ves-openapi-manager", "timestamp": 1643344702569, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-01-28T04:40:20.722Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:40:20.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:40:20.722Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "cds", "timestamp": 1643344702573, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-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-01-28T04:40:20.728Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 45a4d031-c6d3-440f-a983-c0524eb33abd 2022-01-28T04:40:20.729Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45a4d031-c6d3-440f-a983-c0524eb33abd 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-01-28T04:40:20.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:40:20.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "policy-id", "timestamp": 1643344702570, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:40:20.735Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:40:20.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:40:20.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "ves-openapi-manager", "timestamp": 1643344703572, "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-01-28T04:40:20.738Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 45a4d031-c6d3-440f-a983-c0524eb33abd 2022-01-28T04:40:20.738Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45a4d031-c6d3-440f-a983-c0524eb33abd 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-01-28T04:40:20.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:40:20.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "policy-id", "timestamp": 1643344703572, "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-01-28T04:40:20.751Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 45a4d031-c6d3-440f-a983-c0524eb33abd 2022-01-28T04:40:20.751Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45a4d031-c6d3-440f-a983-c0524eb33abd 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-01-28T04:40:20.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:40:20.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "aai-ml", "timestamp": 1643344703887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:40:20.759Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:40:20.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:40:20.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "aai-ml", "timestamp": 1643344703887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:40:20.759Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:40:20.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:40:20.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "aai-ml", "timestamp": 1643344703887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:40:20.760Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:40:20.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:40:20.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "aai-ml", "timestamp": 1643344703887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:40:20.760Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:40:20.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:40:20.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "aai-ml", "timestamp": 1643344703887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:40:20.760Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:40:20.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:40:20.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344708103, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:40:20.760Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:40:20.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:40:20.761Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "aai-ml", "timestamp": 1643344703887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:40:20.761Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:40:20.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:40:20.761Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344708103, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:40:20.761Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:40:20.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:40:20.761Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "aai-ml", "timestamp": 1643344703887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:40:20.761Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:40:20.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:40:20.762Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344708103, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:40:20.762Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:40:20.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:40:20.762Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "clamp", "timestamp": 1643344711324, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:40:20.762Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:40:20.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:40:20.762Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "aai-ml", "timestamp": 1643344703887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:40:20.762Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:40:20.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:40:20.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344708103, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:40:20.763Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:40:20.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:40:20.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344708103, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:40:20.763Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:40:20.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:40:20.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "aai-ml", "timestamp": 1643344712900, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:40:20.763Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:40:20.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:40:20.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "clamp", "timestamp": 1643344713328, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:40:20.763Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:40:20.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:40:20.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344708103, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:40:20.764Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:40:20.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:40:20.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "clamp", "timestamp": 1643344714331, "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-01-28T04:40:20.768Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 45a4d031-c6d3-440f-a983-c0524eb33abd 2022-01-28T04:40:20.769Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45a4d031-c6d3-440f-a983-c0524eb33abd 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-01-28T04:40:20.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:40:20.775Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344708103, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:40:20.775Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:40:20.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:40:20.775Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344708103, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:40:20.776Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:40:20.776Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:40:20.776Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "aai-ml", "timestamp": 1643344716537, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar", "status": "DEPLOY_ERROR" } 2022-01-28T04:40:20.776Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:40:20.776Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:40:20.776Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344716869, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:40:20.776Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:40:20.776Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:40:20.776Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "aai-ml", "timestamp": 1643344717540, "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-01-28T04:40:20.779Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 45a4d031-c6d3-440f-a983-c0524eb33abd 2022-01-28T04:40:20.780Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45a4d031-c6d3-440f-a983-c0524eb33abd 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-01-28T04:40:20.788Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:40:20.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344718709, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:40:20.788Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:40:20.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:40:20.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344719712, "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-01-28T04:40:20.794Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 45a4d031-c6d3-440f-a983-c0524eb33abd 2022-01-28T04:40:20.794Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45a4d031-c6d3-440f-a983-c0524eb33abd 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-01-28T04:40:20.801Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:40:20.801Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344753891, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d523c1d98-ac27-4923-ae8c-7663cee3f7f0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c) (ec\u003dERR.5.4.6114)" } 2022-01-28T04:40:20.802Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:40:20.802Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:40:20.802Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344754906, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:40:20.802Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:40:43.608Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45a4d031-c6d3-440f-a983-c0524eb33abd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:40:43.619Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45a4d031-c6d3-440f-a983-c0524eb33abd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:40:43.621Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:40:43.621Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-28T04:40:43.621Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-28T04:40:43.621Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-28T04:40:43.621Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-28T04:40:43.621Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-01-28T04:40:43.621Z|45a4d031-c6d3-440f-a983-c0524eb33abd|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-01-28T04:40:43.625Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-28T04:41:13.625Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 45a4d031-c6d3-440f-a983-c0524eb33abd 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-01-28T04:41:13.630Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 45a4d031-c6d3-440f-a983-c0524eb33abd and serviceModelVersionId: ec555a1a-eef2-4e08-a9df-48f10fb07340 2022-01-28T04:41:13.631Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 46f2c791-5971-48eb-9ab7-c2ecf66c5639 2022-01-28T04:41:13.632Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/46f2c791-5971-48eb-9ab7-c2ecf66c5639/model-vers/model-ver/ec555a1a-eef2-4e08-a9df-48f10fb07340?depth=0 2022-01-28T04:41:13.638Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-01-28T04:41:13.656Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46f2c791-5971-48eb-9ab7-c2ecf66c5639/model-vers/model-ver/ec555a1a-eef2-4e08-a9df-48f10fb07340?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-01-28T04:41:13.657Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46f2c791-5971-48eb-9ab7-c2ecf66c5639/model-vers/model-ver/ec555a1a-eef2-4e08-a9df-48f10fb07340?depth=0|INFO|500||Invoke 2022-01-28T04:41:13.670Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46f2c791-5971-48eb-9ab7-c2ecf66c5639/model-vers/model-ver/ec555a1a-eef2-4e08-a9df-48f10fb07340?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-01-28T04:41:13.735Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46f2c791-5971-48eb-9ab7-c2ecf66c5639/model-vers/model-ver/ec555a1a-eef2-4e08-a9df-48f10fb07340?depth=0|INFO|404|Not Found|InvokeReturn 2022-01-28T04:41:13.736Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46f2c791-5971-48eb-9ab7-c2ecf66c5639/model-vers/model-ver/ec555a1a-eef2-4e08-a9df-48f10fb07340?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220128-04:41:13:676-38306], Content-Length=[495], Date=[Fri, 28 Jan 2022 04:41:13 GMT], Content-Type=[application/json]} 2022-01-28T04:41:13.736Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||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/46f2c791-5971-48eb-9ab7-c2ecf66c5639/model-vers/model-ver/ec555a1a-eef2-4e08-a9df-48f10fb07340","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/46f2c791-5971-48eb-9ab7-c2ecf66c5639/model-vers/model-ver/ec555a1a-eef2-4e08-a9df-48f10fb07340","ERR.5.4.6114"]}}} 2022-01-28T04:41:13.740Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=45a4d031-c6d3-440f-a983-c0524eb33abd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/46f2c791-5971-48eb-9ab7-c2ecf66c5639/model-vers/model-ver/ec555a1a-eef2-4e08-a9df-48f10fb07340 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/46f2c791-5971-48eb-9ab7-c2ecf66c5639/model-vers/model-ver/ec555a1a-eef2-4e08-a9df-48f10fb07340) (ec=ERR.5.4.6114) 2022-01-28T04:41:13.741Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=45a4d031-c6d3-440f-a983-c0524eb33abd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/46f2c791-5971-48eb-9ab7-c2ecf66c5639/model-vers/model-ver/ec555a1a-eef2-4e08-a9df-48f10fb07340 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/46f2c791-5971-48eb-9ab7-c2ecf66c5639/model-vers/model-ver/ec555a1a-eef2-4e08-a9df-48f10fb07340) (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-01-28T04:41:13.741Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=45a4d031-c6d3-440f-a983-c0524eb33abd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/46f2c791-5971-48eb-9ab7-c2ecf66c5639/model-vers/model-ver/ec555a1a-eef2-4e08-a9df-48f10fb07340 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/46f2c791-5971-48eb-9ab7-c2ecf66c5639/model-vers/model-ver/ec555a1a-eef2-4e08-a9df-48f10fb07340) (ec=ERR.5.4.6114) 2022-01-28T04:41:13.741Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=45a4d031-c6d3-440f-a983-c0524eb33abd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/46f2c791-5971-48eb-9ab7-c2ecf66c5639/model-vers/model-ver/ec555a1a-eef2-4e08-a9df-48f10fb07340 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/46f2c791-5971-48eb-9ab7-c2ecf66c5639/model-vers/model-ver/ec555a1a-eef2-4e08-a9df-48f10fb07340) (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-01-28T04:41:13.745Z|45a4d031-c6d3-440f-a983-c0524eb33abd|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-01-28T04:41:13.745Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 45a4d031-c6d3-440f-a983-c0524eb33abd and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=45a4d031-c6d3-440f-a983-c0524eb33abd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/46f2c791-5971-48eb-9ab7-c2ecf66c5639/model-vers/model-ver/ec555a1a-eef2-4e08-a9df-48f10fb07340 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/46f2c791-5971-48eb-9ab7-c2ecf66c5639/model-vers/model-ver/ec555a1a-eef2-4e08-a9df-48f10fb07340) (ec=ERR.5.4.6114) 2022-01-28T04:41:13.745Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-01-28T04:41:13.745Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:41:13.746Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:41:13.746Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344873745, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d45a4d031-c6d3-440f-a983-c0524eb33abd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/46f2c791-5971-48eb-9ab7-c2ecf66c5639/model-vers/model-ver/ec555a1a-eef2-4e08-a9df-48f10fb07340 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/46f2c791-5971-48eb-9ab7-c2ecf66c5639/model-vers/model-ver/ec555a1a-eef2-4e08-a9df-48f10fb07340) (ec\u003dERR.5.4.6114)" } 2022-01-28T04:41:13.847Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T04:41:13.848Z||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-01-28T04:41:13.848Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:41:13.864Z||pool-172-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:41:13.865Z||pool-172-thread-1|||||INFO|500||cambria reply ok (18 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-01-28T04:41:14.759Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:41:14.760Z|45a4d031-c6d3-440f-a983-c0524eb33abd|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-01-28T04:41:14.760Z|45a4d031-c6d3-440f-a983-c0524eb33abd|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:41:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:41:20.696Z||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-01-28T04:41:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:41:20.714Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:41:20.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T04:41:20.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344754906, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:41:20.715Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T04:41:24.298Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:41:24.298Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:41:24.299Z|45a4d031-c6d3-440f-a983-c0524eb33abd|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-01-28T04:41:24.299Z|45a4d031-c6d3-440f-a983-c0524eb33abd|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:41:33.837Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:41:33.837Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:41:33.838Z|45a4d031-c6d3-440f-a983-c0524eb33abd|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-01-28T04:41:33.838Z|45a4d031-c6d3-440f-a983-c0524eb33abd|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:41:43.378Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:41:43.379Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:41:43.380Z|45a4d031-c6d3-440f-a983-c0524eb33abd|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-01-28T04:41:43.380Z|45a4d031-c6d3-440f-a983-c0524eb33abd|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:41:52.916Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:41:52.917Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:41:52.917Z|45a4d031-c6d3-440f-a983-c0524eb33abd|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-01-28T04:41:52.917Z|45a4d031-c6d3-440f-a983-c0524eb33abd|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:42:02.453Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:42:02.453Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:42:02.453Z|45a4d031-c6d3-440f-a983-c0524eb33abd|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-01-28T04:42:02.454Z|45a4d031-c6d3-440f-a983-c0524eb33abd|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:42:11.992Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:42:11.993Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:42:11.993Z|45a4d031-c6d3-440f-a983-c0524eb33abd|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-01-28T04:42:11.993Z|45a4d031-c6d3-440f-a983-c0524eb33abd|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:42:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:42:20.695Z||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-01-28T04:42:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:42:20.721Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:42:20.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:42:20.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344754906, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:42:20.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:42:20.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:42:20.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344754906, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-01-28T04:42:20.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:42:20.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:42:20.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344754906, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:42:20.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:42:20.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:42:20.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344754906, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:42:20.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:42:20.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:42:20.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344754906, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:42:20.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:42:20.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:42:20.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344754906, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:42:20.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:42:20.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:42:20.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344754906, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:42:20.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:42:20.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:42:20.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344768997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:42:20.724Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:42:20.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:42:20.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344770707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:42:20.724Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:42:20.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:42:20.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344801820, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d9b7f5188-ae33-4790-832d-2757124b15f6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1) (ec\u003dERR.5.4.6114)" } 2022-01-28T04:42:20.724Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:42:20.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:42:20.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344754906, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:42:20.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:42:20.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:42:20.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344754906, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:42:20.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:42:20.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:42:20.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344754906, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:42:20.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:42:20.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:42:20.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344754906, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:42:20.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:42:20.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:42:20.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344754906, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:42:20.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:42:20.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:42:20.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344754906, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:42:20.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:42:20.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:42:20.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344754906, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:42:20.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:42:20.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:42:20.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344754906, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:42:20.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:42:20.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:42:20.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344810951, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:42:20.726Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:42:20.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:42:20.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344812592, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:42:20.726Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:42:21.530Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:42:21.531Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:42:21.532Z|45a4d031-c6d3-440f-a983-c0524eb33abd|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-01-28T04:42:21.532Z|45a4d031-c6d3-440f-a983-c0524eb33abd|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:42:31.168Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:42:31.169Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T04:42:31.169Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"42990f1c-2848-45dd-b9b0-e48c185d59a6","serviceName":"vFW 2022-01-28 04-41-09","serviceVersion":"1.0","serviceUUID":"61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0","serviceDescription":"catalog service description","serviceInvariantUUID":"f33ab43d-37bb-4be5-9b9e-825ffd1f8567","resources":[{"resourceInstanceName":"vFW 7f96eaac-48b9 0","resourceName":"vFW 7f96eaac-48b9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"577bee1f-c00b-429e-89d8-83de99d091c9","resourceInvariantUUID":"dc57a8ae-d4b0-4d62-8715-90e324dd8909","resourceCustomizationUUID":"3d6e83fe-3aad-4466-8b5b-5e0d8862147b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vf-license-model.xml","artifactChecksum":"MTlhYzQwYTQ0NTUyMjliNGYyNmU2ZGE4OGY3ZjJkNGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ffd1ce57-b327-4e88-88cd-36c5f37a9548","artifactVersion":"1"},{"artifactName":"vfw7f96eaac48b90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json","artifactChecksum":"ZGNkOTZlZjY1ZTk2Njc3MjBmMWNlMjU0M2MyY2UzMGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"240c251e-6c6f-423c-9f1a-5fc1dbd54f51","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bf1ca0c9-3058-4d7f-9649-acfe3d8ecc50","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vendor-license-model.xml","artifactChecksum":"MDA2MDIwMjE5YzM2YWY1NzA1ZTQ4Y2M4ZWExOTFjNmY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"56fcfe7e-f455-4e2f-bf45-528100aa7cfa","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ca7a6e83-e394-4dc1-b662-9d68d992af1f","artifactVersion":"2","generatedFromUUID":"bf1ca0c9-3058-4d7f-9649-acfe3d8ecc50"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220128044109-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-template.yml","artifactChecksum":"Y2Y1MzVlNDBmZDcwNWJmNmE5ZmE1NjExODIwMzE4YTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d3482fd9-1c3e-443f-be15-45dbf13b4926","artifactVersion":"1"},{"artifactName":"service-Vfw20220128044109-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar","artifactChecksum":"ZWI1MTJjM2YxZGJmMmM5ODFhOTQ4MTgwN2MxZTRkZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8aa11afe-9aa7-4307-98f9-effffb8b66ed","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-28T04:42:31.170Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:42:31.170Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:42:31.172Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:42:31.172Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344941531, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:42:31.272Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:42:31.273Z||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-01-28T04:42:31.273Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:42:31.283Z||pool-173-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:42:31.284Z||pool-173-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:42:32.173Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:42:32.174Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:42:32.176Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:42:32.176Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344941531, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json", "status": "NOTIFIED" } 2022-01-28T04:42:32.276Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:42:32.277Z||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-01-28T04:42:32.277Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:42:32.296Z||pool-174-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:42:32.296Z||pool-174-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:42:33.177Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:42:33.178Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:42:33.180Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:42:33.180Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344941531, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T04:42:33.280Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:42:33.281Z||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-01-28T04:42:33.281Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:42:33.292Z||pool-175-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:42:33.292Z||pool-175-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:42:34.181Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:42:34.182Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:42:34.184Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:42:34.184Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344941531, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:42:34.284Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:42:34.284Z||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-01-28T04:42:34.284Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:42:34.295Z||pool-176-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:42:34.295Z||pool-176-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:42:35.184Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:42:35.185Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:42:35.187Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:42:35.187Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344941531, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-28T04:42:35.288Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T04:42:35.288Z||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-01-28T04:42:35.288Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:42:35.299Z||pool-177-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:42:35.299Z||pool-177-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:42:36.188Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:42:36.189Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:42:36.191Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:42:36.191Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344941531, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:42:36.291Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T04:42:36.292Z||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-01-28T04:42:36.292Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:42:36.305Z||pool-178-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:42:36.305Z||pool-178-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:42:37.192Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:42:37.193Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:42:37.195Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:42:37.195Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344941531, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:42:37.295Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:42:37.295Z||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-01-28T04:42:37.295Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:42:37.312Z||pool-179-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:42:37.312Z||pool-179-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:42:38.196Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "serviceName": "vFW 2022-01-28 04-41-09", "serviceVersion": "1.0", "serviceUUID": "61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0", "serviceDescription": "catalog service description", "serviceInvariantUUID": "f33ab43d-37bb-4be5-9b9e-825ffd1f8567", "resources": [ { "resourceInstanceName": "vFW 7f96eaac-48b9 0", "resourceCustomizationUUID": "3d6e83fe-3aad-4466-8b5b-5e0d8862147b", "resourceName": "vFW 7f96eaac-48b9", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "577bee1f-c00b-429e-89d8-83de99d091c9", "resourceInvariantUUID": "dc57a8ae-d4b0-4d62-8715-90e324dd8909", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw7f96eaac48b90_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json", "artifactChecksum": "ZGNkOTZlZjY1ZTk2Njc3MjBmMWNlMjU0M2MyY2UzMGQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "240c251e-6c6f-423c-9f1a-5fc1dbd54f51", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "bf1ca0c9-3058-4d7f-9649-acfe3d8ecc50", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ca7a6e83-e394-4dc1-b662-9d68d992af1f", "generatedFromUUID": "bf1ca0c9-3058-4d7f-9649-acfe3d8ecc50" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ca7a6e83-e394-4dc1-b662-9d68d992af1f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220128044109-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar", "artifactChecksum": "ZWI1MTJjM2YxZGJmMmM5ODFhOTQ4MTgwN2MxZTRkZjI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8aa11afe-9aa7-4307-98f9-effffb8b66ed" } ], "workloadContext": "Production" } 2022-01-28T04:42:38.197Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-28T04:42:38.197Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0 ASDC 2022-01-28T04:42:38.197Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:42990f1c-2848-45dd-b9b0-e48c185d59a6 ServiceName:vFW 2022-01-28 04-41-09 ServiceVersion:1.0 ServiceUUID:61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0 ServiceInvariantUUID:f33ab43d-37bb-4be5-9b9e-825ffd1f8567 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220128044109-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar ArtifactUUID:8aa11afe-9aa7-4307-98f9-effffb8b66ed ArtifactChecksum:ZWI1MTJjM2YxZGJmMmM5ODFhOTQ4MTgwN2MxZTRkZjI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 7f96eaac-48b9 0 ResourceCustomizationUUID:3d6e83fe-3aad-4466-8b5b-5e0d8862147b ResourceInvariantUUID:dc57a8ae-d4b0-4d62-8715-90e324dd8909 ResourceName:vFW 7f96eaac-48b9 ResourceType:VF ResourceUUID:577bee1f-c00b-429e-89d8-83de99d091c9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw7f96eaac48b90_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json ArtifactUUID:240c251e-6c6f-423c-9f1a-5fc1dbd54f51 ArtifactChecksum:ZGNkOTZlZjY1ZTk2Njc3MjBmMWNlMjU0M2MyY2UzMGQ= 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/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.yaml ArtifactUUID:bf1ca0c9-3058-4d7f-9649-acfe3d8ecc50 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/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env ArtifactUUID:ca7a6e83-e394-4dc1-b662-9d68d992af1f 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/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env ArtifactUUID:ca7a6e83-e394-4dc1-b662-9d68d992af1f ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-01-28T04:42:38.197Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0 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-01-28T04:42:38.222Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T04:42:38.223Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:42:38.223Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:42:38.223Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8aa11afe-9aa7-4307-98f9-effffb8b66ed from URL: /sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar 2022-01-28T04:42:38.223Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T04:42:38.224Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar 2022-01-28T04:42:38.313Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T04:42:38.320Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar 8aa11afe-9aa7-4307-98f9-effffb8b66ed 98943 2022-01-28T04:42:38.320Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar ASDC sendASDCNotification 2022-01-28T04:42:38.320Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar 2022-01-28T04:42:38.321Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T04:42:38.321Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:42:38.322Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:42:38.322Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344958320, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:42:38.423Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:42:38.424Z||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-01-28T04:42:38.424Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:42:38.440Z||pool-180-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:42:38.440Z||pool-180-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:42:39.323Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T04:42:39.324Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:42:39.325Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 8aa11afe-9aa7-4307-98f9-effffb8b66ed, URL: /sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar to file: /app/ASDC/1/service-Vfw20220128044109-csar.csar 2022-01-28T04:42:39.325Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220128044109-csar.csar 2022-01-28T04:42:39.326Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220128044109-csar.csar 2022-01-28T04:42:39.326Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220128044109-csar.csar 2022-01-28T04:42:39.452Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6142184679651883551/Definitions/service-Vfw20220128044109-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-01-28T04:42:40.770Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-28T04:42:40.770Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-01-28T04:42:40.770Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220128044109-csar.csar 2022-01-28T04:42:40.771Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-01-28T04:42:40.771Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||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-Vfw20220128044109-csar.csar 2022-01-28T04:42:40.771Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||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-Vfw20220128044109-csar.csar 2022-01-28T04:42:40.771Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|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-Vfw20220128044109-csar.csar 2022-01-28T04:42:40.771Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220128044109-csar.csar 2022-01-28T04:42:40.771Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220128044109-csar.csar 2022-01-28T04:42:40.771Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||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-Vfw20220128044109-csar.csar 2022-01-28T04:42:40.771Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|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-Vfw20220128044109-csar.csar 2022-01-28T04:42:40.771Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||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-Vfw20220128044109-csar.csar 2022-01-28T04:42:40.771Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220128044109-csar.csar 2022-01-28T04:42:40.771Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||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-Vfw20220128044109-csar.csar 2022-01-28T04:42:40.771Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220128044109-csar.csar 2022-01-28T04:42:40.771Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7f96eaac-48b9 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-Vfw20220128044109-csar.csar 2022-01-28T04:42:40.771Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|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-Vfw20220128044109-csar.csar 2022-01-28T04:42:40.772Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-01-28T04:42:40.772Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:42:40.772Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:42:40.772Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7f96eaac-48b9 0 is matching search criteria 2022-01-28T04:42:40.772Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-01-28T04:42:40.772Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7f96eaac-48b9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T04:42:40.772Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:42:40.772Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:42:40.773Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7f96eaac-48b9 0 is matching search criteria 2022-01-28T04:42:40.773Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-01-28T04:42:40.773Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7f96eaac-48b9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T04:42:40.773Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:42:40.773Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:42:40.773Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:42:40.773Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7f96eaac-48b9 0 is not matching search criteria 2022-01-28T04:42:40.774Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T04:42:40.774Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T04:42:40.774Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T04:42:40.774Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:42:40.774Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T04:42:40.774Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:42:40.774Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T04:42:40.774Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T04:42:40.774Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T04:42:40.775Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:42:40.775Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T04:42:40.775Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T04:42:40.775Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T04:42:40.775Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T04:42:40.775Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:42:40.775Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-01-28T04:42:40.775Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:42:40.775Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-41-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-28T04:42:40.776Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:42:40.776Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7f96eaac-48b9 0 is matching search criteria 2022-01-28T04:42:40.776Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7f96eaac-48b9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:42:40.776Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:42:40.776Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7f96eaac-48b9 0 is matching search criteria 2022-01-28T04:42:40.776Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7f96eaac-48b9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:42:40.776Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:42:40.777Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7f96eaac-48b9 0 is matching search criteria 2022-01-28T04:42:40.777Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7f96eaac-48b9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:42:40.777Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:42:40.777Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7f96eaac-48b9 0 is not matching search criteria 2022-01-28T04:42:40.777Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T04:42:40.777Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-01-28T04:42:40.777Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T04:42:40.777Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T04:42:40.777Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T04:42:40.778Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:42:40.778Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T04:42:40.778Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T04:42:40.778Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T04:42:40.778Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T04:42:40.778Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:42:40.778Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e1812eee-cec5-452e-9d29-268c4d5badd5 2022-01-28T04:42:40.778Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:42:40.778Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7f96eaac-48b9 0 is not matching search criteria 2022-01-28T04:42:40.778Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T04:42:40.779Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T04:42:40.779Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T04:42:40.779Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:42:40.779Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T04:42:40.779Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:42:40.779Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T04:42:40.779Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-01-28T04:42:40.779Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T04:42:40.779Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T04:42:40.779Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T04:42:40.779Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:42:40.779Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ea6df06f-fbf3-4e25-9353-7c34379decf0 2022-01-28T04:42:40.780Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:42:40.780Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7f96eaac-48b9 0 is not matching search criteria 2022-01-28T04:42:40.780Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T04:42:40.780Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T04:42:40.780Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T04:42:40.780Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:42:40.780Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T04:42:40.780Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:42:40.780Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T04:42:40.780Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T04:42:40.780Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T04:42:40.781Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:42:40.781Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T04:42:40.781Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-01-28T04:42:40.781Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6f9ceb2f-5ec5-4922-b843-fda3fb0fa54c 2022-01-28T04:42:40.781Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:42:40.781Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:42:40.781Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:42:40.781Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:42:40.781Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:42:40.781Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:42:40.782Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:42:40.782Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:42:40.782Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-01-28 04-41-09 Description:catalog service description Model UUID:61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0 Model Version:NULL Model InvariantUuid:f33ab43d-37bb-4be5-9b9e-825ffd1f8567 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 7f96eaac-48b9 Model UUID:1c00d1e4-4189-4166-a2e1-6299e490ac43 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:dc57a8ae-d4b0-4d62-8715-90e324dd8909 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:3d6e83fe-3aad-4466-8b5b-5e0d8862147b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:8ecb3b65-dcd8-48c9-bf97-e83277a3c842 ModelName:Vfw7f96eaac48b9..base_vfw..module-0 ModelUuid:d9661308-131f-44b5-8066-faa62c0002dd ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e1812eee-cec5-452e-9d29-268c4d5badd5 ModelInvariantUuid:ffc51aef-1d92-4873-a30d-73357c723d3a ModelName:vFW 7f96eaac-48b9-nodes.vfwCvfc ModelUuid:d2f15176-622f-4080-a5ab-5fb0e0c3e2c9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:b418d899-5900-4143-b518-fc24b4ed8bc6 ModelInvariantUuid:900e0c27-ba99-45f8-8ed3-6418e4f99bea ModelName:Vfw7f96eaac48b9.compute.nodes.heat.vfw ModelUuid:bfab9cf8-95ed-4c71-8669-0b698a7a486d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:ea6df06f-fbf3-4e25-9353-7c34379decf0 ModelInvariantUuid:fe52740e-401c-4227-8b3d-1a05307fa9ca ModelName:vFW 7f96eaac-48b9-nodes.vsnCvfc ModelUuid:281686bc-c033-4db2-b756-47384bc29d9d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:8ea57ef3-03f8-4549-9fc6-b2082e9b47f5 ModelInvariantUuid:91d31fd2-63d3-4649-a03a-1f37a8985733 ModelName:Vfw7f96eaac48b9.compute.nodes.heat.vsn ModelUuid:4d118893-8516-4c42-a2dc-6f66f2e61c05 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:6f9ceb2f-5ec5-4922-b843-fda3fb0fa54c ModelInvariantUuid:1066afcc-3e8d-4023-8150-b25842aca71f ModelName:vFW 7f96eaac-48b9-nodes.vpgCvfc ModelUuid:593b70d3-d720-4fdf-8273-a1fe0f780dec ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:7e0ad7a7-df76-4b45-868c-d25d9a698c60 ModelInvariantUuid:6aa7e797-7b38-4617-8424-0d70910d8bd1 ModelName:Vfw7f96eaac48b9.compute.nodes.heat.vpg ModelUuid:999dee15-df59-46c6-ab91-3a8cba9b9537 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-01-28T04:42:40.786Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 577bee1f-c00b-429e-89d8-83de99d091c9 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-01-28T04:42:40.788Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||vFW 7f96eaac-48b9 0 2022-01-28T04:42:40.788Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 577bee1f-c00b-429e-89d8-83de99d091c9 2022-01-28T04:42:40.788Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 240c251e-6c6f-423c-9f1a-5fc1dbd54f51 from URL: /sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json 2022-01-28T04:42:40.789Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T04:42:40.789Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json 2022-01-28T04:42:40.840Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T04:42:40.841Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json 240c251e-6c6f-423c-9f1a-5fc1dbd54f51 785 2022-01-28T04:42:40.841Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json ASDC sendASDCNotification 2022-01-28T04:42:40.841Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json 2022-01-28T04:42:40.842Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T04:42:40.842Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:42:40.844Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:42:40.844Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344960841, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T04:42:40.944Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:42:40.945Z||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-01-28T04:42:40.945Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:42:40.958Z||pool-181-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:42:40.959Z||pool-181-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:42:41.845Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw7f96eaac48b9..base_vfw..module-0", "vfModuleModelInvariantUUID": "8ecb3b65-dcd8-48c9-bf97-e83277a3c842", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d9661308-131f-44b5-8066-faa62c0002dd", "vfModuleModelCustomizationUUID": "a09958cd-5063-44fe-971c-bcfba3db34f2", "isBase": true, "artifacts": [ "bf1ca0c9-3058-4d7f-9649-acfe3d8ecc50", "ca7a6e83-e394-4dc1-b662-9d68d992af1f" ], "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-01-28T04:42:41.850Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw7f96eaac48b9..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d9661308-131f-44b5-8066-faa62c0002dd VfModuleModelInvariantUUID:8ecb3b65-dcd8-48c9-bf97-e83277a3c842 VfModuleModelDescription:NULL Artifacts UUID List:{ bf1ca0c9-3058-4d7f-9649-acfe3d8ecc50 , ca7a6e83-e394-4dc1-b662-9d68d992af1f } 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-01-28T04:42:41.853Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw7f96eaac48b9..base_vfw..module-0", "vfModuleModelInvariantUUID": "8ecb3b65-dcd8-48c9-bf97-e83277a3c842", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d9661308-131f-44b5-8066-faa62c0002dd", "vfModuleModelCustomizationUUID": "a09958cd-5063-44fe-971c-bcfba3db34f2", "isBase": true, "artifacts": [ "bf1ca0c9-3058-4d7f-9649-acfe3d8ecc50", "ca7a6e83-e394-4dc1-b662-9d68d992af1f" ], "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-01-28T04:42:41.853Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw7f96eaac48b9..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d9661308-131f-44b5-8066-faa62c0002dd VfModuleModelInvariantUUID:8ecb3b65-dcd8-48c9-bf97-e83277a3c842 VfModuleModelDescription:NULL Artifacts UUID List:{ bf1ca0c9-3058-4d7f-9649-acfe3d8ecc50 , ca7a6e83-e394-4dc1-b662-9d68d992af1f } 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-01-28T04:42:41.854Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bf1ca0c9-3058-4d7f-9649-acfe3d8ecc50 from URL: /sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.yaml 2022-01-28T04:42:41.854Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T04:42:41.854Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.yaml 2022-01-28T04:42:41.910Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T04:42:41.911Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.yaml bf1ca0c9-3058-4d7f-9649-acfe3d8ecc50 20368 2022-01-28T04:42:41.911Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-01-28T04:42:41.912Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.yaml 2022-01-28T04:42:41.912Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T04:42:41.912Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:42:41.913Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:42:41.914Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344961911, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T04:42:42.014Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:42:42.015Z||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-01-28T04:42:42.015Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:42:42.028Z||pool-182-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:42:42.028Z||pool-182-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:42:42.914Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ca7a6e83-e394-4dc1-b662-9d68d992af1f from URL: /sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env 2022-01-28T04:42:42.915Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T04:42:42.915Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env 2022-01-28T04:42:43.029Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T04:42:43.029Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env ca7a6e83-e394-4dc1-b662-9d68d992af1f 2098 2022-01-28T04:42:43.029Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env ASDC sendASDCNotification 2022-01-28T04:42:43.029Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env 2022-01-28T04:42:43.029Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T04:42:43.030Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:42:43.031Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:42:43.031Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344963029, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-28T04:42:43.131Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:42:43.132Z||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-01-28T04:42:43.132Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:42:43.146Z||pool-183-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:42:43.146Z||pool-183-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:42:44.032Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0 2022-01-28T04:42:44.032Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7f96eaac-48b9 0 577bee1f-c00b-429e-89d8-83de99d091c9 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-01-28T04:42:44.049Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@590352f2, org.onap.sdc.toscaparser.api.parameters.Input@70f543a6, org.onap.sdc.toscaparser.api.parameters.Input@6346007, org.onap.sdc.toscaparser.api.parameters.Input@438ea43, org.onap.sdc.toscaparser.api.parameters.Input@476facf4] 2022-01-28T04:42:44.050Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:42:44.050Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:42:44.050Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-01-28T04:42:44.050Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 3d6e83fe-3aad-4466-8b5b-5e0d8862147b 2022-01-28T04:42:44.051Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3d6e83fe-3aad-4466-8b5b-5e0d8862147b matches Tosca VF Customization UUID: 3d6e83fe-3aad-4466-8b5b-5e0d8862147b 2022-01-28T04:42:44.051Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 3d6e83fe-3aad-4466-8b5b-5e0d8862147b 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-01-28T04:42:44.052Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:42:44.052Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:42:44.053Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 3d6e83fe-3aad-4466-8b5b-5e0d8862147b: {\"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-01-28T04:42:44.053Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7be5cf80 2022-01-28T04:42:44.053Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:42:44.053Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-41-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-28T04:42:44.053Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a09958cd-5063-44fe-971c-bcfba3db34f2 2022-01-28T04:42:44.053Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a09958cd-5063-44fe-971c-bcfba3db34f2 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-01-28T04:42:44.055Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:42:44.055Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7f96eaac-48b9 0 is matching search criteria 2022-01-28T04:42:44.055Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7f96eaac-48b9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:42:44.055Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:42:44.055Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7f96eaac-48b9 0 is matching search criteria 2022-01-28T04:42:44.055Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7f96eaac-48b9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:42:44.056Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:42:44.056Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7f96eaac-48b9 0 is not matching search criteria 2022-01-28T04:42:44.056Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T04:42:44.056Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-01-28T04:42:44.056Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T04:42:44.056Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T04:42:44.056Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T04:42:44.057Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:42:44.057Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T04:42:44.057Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T04:42:44.057Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T04:42:44.057Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T04:42:44.057Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:42:44.057Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e1812eee-cec5-452e-9d29-268c4d5badd5 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-01-28T04:42:44.059Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:42:44.059Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7f96eaac-48b9 0 is matching search criteria 2022-01-28T04:42:44.059Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7f96eaac-48b9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:42:44.059Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:42:44.059Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7f96eaac-48b9 0 is not matching search criteria 2022-01-28T04:42:44.060Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T04:42:44.060Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T04:42:44.060Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T04:42:44.060Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:42:44.060Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T04:42:44.060Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:42:44.060Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T04:42:44.061Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-01-28T04:42:44.061Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T04:42:44.061Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T04:42:44.061Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T04:42:44.061Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:42:44.061Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ea6df06f-fbf3-4e25-9353-7c34379decf0 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-01-28T04:42:44.063Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:42:44.063Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7f96eaac-48b9 0 is matching search criteria 2022-01-28T04:42:44.063Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7f96eaac-48b9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:42:44.063Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:42:44.063Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7f96eaac-48b9 0 is not matching search criteria 2022-01-28T04:42:44.063Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T04:42:44.064Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T04:42:44.064Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T04:42:44.064Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:42:44.064Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T04:42:44.064Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:42:44.064Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T04:42:44.064Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T04:42:44.064Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T04:42:44.065Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:42:44.065Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T04:42:44.065Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-01-28T04:42:44.065Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6f9ceb2f-5ec5-4922-b843-fda3fb0fa54c 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-01-28T04:42:44.066Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:42:44.067Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7f96eaac-48b9 0 is matching search criteria 2022-01-28T04:42:44.067Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7f96eaac-48b9 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:42:44.067Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:42:44.067Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7f96eaac-48b9 0 is matching search criteria 2022-01-28T04:42:44.067Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7f96eaac-48b9 0] matching following query criteria: sdcType=VF, customizationUUID=3d6e83fe-3aad-4466-8b5b-5e0d8862147b 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-01-28T04:42:44.068Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:42:44.068Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:42:44.069Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0: vFW 7f96eaac-48b9 2022-01-28T04:42:44.069Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:42:44.069Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:42:44.069Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:42:44.069Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:42:44.069Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:42:44.069Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:42:44.069Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:42:44.069Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:42:44.069Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:42:44.069Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:42:44.070Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-01-28 04-41-09 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-01-28T04:42:44.172Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7f96eaac-48b9 577bee1f-c00b-429e-89d8-83de99d091c9 1 ASDC deployResourceStructure 2022-01-28T04:42:44.173Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json ASDC sendASDCNotification 2022-01-28T04:42:44.173Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json 2022-01-28T04:42:44.173Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T04:42:44.173Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:42:44.174Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:42:44.174Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344964173, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json", "status": "DEPLOY_OK" } 2022-01-28T04:42:44.275Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T04:42:44.275Z||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-01-28T04:42:44.275Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:42:44.287Z||pool-184-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:42:44.287Z||pool-184-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:42:45.175Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-01-28T04:42:45.175Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.yaml 2022-01-28T04:42:45.176Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T04:42:45.176Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:42:45.177Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:42:45.177Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344965175, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-01-28T04:42:45.278Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:42:45.278Z||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-01-28T04:42:45.278Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:42:45.292Z||pool-185-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:42:45.292Z||pool-185-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:42:46.178Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env ASDC sendASDCNotification 2022-01-28T04:42:46.178Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env 2022-01-28T04:42:46.178Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T04:42:46.179Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:42:46.180Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:42:46.180Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344966178, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-01-28T04:42:46.280Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:42:46.281Z||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-01-28T04:42:46.281Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:42:46.294Z||pool-186-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:42:46.294Z||pool-186-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-01-28T04:42:47.181Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar ASDC sendASDCNotification 2022-01-28T04:42:47.181Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar 2022-01-28T04:42:47.181Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T04:42:47.182Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:42:47.184Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:42:47.184Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344967180, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:42:47.284Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:42:47.285Z||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-01-28T04:42:47.285Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:42:47.298Z||pool-187-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:42:47.299Z||pool-187-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:42:48.184Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42990f1c-2848-45dd-b9b0-e48c185d59a6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:42:48.195Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42990f1c-2848-45dd-b9b0-e48c185d59a6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:42:48.197Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:42:48.197Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T04:42:48.197Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T04:43:18.198Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42990f1c-2848-45dd-b9b0-e48c185d59a6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:43:18.210Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42990f1c-2848-45dd-b9b0-e48c185d59a6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:43:18.211Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:43:18.212Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T04:43:18.212Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T04:43:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:43:20.696Z||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-01-28T04:43:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:43:20.725Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:43:20.726Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:43:20.726Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344873745, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d45a4d031-c6d3-440f-a983-c0524eb33abd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/46f2c791-5971-48eb-9ab7-c2ecf66c5639/model-vers/model-ver/ec555a1a-eef2-4e08-a9df-48f10fb07340 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/46f2c791-5971-48eb-9ab7-c2ecf66c5639/model-vers/model-ver/ec555a1a-eef2-4e08-a9df-48f10fb07340) (ec\u003dERR.5.4.6114)" } 2022-01-28T04:43:20.727Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:43:48.212Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42990f1c-2848-45dd-b9b0-e48c185d59a6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:43:48.221Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42990f1c-2848-45dd-b9b0-e48c185d59a6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:43:48.224Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:43:48.224Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T04:43:48.224Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T04:44:18.224Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42990f1c-2848-45dd-b9b0-e48c185d59a6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:44:18.233Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42990f1c-2848-45dd-b9b0-e48c185d59a6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:44:18.235Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:44:18.235Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T04:44:18.235Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T04:44:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:44:20.695Z||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-01-28T04:44:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:44:21.224Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:44:21.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.227Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "aai-ml", "timestamp": 1643344943887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:44:21.228Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.228Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344941531, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:44:21.228Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.228Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "ves-openapi-manager", "timestamp": 1643344949944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:44:21.228Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.228Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344948102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:44:21.228Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.229Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "cds", "timestamp": 1643344946207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:44:21.229Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.229Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "policy-id", "timestamp": 1643344944690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:44:21.229Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.229Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "multicloud-k8s-id", "timestamp": 1643344951153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:44:21.230Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.230Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.230Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "aai-ml", "timestamp": 1643344943887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T04:44:21.230Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.230Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.230Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "cds", "timestamp": 1643344946207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T04:44:21.230Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.230Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.230Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344948102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T04:44:21.230Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.230Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.230Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344941531, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json", "status": "NOTIFIED" } 2022-01-28T04:44:21.230Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.231Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.231Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "ves-openapi-manager", "timestamp": 1643344949944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T04:44:21.231Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.231Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.231Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "policy-id", "timestamp": 1643344944690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T04:44:21.231Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.231Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.231Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "multicloud-k8s-id", "timestamp": 1643344951153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json", "status": "NOTIFIED" } 2022-01-28T04:44:21.231Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.231Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.231Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "aai-ml", "timestamp": 1643344943887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:44:21.231Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.231Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.232Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "cds", "timestamp": 1643344946207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:44:21.232Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.232Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.232Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344948102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:44:21.232Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.232Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.232Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344941531, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T04:44:21.232Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.232Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.232Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "ves-openapi-manager", "timestamp": 1643344949944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:44:21.232Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.232Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.232Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "policy-id", "timestamp": 1643344944690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T04:44:21.232Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.232Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.233Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "multicloud-k8s-id", "timestamp": 1643344951153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T04:44:21.233Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.233Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344948102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:44:21.233Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.233Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "cds", "timestamp": 1643344946207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:44:21.233Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.233Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "aai-ml", "timestamp": 1643344943887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:44:21.233Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344941531, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:44:21.234Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "ves-openapi-manager", "timestamp": 1643344949944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:44:21.234Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "policy-id", "timestamp": 1643344944690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:44:21.234Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "multicloud-k8s-id", "timestamp": 1643344951153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:44:21.234Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344948102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:44:21.234Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.235Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "cds", "timestamp": 1643344946207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:44:21.235Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.235Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.235Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "ves-openapi-manager", "timestamp": 1643344949944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:44:21.235Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.235Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.235Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "aai-ml", "timestamp": 1643344943887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:44:21.235Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.235Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.235Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344941531, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-28T04:44:21.235Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.235Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.235Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "policy-id", "timestamp": 1643344944690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:44:21.235Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.235Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.236Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "multicloud-k8s-id", "timestamp": 1643344951153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-28T04:44:21.236Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.236Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.236Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344948102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:44:21.236Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.236Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.236Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "cds", "timestamp": 1643344946207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:44:21.236Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.236Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.236Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "aai-ml", "timestamp": 1643344943887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:44:21.236Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.236Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.236Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "ves-openapi-manager", "timestamp": 1643344949944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:44:21.236Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.236Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.236Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344941531, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:44:21.237Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.237Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.237Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "policy-id", "timestamp": 1643344944690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:44:21.237Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.237Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.237Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "clamp", "timestamp": 1643344955840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:44:21.237Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.237Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.237Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "multicloud-k8s-id", "timestamp": 1643344951153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:44:21.237Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.237Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.237Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344948102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:44:21.237Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.237Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "cds", "timestamp": 1643344946207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:44:21.238Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "aai-ml", "timestamp": 1643344943887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:44:21.238Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "ves-openapi-manager", "timestamp": 1643344949944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:44:21.238Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344941531, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:44:21.238Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "policy-id", "timestamp": 1643344944690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:44:21.238Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "clamp", "timestamp": 1643344955840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json", "status": "NOTIFIED" } 2022-01-28T04:44:21.239Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "multicloud-k8s-id", "timestamp": 1643344951153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:44:21.239Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344958288, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:44:21.239Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:44:21.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "cds", "timestamp": 1643344958292, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:44:21.239Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:44:21.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "aai-ml", "timestamp": 1643344958300, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:44:21.239Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:44:21.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "policy-id", "timestamp": 1643344958291, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:44:21.240Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:44:21.240Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.240Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344958320, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:44:21.240Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:44:21.240Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.240Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "clamp", "timestamp": 1643344955840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:44:21.240Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.240Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.240Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "multicloud-k8s-id", "timestamp": 1643344958851, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T04:44:21.240Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:44:21.240Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.240Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "cds", "timestamp": 1643344959296, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-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-01-28T04:44:21.245Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 42990f1c-2848-45dd-b9b0-e48c185d59a6 2022-01-28T04:44:21.246Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42990f1c-2848-45dd-b9b0-e48c185d59a6 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-01-28T04:44:21.253Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.253Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "policy-id", "timestamp": 1643344959295, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:44:21.254Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:44:21.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "clamp", "timestamp": 1643344955840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:44:21.254Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "multicloud-k8s-id", "timestamp": 1643344959907, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T04:44:21.254Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:44:21.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "policy-id", "timestamp": 1643344960297, "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-01-28T04:44:21.259Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 42990f1c-2848-45dd-b9b0-e48c185d59a6 2022-01-28T04:44:21.259Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42990f1c-2848-45dd-b9b0-e48c185d59a6 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-01-28T04:44:21.265Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.265Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "clamp", "timestamp": 1643344955840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:44:21.265Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.266Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.266Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344960841, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T04:44:21.266Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:44:21.266Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.266Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "multicloud-k8s-id", "timestamp": 1643344960959, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-28T04:44:21.266Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:44:21.266Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.266Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344960980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:44:21.267Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:44:21.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.267Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "clamp", "timestamp": 1643344955840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:44:21.267Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.267Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344961911, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T04:44:21.267Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:44:21.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.267Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "multicloud-k8s-id", "timestamp": 1643344961974, "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-01-28T04:44:21.271Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 42990f1c-2848-45dd-b9b0-e48c185d59a6 2022-01-28T04:44:21.271Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42990f1c-2848-45dd-b9b0-e48c185d59a6 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-01-28T04:44:21.277Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.277Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643344961983, "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-01-28T04:44:21.281Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 42990f1c-2848-45dd-b9b0-e48c185d59a6 2022-01-28T04:44:21.281Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42990f1c-2848-45dd-b9b0-e48c185d59a6 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-01-28T04:44:21.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "clamp", "timestamp": 1643344955840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:44:21.289Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T04:44:21.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "multicloud-k8s-id", "timestamp": 1643344962976, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json", "status": "DEPLOY_OK" } 2022-01-28T04:44:21.290Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:44:21.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344963029, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-28T04:44:21.290Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:44:21.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344964173, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json", "status": "DEPLOY_OK" } 2022-01-28T04:44:21.290Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:44:21.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "aai-ml", "timestamp": 1643344964955, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar", "status": "DEPLOY_ERROR" } 2022-01-28T04:44:21.290Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:44:21.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344965175, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-01-28T04:44:21.290Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:44:21.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "aai-ml", "timestamp": 1643344965958, "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-01-28T04:44:21.295Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 42990f1c-2848-45dd-b9b0-e48c185d59a6 2022-01-28T04:44:21.295Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42990f1c-2848-45dd-b9b0-e48c185d59a6 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-01-28T04:44:21.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344966178, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-01-28T04:44:21.304Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:44:21.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643344967180, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:44:21.305Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:44:21.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "clamp", "timestamp": 1643344975351, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:44:21.305Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:44:21.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "clamp", "timestamp": 1643344977357, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:44:21.305Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:44:21.306Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:44:21.306Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "clamp", "timestamp": 1643344978359, "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-01-28T04:44:21.311Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 42990f1c-2848-45dd-b9b0-e48c185d59a6 2022-01-28T04:44:21.312Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42990f1c-2848-45dd-b9b0-e48c185d59a6 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-01-28T04:44:48.236Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42990f1c-2848-45dd-b9b0-e48c185d59a6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:44:48.248Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42990f1c-2848-45dd-b9b0-e48c185d59a6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:44:48.250Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:44:48.251Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-28T04:44:48.251Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-28T04:44:48.251Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-28T04:44:48.251Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-01-28T04:44:48.251Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|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-01-28T04:44:48.256Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-28T04:45:18.256Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 42990f1c-2848-45dd-b9b0-e48c185d59a6 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-01-28T04:45:18.262Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 42990f1c-2848-45dd-b9b0-e48c185d59a6 and serviceModelVersionId: 61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0 2022-01-28T04:45:18.262Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f33ab43d-37bb-4be5-9b9e-825ffd1f8567 2022-01-28T04:45:18.263Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0?depth=0 2022-01-28T04:45:18.269Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-01-28T04:45:18.287Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0?depth=0|INFO|500||Invoke 2022-01-28T04:45:18.287Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[42990f1c-2848-45dd-b9b0-e48c185d59a6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8f15e5ea-b979-4d95-a92a-925791e7a62e], X-ECOMP-RequestID=[42990f1c-2848-45dd-b9b0-e48c185d59a6], X-TransactionId=[], X-ONAP-RequestID=[42990f1c-2848-45dd-b9b0-e48c185d59a6], Content-Type=[application/merge-patch+json]} 2022-01-28T04:45:18.310Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-01-28T04:45:18.330Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0?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/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220128-04:45:18:316-42543], Content-Length=[495], Date=[Fri, 28 Jan 2022 04:45:18 GMT], Content-Type=[application/json]} 2022-01-28T04:45:18.331Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0?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/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0","ERR.5.4.6114"]}}} 2022-01-28T04:45:18.332Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0?depth=0|INFO|404|Not Found|InvokeReturn 2022-01-28T04:45:18.335Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=42990f1c-2848-45dd-b9b0-e48c185d59a6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0) (ec=ERR.5.4.6114) 2022-01-28T04:45:18.336Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=42990f1c-2848-45dd-b9b0-e48c185d59a6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0) (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-01-28T04:45:18.336Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=42990f1c-2848-45dd-b9b0-e48c185d59a6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0) (ec=ERR.5.4.6114) 2022-01-28T04:45:18.336Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=42990f1c-2848-45dd-b9b0-e48c185d59a6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0) (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-01-28T04:45:18.340Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|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-01-28T04:45:18.341Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 42990f1c-2848-45dd-b9b0-e48c185d59a6 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=42990f1c-2848-45dd-b9b0-e48c185d59a6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0) (ec=ERR.5.4.6114) 2022-01-28T04:45:18.341Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-01-28T04:45:18.341Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:45:18.342Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:45:18.342Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345118341, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d42990f1c-2848-45dd-b9b0-e48c185d59a6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0) (ec\u003dERR.5.4.6114)" } 2022-01-28T04:45:18.443Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T04:45:18.443Z||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-01-28T04:45:18.443Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:45:18.461Z||pool-188-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:45:18.462Z||pool-188-thread-1|||||INFO|500||cambria reply ok (18 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-01-28T04:45:19.357Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:45:19.357Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|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-01-28T04:45:19.357Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:45:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:45:20.695Z||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-01-28T04:45:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:45:21.331Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:45:21.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T04:45:21.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345118341, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d42990f1c-2848-45dd-b9b0-e48c185d59a6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0) (ec\u003dERR.5.4.6114)" } 2022-01-28T04:45:21.332Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:45:29.892Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:45:29.893Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:45:29.893Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|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-01-28T04:45:29.893Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:45:39.431Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:45:39.432Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:45:39.432Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|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-01-28T04:45:39.432Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:45:48.973Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:45:48.974Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:45:48.974Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|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-01-28T04:45:48.974Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:45:58.511Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:45:58.512Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:45:58.512Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|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-01-28T04:45:58.512Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:46:08.051Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:46:20.693Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:46:20.693Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|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-01-28T04:46:20.694Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:46:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:46:20.695Z||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-01-28T04:46:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:46:24.923Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:46:24.924Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T04:46:24.924Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"296570b1-1757-43e6-985b-19d495b58707","serviceName":"Demo_pNF_70xPlyaE9GvsY0SOjZax","serviceVersion":"1.0","serviceUUID":"bdf12c3c-9224-4bc0-9cf1-30052ad53b67","serviceDescription":"catalog service description","serviceInvariantUUID":"493e3b8e-b410-4059-b2a9-7960cc8af1c8","resources":[{"resourceInstanceName":"pNF 9f56077f-0570 0","resourceName":"pNF 9f56077f-0570","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b6a19c58-9aa6-44ec-a5e0-014765162c89","resourceInvariantUUID":"901a6751-2063-4cd2-935e-1b5a75a562d8","resourceCustomizationUUID":"f1ee13bc-5600-4119-829e-d1b7c61359d2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/vf-license-model.xml","artifactChecksum":"OTE4ZDA0ZDI2YWNiMWJjMzk2NDAzZjliNTQzMWFhYTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2b24e422-39db-4883-88eb-fe6db89c427a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/pNF.csar","artifactChecksum":"ZjBmZTk0NzU2ZjZmZGU1NTliOTg5OGQzNzQ2ZDA4YTA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e18eb062-a719-4ed8-9270-fabf7c12971f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ade86460-664f-4052-876b-64e0a7ce450a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/vendor-license-model.xml","artifactChecksum":"ZTNlZDBlZTZjMzhhNzZiODUzNjZmNjY0ZWE2N2E0ZmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5e172172-eb92-41ae-a611-b0fdeb7351a6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4d9aab50-3340-4a29-ae17-ebd8393d7b99","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1869d9a3-f53f-43c3-acca-00f57f7741b7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf70xplyae9gvsy0sojzax-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-template.yml","artifactChecksum":"MmMyNjFlNWFhZTdjNDlmMDk5Njc1OTYzMjE5ZDE2MWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f2dfbd07-89b9-472e-a7ed-ceb922b09bc2","artifactVersion":"1"},{"artifactName":"service-DemoPnf70xplyae9gvsy0sojzax-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar","artifactChecksum":"NWU3NDZiNGZlNzZiNTU2N2VlYjFhNGEzOWMxNjk1NjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4efb3e04-d0bb-458d-91c7-7d89e1343d49","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-28T04:46:24.927Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:46:24.927Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:46:24.930Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:46:24.930Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345180693, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:46:25.030Z||pool-189-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:46:25.031Z||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-01-28T04:46:25.031Z||pool-189-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:46:25.046Z||pool-189-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:46:25.046Z||pool-189-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-01-28T04:46:25.069Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:46:25.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:46:25.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "aai-ml", "timestamp": 1643345183887, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:46:25.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:46:25.930Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:46:25.931Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:46:25.933Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:46:25.933Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345180693, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:46:26.033Z||pool-190-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T04:46:26.034Z||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-01-28T04:46:26.034Z||pool-190-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:46:26.046Z||pool-190-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:46:26.046Z||pool-190-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:46:26.934Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:46:26.935Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:46:26.936Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:46:26.936Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345180693, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:46:27.036Z||pool-191-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:46:27.037Z||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-01-28T04:46:27.037Z||pool-191-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:46:27.050Z||pool-191-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:46:27.050Z||pool-191-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:46:27.937Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:46:27.937Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:46:27.939Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:46:27.939Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345180693, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:46:28.039Z||pool-192-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T04:46:28.040Z||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-01-28T04:46:28.040Z||pool-192-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:46:28.052Z||pool-192-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:46:28.052Z||pool-192-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:46:28.940Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:46:28.941Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:46:28.943Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:46:28.943Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345180693, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:46:29.043Z||pool-193-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:46:29.044Z||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-01-28T04:46:29.044Z||pool-193-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:46:29.056Z||pool-193-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:46:29.057Z||pool-193-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-01-28T04:46:29.944Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:46:29.945Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:46:29.946Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:46:29.946Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345180693, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:46:30.047Z||pool-194-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T04:46:30.048Z||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-01-28T04:46:30.048Z||pool-194-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:46:30.060Z||pool-194-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:46:30.060Z||pool-194-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:46:30.947Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:46:30.949Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:46:30.951Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:46:30.951Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345180693, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:46:31.051Z||pool-195-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:46:31.052Z||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-01-28T04:46:31.052Z||pool-195-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:46:31.063Z||pool-195-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:46:31.063Z||pool-195-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:46:31.952Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:46:31.952Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:46:31.954Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:46:31.954Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345180693, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:46:32.054Z||pool-196-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:46:32.055Z||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-01-28T04:46:32.055Z||pool-196-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:46:32.068Z||pool-196-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:46:32.069Z||pool-196-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:46:32.955Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "serviceName": "Demo_pNF_70xPlyaE9GvsY0SOjZax", "serviceVersion": "1.0", "serviceUUID": "bdf12c3c-9224-4bc0-9cf1-30052ad53b67", "serviceDescription": "catalog service description", "serviceInvariantUUID": "493e3b8e-b410-4059-b2a9-7960cc8af1c8", "resources": [ { "resourceInstanceName": "pNF 9f56077f-0570 0", "resourceCustomizationUUID": "f1ee13bc-5600-4119-829e-d1b7c61359d2", "resourceName": "pNF 9f56077f-0570", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "b6a19c58-9aa6-44ec-a5e0-014765162c89", "resourceInvariantUUID": "901a6751-2063-4cd2-935e-1b5a75a562d8", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf70xplyae9gvsy0sojzax-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar", "artifactChecksum": "NWU3NDZiNGZlNzZiNTU2N2VlYjFhNGEzOWMxNjk1NjM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4efb3e04-d0bb-458d-91c7-7d89e1343d49" } ], "workloadContext": "Production" } 2022-01-28T04:46:32.956Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-28T04:46:32.956Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bdf12c3c-9224-4bc0-9cf1-30052ad53b67 ASDC 2022-01-28T04:46:32.956Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:296570b1-1757-43e6-985b-19d495b58707 ServiceName:Demo_pNF_70xPlyaE9GvsY0SOjZax ServiceVersion:1.0 ServiceUUID:bdf12c3c-9224-4bc0-9cf1-30052ad53b67 ServiceInvariantUUID:493e3b8e-b410-4059-b2a9-7960cc8af1c8 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf70xplyae9gvsy0sojzax-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar ArtifactUUID:4efb3e04-d0bb-458d-91c7-7d89e1343d49 ArtifactChecksum:NWU3NDZiNGZlNzZiNTU2N2VlYjFhNGEzOWMxNjk1NjM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 9f56077f-0570 0 ResourceCustomizationUUID:f1ee13bc-5600-4119-829e-d1b7c61359d2 ResourceInvariantUUID:901a6751-2063-4cd2-935e-1b5a75a562d8 ResourceName:pNF 9f56077f-0570 ResourceType:PNF ResourceUUID:b6a19c58-9aa6-44ec-a5e0-014765162c89 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-01-28T04:46:32.956Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bdf12c3c-9224-4bc0-9cf1-30052ad53b67 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-01-28T04:46:32.976Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T04:46:32.976Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:46:32.976Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:46:32.976Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4efb3e04-d0bb-458d-91c7-7d89e1343d49 from URL: /sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar 2022-01-28T04:46:32.976Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T04:46:32.976Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar 2022-01-28T04:46:33.247Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T04:46:33.250Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar 4efb3e04-d0bb-458d-91c7-7d89e1343d49 82628 2022-01-28T04:46:33.250Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar ASDC sendASDCNotification 2022-01-28T04:46:33.250Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar 2022-01-28T04:46:33.250Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T04:46:33.250Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:46:33.251Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:46:33.251Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345193250, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:46:33.352Z||pool-197-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:46:33.352Z||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-01-28T04:46:33.353Z||pool-197-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:46:33.366Z||pool-197-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:46:33.366Z||pool-197-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:46:34.252Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T04:46:34.253Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:46:34.253Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 4efb3e04-d0bb-458d-91c7-7d89e1343d49, URL: /sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar to file: /app/ASDC/1/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar 2022-01-28T04:46:34.253Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf70xplyae9gvsy0sojzax-csar.csar 2022-01-28T04:46:34.254Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar 2022-01-28T04:46:34.254Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar 2022-01-28T04:46:34.343Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3286649418467996001/Definitions/service-DemoPnf70xplyae9gvsy0sojzax-template.yml 2022-01-28T04:46:34.873Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-28T04:46:34.873Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-01-28T04:46:34.873Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar 2022-01-28T04:46:34.873Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-01-28T04:46:34.873Z|296570b1-1757-43e6-985b-19d495b58707|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-DemoPnf70xplyae9gvsy0sojzax-csar.csar 2022-01-28T04:46:34.873Z|296570b1-1757-43e6-985b-19d495b58707|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-DemoPnf70xplyae9gvsy0sojzax-csar.csar 2022-01-28T04:46:34.873Z|296570b1-1757-43e6-985b-19d495b58707|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-DemoPnf70xplyae9gvsy0sojzax-csar.csar 2022-01-28T04:46:34.873Z|296570b1-1757-43e6-985b-19d495b58707|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-DemoPnf70xplyae9gvsy0sojzax-csar.csar 2022-01-28T04:46:34.873Z|296570b1-1757-43e6-985b-19d495b58707|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-DemoPnf70xplyae9gvsy0sojzax-csar.csar 2022-01-28T04:46:34.873Z|296570b1-1757-43e6-985b-19d495b58707|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-DemoPnf70xplyae9gvsy0sojzax-csar.csar 2022-01-28T04:46:34.873Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9f56077f-0570 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-DemoPnf70xplyae9gvsy0sojzax-csar.csar 2022-01-28T04:46:34.873Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-01-28T04:46:34.873Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:46:34.873Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_70xPlyaE9GvsY0SOjZax is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:46:34.874Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Node template pNF 9f56077f-0570 0 is matching search criteria 2022-01-28T04:46:34.874Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-01-28T04:46:34.874Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 9f56077f-0570 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T04:46:34.874Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:46:34.874Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_70xPlyaE9GvsY0SOjZax is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:46:34.874Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Node template pNF 9f56077f-0570 0 is matching search criteria 2022-01-28T04:46:34.874Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-01-28T04:46:34.874Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 9f56077f-0570 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T04:46:34.874Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:46:34.874Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_70xPlyaE9GvsY0SOjZax is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:46:34.874Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:46:34.874Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_70xPlyaE9GvsY0SOjZax is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:46:34.874Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:46:34.874Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_70xPlyaE9GvsY0SOjZax is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:46:34.874Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:46:34.874Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_70xPlyaE9GvsY0SOjZax is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:46:34.874Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:46:34.875Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_70xPlyaE9GvsY0SOjZax is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:46:34.875Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_70xPlyaE9GvsY0SOjZax Description:catalog service description Model UUID:bdf12c3c-9224-4bc0-9cf1-30052ad53b67 Model Version:NULL Model InvariantUuid:493e3b8e-b410-4059-b2a9-7960cc8af1c8 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-01-28T04:46:34.880Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: b6a19c58-9aa6-44ec-a5e0-014765162c89 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-01-28T04:46:34.882Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||pNF 9f56077f-0570 0 2022-01-28T04:46:34.882Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b6a19c58-9aa6-44ec-a5e0-014765162c89 2022-01-28T04:46:34.883Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||No resources found for Service: bdf12c3c-9224-4bc0-9cf1-30052ad53b67 2022-01-28T04:46:34.883Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: bdf12c3c-9224-4bc0-9cf1-30052ad53b67 2022-01-28T04:46:34.883Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 9f56077f-0570 0 b6a19c58-9aa6-44ec-a5e0-014765162c89 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-01-28T04:46:34.886Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@612e4327, org.onap.sdc.toscaparser.api.parameters.Input@739d3b3d, org.onap.sdc.toscaparser.api.parameters.Input@1d682796, org.onap.sdc.toscaparser.api.parameters.Input@73eb137c, org.onap.sdc.toscaparser.api.parameters.Input@604f515d] 2022-01-28T04:46:34.886Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:46:34.887Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_70xPlyaE9GvsY0SOjZax is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:46:34.887Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid bdf12c3c-9224-4bc0-9cf1-30052ad53b67: pNF 9f56077f-0570 2022-01-28T04:46:34.887Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||Processing PNF resource: b6a19c58-9aa6-44ec-a5e0-014765162c89 2022-01-28T04:46:34.887Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:46:34.887Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_70xPlyaE9GvsY0SOjZax is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:46:34.887Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||Resource customization UUID: f1ee13bc-5600-4119-829e-d1b7c61359d2 is the same as notified resource customizationUUID: f1ee13bc-5600-4119-829e-d1b7c61359d2 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-01-28T04:46:34.919Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 9f56077f-0570 b6a19c58-9aa6-44ec-a5e0-014765162c89 0 ASDC deployResourceStructure 2022-01-28T04:46:34.919Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar ASDC sendASDCNotification 2022-01-28T04:46:34.920Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar 2022-01-28T04:46:34.920Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T04:46:34.920Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:46:34.922Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:46:34.922Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345194919, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:46:35.022Z||pool-198-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:46:35.023Z||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-01-28T04:46:35.023Z||pool-198-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:46:35.036Z||pool-198-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:46:35.036Z||pool-198-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:46:35.923Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 296570b1-1757-43e6-985b-19d495b58707 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:46:35.932Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 296570b1-1757-43e6-985b-19d495b58707 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:46:35.934Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:46:35.934Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T04:46:35.934Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T04:47:05.934Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 296570b1-1757-43e6-985b-19d495b58707 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:47:05.943Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 296570b1-1757-43e6-985b-19d495b58707 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:47:05.946Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:47:05.946Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T04:47:05.946Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T04:47:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:47:20.696Z||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-01-28T04:47:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:47:20.722Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:47:20.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:47:20.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345180693, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:47:20.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:47:35.947Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 296570b1-1757-43e6-985b-19d495b58707 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:47:35.957Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 296570b1-1757-43e6-985b-19d495b58707 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:47:35.959Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:47:35.959Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T04:47:35.959Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T04:48:05.959Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 296570b1-1757-43e6-985b-19d495b58707 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:48:05.966Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 296570b1-1757-43e6-985b-19d495b58707 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:48:05.968Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:48:05.968Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T04:48:05.968Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T04:48:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:48:20.695Z||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-01-28T04:48:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:48:20.719Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:48:20.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:48:20.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "policy-id", "timestamp": 1643345184690, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:48:20.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:48:35.968Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 296570b1-1757-43e6-985b-19d495b58707 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:48:35.975Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 296570b1-1757-43e6-985b-19d495b58707 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:48:35.976Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:48:35.977Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T04:48:35.977Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T04:49:05.977Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 296570b1-1757-43e6-985b-19d495b58707 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:49:05.987Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 296570b1-1757-43e6-985b-19d495b58707 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:49:05.989Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:49:05.989Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T04:49:05.989Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T04:49:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:49:20.695Z||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-01-28T04:49:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:49:20.720Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:49:20.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "aai-ml", "timestamp": 1643345183887, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345180693, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "policy-id", "timestamp": 1643345184690, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "cds", "timestamp": 1643345186207, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "aai-ml", "timestamp": 1643345183887, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345180693, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "policy-id", "timestamp": 1643345184690, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "cds", "timestamp": 1643345186207, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "aai-ml", "timestamp": 1643345183887, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345180693, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "policy-id", "timestamp": 1643345184690, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345188102, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "cds", "timestamp": 1643345186207, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "aai-ml", "timestamp": 1643345183887, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345180693, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "policy-id", "timestamp": 1643345184690, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345188102, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "cds", "timestamp": 1643345186207, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "aai-ml", "timestamp": 1643345183887, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345180693, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "policy-id", "timestamp": 1643345184690, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "ves-openapi-manager", "timestamp": 1643345189944, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345188102, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "cds", "timestamp": 1643345186207, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "aai-ml", "timestamp": 1643345183887, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345180693, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "policy-id", "timestamp": 1643345184690, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "ves-openapi-manager", "timestamp": 1643345189944, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345188102, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "multicloud-k8s-id", "timestamp": 1643345191153, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "cds", "timestamp": 1643345186207, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "aai-ml", "timestamp": 1643345183887, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:49:20.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345180693, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:49:20.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "policy-id", "timestamp": 1643345184690, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:49:20.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "ves-openapi-manager", "timestamp": 1643345189944, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345188102, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "multicloud-k8s-id", "timestamp": 1643345191153, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "cds", "timestamp": 1643345186207, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345193250, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:49:20.728Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:49:20.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "aai-ml", "timestamp": 1643345193350, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:49:20.729Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:49:20.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "ves-openapi-manager", "timestamp": 1643345189944, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345188102, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "policy-id", "timestamp": 1643345193739, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:49:20.729Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:49:20.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "multicloud-k8s-id", "timestamp": 1643345191153, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "cds", "timestamp": 1643345186207, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:49:20.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "ves-openapi-manager", "timestamp": 1643345189944, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345188102, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "policy-id", "timestamp": 1643345194741, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:49:20.729Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:49:20.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "multicloud-k8s-id", "timestamp": 1643345191153, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345194919, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:49:20.730Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:49:20.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "cds", "timestamp": 1643345194967, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:49:20.730Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:49:20.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "ves-openapi-manager", "timestamp": 1643345189944, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-01-28T04:49:20.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345188102, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:49:20.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "policy-id", "timestamp": 1643345195745, "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-01-28T04:49:20.736Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 296570b1-1757-43e6-985b-19d495b58707 2022-01-28T04:49:20.736Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 296570b1-1757-43e6-985b-19d495b58707 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-01-28T04:49:20.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "multicloud-k8s-id", "timestamp": 1643345191153, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.742Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "cds", "timestamp": 1643345195971, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-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-01-28T04:49:20.745Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 296570b1-1757-43e6-985b-19d495b58707 2022-01-28T04:49:20.746Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 296570b1-1757-43e6-985b-19d495b58707 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-01-28T04:49:20.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.752Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "clamp", "timestamp": 1643345195840, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.752Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.752Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "ves-openapi-manager", "timestamp": 1643345189944, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.753Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "multicloud-k8s-id", "timestamp": 1643345191153, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.753Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345196838, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:49:20.754Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:49:20.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.754Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "aai-ml", "timestamp": 1643345196905, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar", "status": "DEPLOY_ERROR" } 2022-01-28T04:49:20.754Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:49:20.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.754Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "clamp", "timestamp": 1643345195840, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.754Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "ves-openapi-manager", "timestamp": 1643345189944, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.755Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "multicloud-k8s-id", "timestamp": 1643345191153, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.755Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "aai-ml", "timestamp": 1643345197910, "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-01-28T04:49:20.760Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 296570b1-1757-43e6-985b-19d495b58707 2022-01-28T04:49:20.760Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 296570b1-1757-43e6-985b-19d495b58707 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-01-28T04:49:20.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "clamp", "timestamp": 1643345195840, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.767Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345198484, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:49:20.767Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:49:20.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "ves-openapi-manager", "timestamp": 1643345198659, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T04:49:20.767Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:49:20.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "multicloud-k8s-id", "timestamp": 1643345191153, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:49:20.767Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "clamp", "timestamp": 1643345195840, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.768Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345199487, "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-01-28T04:49:20.771Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 296570b1-1757-43e6-985b-19d495b58707 2022-01-28T04:49:20.771Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 296570b1-1757-43e6-985b-19d495b58707 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-01-28T04:49:20.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "ves-openapi-manager", "timestamp": 1643345199672, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-01-28T04:49:20.776Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:49:20.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "clamp", "timestamp": 1643345195840, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.776Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.777Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "ves-openapi-manager", "timestamp": 1643345200675, "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-01-28T04:49:20.779Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 296570b1-1757-43e6-985b-19d495b58707 2022-01-28T04:49:20.780Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 296570b1-1757-43e6-985b-19d495b58707 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-01-28T04:49:20.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "clamp", "timestamp": 1643345195840, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "clamp", "timestamp": 1643345195840, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:49:20.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "clamp", "timestamp": 1643345195840, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:49:20.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:49:20.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "clamp", "timestamp": 1643345214375, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:49:20.785Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:49:20.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "clamp", "timestamp": 1643345216381, "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:49:20.786Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:49:20.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:49:20.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "clamp", "timestamp": 1643345217384, "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-01-28T04:49:20.788Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 296570b1-1757-43e6-985b-19d495b58707 2022-01-28T04:49:20.789Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 296570b1-1757-43e6-985b-19d495b58707 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-01-28T04:49:35.990Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 296570b1-1757-43e6-985b-19d495b58707 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:49:36.003Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 296570b1-1757-43e6-985b-19d495b58707 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:49:36.005Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:49:36.005Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-28T04:49:36.005Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-28T04:49:36.005Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-28T04:49:36.005Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-28T04:49:36.005Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-01-28T04:49:36.005Z|296570b1-1757-43e6-985b-19d495b58707|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-01-28T04:49:36.008Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-28T04:50:06.009Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 296570b1-1757-43e6-985b-19d495b58707 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-01-28T04:50:06.013Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 296570b1-1757-43e6-985b-19d495b58707 and serviceModelVersionId: bdf12c3c-9224-4bc0-9cf1-30052ad53b67 2022-01-28T04:50:06.013Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 493e3b8e-b410-4059-b2a9-7960cc8af1c8 2022-01-28T04:50:06.014Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/493e3b8e-b410-4059-b2a9-7960cc8af1c8/model-vers/model-ver/bdf12c3c-9224-4bc0-9cf1-30052ad53b67?depth=0 2022-01-28T04:50:06.020Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-01-28T04:50:06.044Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/493e3b8e-b410-4059-b2a9-7960cc8af1c8/model-vers/model-ver/bdf12c3c-9224-4bc0-9cf1-30052ad53b67?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-01-28T04:50:06.044Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/493e3b8e-b410-4059-b2a9-7960cc8af1c8/model-vers/model-ver/bdf12c3c-9224-4bc0-9cf1-30052ad53b67?depth=0|INFO|500||Invoke 2022-01-28T04:50:06.060Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/493e3b8e-b410-4059-b2a9-7960cc8af1c8/model-vers/model-ver/bdf12c3c-9224-4bc0-9cf1-30052ad53b67?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-01-28T04:50:06.082Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/493e3b8e-b410-4059-b2a9-7960cc8af1c8/model-vers/model-ver/bdf12c3c-9224-4bc0-9cf1-30052ad53b67?depth=0|INFO|404|Not Found|InvokeReturn 2022-01-28T04:50:06.082Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/493e3b8e-b410-4059-b2a9-7960cc8af1c8/model-vers/model-ver/bdf12c3c-9224-4bc0-9cf1-30052ad53b67?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220128-04:50:06:066-26246], Content-Length=[495], Date=[Fri, 28 Jan 2022 04:50:06 GMT], Content-Type=[application/json]} 2022-01-28T04:50:06.082Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||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/493e3b8e-b410-4059-b2a9-7960cc8af1c8/model-vers/model-ver/bdf12c3c-9224-4bc0-9cf1-30052ad53b67","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/493e3b8e-b410-4059-b2a9-7960cc8af1c8/model-vers/model-ver/bdf12c3c-9224-4bc0-9cf1-30052ad53b67","ERR.5.4.6114"]}}} 2022-01-28T04:50:06.085Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=296570b1-1757-43e6-985b-19d495b58707 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/493e3b8e-b410-4059-b2a9-7960cc8af1c8/model-vers/model-ver/bdf12c3c-9224-4bc0-9cf1-30052ad53b67 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/493e3b8e-b410-4059-b2a9-7960cc8af1c8/model-vers/model-ver/bdf12c3c-9224-4bc0-9cf1-30052ad53b67) (ec=ERR.5.4.6114) 2022-01-28T04:50:06.086Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=296570b1-1757-43e6-985b-19d495b58707 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/493e3b8e-b410-4059-b2a9-7960cc8af1c8/model-vers/model-ver/bdf12c3c-9224-4bc0-9cf1-30052ad53b67 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/493e3b8e-b410-4059-b2a9-7960cc8af1c8/model-vers/model-ver/bdf12c3c-9224-4bc0-9cf1-30052ad53b67) (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-01-28T04:50:06.086Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=296570b1-1757-43e6-985b-19d495b58707 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/493e3b8e-b410-4059-b2a9-7960cc8af1c8/model-vers/model-ver/bdf12c3c-9224-4bc0-9cf1-30052ad53b67 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/493e3b8e-b410-4059-b2a9-7960cc8af1c8/model-vers/model-ver/bdf12c3c-9224-4bc0-9cf1-30052ad53b67) (ec=ERR.5.4.6114) 2022-01-28T04:50:06.086Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=296570b1-1757-43e6-985b-19d495b58707 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/493e3b8e-b410-4059-b2a9-7960cc8af1c8/model-vers/model-ver/bdf12c3c-9224-4bc0-9cf1-30052ad53b67 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/493e3b8e-b410-4059-b2a9-7960cc8af1c8/model-vers/model-ver/bdf12c3c-9224-4bc0-9cf1-30052ad53b67) (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-01-28T04:50:06.090Z|296570b1-1757-43e6-985b-19d495b58707|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-01-28T04:50:06.090Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 296570b1-1757-43e6-985b-19d495b58707 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=296570b1-1757-43e6-985b-19d495b58707 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/493e3b8e-b410-4059-b2a9-7960cc8af1c8/model-vers/model-ver/bdf12c3c-9224-4bc0-9cf1-30052ad53b67 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/493e3b8e-b410-4059-b2a9-7960cc8af1c8/model-vers/model-ver/bdf12c3c-9224-4bc0-9cf1-30052ad53b67) (ec=ERR.5.4.6114) 2022-01-28T04:50:06.090Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-01-28T04:50:06.090Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:50:06.093Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:50:06.093Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345406090, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d296570b1-1757-43e6-985b-19d495b58707 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/493e3b8e-b410-4059-b2a9-7960cc8af1c8/model-vers/model-ver/bdf12c3c-9224-4bc0-9cf1-30052ad53b67 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/493e3b8e-b410-4059-b2a9-7960cc8af1c8/model-vers/model-ver/bdf12c3c-9224-4bc0-9cf1-30052ad53b67) (ec\u003dERR.5.4.6114)" } 2022-01-28T04:50:06.192Z||pool-199-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T04:50:06.193Z||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-01-28T04:50:06.193Z||pool-199-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:50:06.215Z||pool-199-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:50:06.215Z||pool-199-thread-1|||||INFO|500||cambria reply ok (22 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-01-28T04:50:07.104Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:50:07.104Z|296570b1-1757-43e6-985b-19d495b58707|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-01-28T04:50:07.104Z|296570b1-1757-43e6-985b-19d495b58707|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:50:11.527Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:50:11.528Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T04:50:11.528Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"dab343e9-f5ca-420c-a8ee-56f303ddd152","serviceName":"vFW 2022-01-28 04-46-29","serviceVersion":"1.0","serviceUUID":"73942fb7-3c19-46d2-b88b-de287bc1a9c0","serviceDescription":"catalog service description","serviceInvariantUUID":"8898102c-c37d-4985-9c91-ac61e48eeec2","resources":[{"resourceInstanceName":"vFW 167e8493-dcbc 0","resourceName":"vFW 167e8493-dcbc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a01052a3-3efd-494e-bc87-8378c53130da","resourceInvariantUUID":"a7c7ed58-9ed7-4ae1-b8de-b56802dc99e6","resourceCustomizationUUID":"0854ef94-c646-42bf-83dd-6e7560e2b9fb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vf-license-model.xml","artifactChecksum":"ZmRhNjUwNWRhZTM2ZjViNjgyOTQ2MjhmYmM3ZDgzNTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ec5668c4-9847-4748-89e8-96d7d8f2a911","artifactVersion":"1"},{"artifactName":"vfw167e8493dcbc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vfw167e8493dcbc0_modules.json","artifactChecksum":"OWEwN2E5ZWNmZTdkZDY5YThkNTU3ZDA3MWI5YTZiZWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"be3bb1c4-4027-4e2a-b1c1-1250fe2d3509","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7a4a00eb-ca4b-44ac-aca6-91a8af39760c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vendor-license-model.xml","artifactChecksum":"NGZlNzU5Y2E2OGVmNTBlZTY4OTliNmFjYmZjM2FkMTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"56cf5ae4-8865-4983-ba6e-449fc4e90f98","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ffc6996e-6954-42bd-b1f3-7b802122cff8","artifactVersion":"2","generatedFromUUID":"7a4a00eb-ca4b-44ac-aca6-91a8af39760c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220128044629-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-template.yml","artifactChecksum":"NDAxODk1MGI4YTZkMmExNDkxZGU3ZGU5M2Y0NjA3OWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7969386b-139c-4ec1-b55b-ee3b21d29d6d","artifactVersion":"1"},{"artifactName":"service-Vfw20220128044629-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar","artifactChecksum":"NTk2ZjkxYzFhZDVmMjhjYThiNjU4ZmM1MGNlYzNhNzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2540c805-59bb-4895-8f0e-824f1ba82627","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-28T04:50:11.530Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:50:11.530Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:50:11.532Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:50:11.532Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345407104, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:50:11.633Z||pool-200-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T04:50:11.633Z||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-01-28T04:50:11.633Z||pool-200-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:50:11.645Z||pool-200-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:50:11.646Z||pool-200-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:50:12.532Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:50:12.534Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:50:12.536Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:50:12.536Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345407104, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vfw167e8493dcbc0_modules.json", "status": "NOTIFIED" } 2022-01-28T04:50:12.637Z||pool-201-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:50:12.637Z||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-01-28T04:50:12.638Z||pool-201-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:50:12.651Z||pool-201-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:50:12.651Z||pool-201-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:50:13.537Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:50:13.538Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:50:13.539Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:50:13.539Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345407104, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T04:50:13.639Z||pool-202-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:50:13.640Z||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-01-28T04:50:13.640Z||pool-202-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:50:13.652Z||pool-202-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:50:13.653Z||pool-202-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:50:14.539Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:50:14.540Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:50:14.542Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:50:14.542Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345407104, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:50:14.642Z||pool-203-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:50:14.643Z||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-01-28T04:50:14.643Z||pool-203-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:50:14.656Z||pool-203-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:50:14.656Z||pool-203-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-01-28T04:50:15.542Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:50:15.543Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:50:15.546Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:50:15.546Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345407104, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-28T04:50:15.646Z||pool-204-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:50:15.646Z||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-01-28T04:50:15.647Z||pool-204-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:50:15.659Z||pool-204-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:50:15.660Z||pool-204-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:50:16.547Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:50:16.547Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:50:16.549Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:50:16.549Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345407104, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:50:16.649Z||pool-205-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:50:16.650Z||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-01-28T04:50:16.650Z||pool-205-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:50:16.662Z||pool-205-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:50:16.662Z||pool-205-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:50:17.550Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:50:17.550Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:50:17.552Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:50:17.552Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345407104, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:50:17.652Z||pool-206-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:50:17.653Z||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-01-28T04:50:17.653Z||pool-206-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:50:17.667Z||pool-206-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:50:17.667Z||pool-206-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-01-28T04:50:18.554Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "serviceName": "vFW 2022-01-28 04-46-29", "serviceVersion": "1.0", "serviceUUID": "73942fb7-3c19-46d2-b88b-de287bc1a9c0", "serviceDescription": "catalog service description", "serviceInvariantUUID": "8898102c-c37d-4985-9c91-ac61e48eeec2", "resources": [ { "resourceInstanceName": "vFW 167e8493-dcbc 0", "resourceCustomizationUUID": "0854ef94-c646-42bf-83dd-6e7560e2b9fb", "resourceName": "vFW 167e8493-dcbc", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a01052a3-3efd-494e-bc87-8378c53130da", "resourceInvariantUUID": "a7c7ed58-9ed7-4ae1-b8de-b56802dc99e6", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw167e8493dcbc0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vfw167e8493dcbc0_modules.json", "artifactChecksum": "OWEwN2E5ZWNmZTdkZDY5YThkNTU3ZDA3MWI5YTZiZWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "be3bb1c4-4027-4e2a-b1c1-1250fe2d3509", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "7a4a00eb-ca4b-44ac-aca6-91a8af39760c", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ffc6996e-6954-42bd-b1f3-7b802122cff8", "generatedFromUUID": "7a4a00eb-ca4b-44ac-aca6-91a8af39760c" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ffc6996e-6954-42bd-b1f3-7b802122cff8", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220128044629-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar", "artifactChecksum": "NTk2ZjkxYzFhZDVmMjhjYThiNjU4ZmM1MGNlYzNhNzE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2540c805-59bb-4895-8f0e-824f1ba82627" } ], "workloadContext": "Production" } 2022-01-28T04:50:18.554Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-28T04:50:18.554Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 73942fb7-3c19-46d2-b88b-de287bc1a9c0 ASDC 2022-01-28T04:50:18.555Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:dab343e9-f5ca-420c-a8ee-56f303ddd152 ServiceName:vFW 2022-01-28 04-46-29 ServiceVersion:1.0 ServiceUUID:73942fb7-3c19-46d2-b88b-de287bc1a9c0 ServiceInvariantUUID:8898102c-c37d-4985-9c91-ac61e48eeec2 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220128044629-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar ArtifactUUID:2540c805-59bb-4895-8f0e-824f1ba82627 ArtifactChecksum:NTk2ZjkxYzFhZDVmMjhjYThiNjU4ZmM1MGNlYzNhNzE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 167e8493-dcbc 0 ResourceCustomizationUUID:0854ef94-c646-42bf-83dd-6e7560e2b9fb ResourceInvariantUUID:a7c7ed58-9ed7-4ae1-b8de-b56802dc99e6 ResourceName:vFW 167e8493-dcbc ResourceType:VF ResourceUUID:a01052a3-3efd-494e-bc87-8378c53130da ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw167e8493dcbc0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vfw167e8493dcbc0_modules.json ArtifactUUID:be3bb1c4-4027-4e2a-b1c1-1250fe2d3509 ArtifactChecksum:OWEwN2E5ZWNmZTdkZDY5YThkNTU3ZDA3MWI5YTZiZWE= 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/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.yaml ArtifactUUID:7a4a00eb-ca4b-44ac-aca6-91a8af39760c 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/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env ArtifactUUID:ffc6996e-6954-42bd-b1f3-7b802122cff8 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/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env ArtifactUUID:ffc6996e-6954-42bd-b1f3-7b802122cff8 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-01-28T04:50:18.555Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 73942fb7-3c19-46d2-b88b-de287bc1a9c0 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-01-28T04:50:18.581Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T04:50:18.581Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:50:18.582Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:50:18.582Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2540c805-59bb-4895-8f0e-824f1ba82627 from URL: /sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar 2022-01-28T04:50:18.582Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T04:50:18.582Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar 2022-01-28T04:50:18.835Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T04:50:18.840Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar 2540c805-59bb-4895-8f0e-824f1ba82627 98960 2022-01-28T04:50:18.840Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar ASDC sendASDCNotification 2022-01-28T04:50:18.840Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar 2022-01-28T04:50:18.840Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T04:50:18.841Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:50:18.842Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:50:18.842Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345418840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:50:18.943Z||pool-207-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T04:50:18.944Z||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-01-28T04:50:18.944Z||pool-207-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:50:18.958Z||pool-207-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:50:18.958Z||pool-207-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-01-28T04:50:19.843Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T04:50:19.844Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:50:19.844Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 2540c805-59bb-4895-8f0e-824f1ba82627, URL: /sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar to file: /app/ASDC/1/service-Vfw20220128044629-csar.csar 2022-01-28T04:50:19.844Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220128044629-csar.csar 2022-01-28T04:50:19.844Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220128044629-csar.csar 2022-01-28T04:50:19.844Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220128044629-csar.csar 2022-01-28T04:50:19.958Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11043384138120039774/Definitions/service-Vfw20220128044629-template.yml 2022-01-28T04:50:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:50:20.695Z||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-01-28T04:50:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:50:20.716Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:50:20.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:50:20.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "clamp", "timestamp": 1643345285840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:50:20.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:50:20.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:50:20.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "policy-id", "timestamp": 1643345284690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:50:20.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:50:20.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:50:20.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "clamp", "timestamp": 1643345285840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vfw167e8493dcbc0_modules.json", "status": "NOTIFIED" } 2022-01-28T04:50:20.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:50:20.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:50:20.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "policy-id", "timestamp": 1643345284690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vfw167e8493dcbc0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T04:50:20.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:50:20.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:50:20.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "ves-openapi-manager", "timestamp": 1643345289944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:50:20.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:50:20.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:50:20.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "clamp", "timestamp": 1643345285840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:50:20.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:50:20.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:50:20.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "policy-id", "timestamp": 1643345284690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T04:50:20.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:50:20.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:50:20.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "ves-openapi-manager", "timestamp": 1643345289944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vfw167e8493dcbc0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T04:50:20.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:50:20.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:50:20.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "multicloud-k8s-id", "timestamp": 1643345291153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:50:20.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:50:20.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:50:20.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "cds", "timestamp": 1643345291207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:50:20.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:50:20.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:50:20.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "clamp", "timestamp": 1643345285840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:50:20.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:50:20.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:50:20.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "policy-id", "timestamp": 1643345284690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:50:20.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:50:20.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:50:20.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "ves-openapi-manager", "timestamp": 1643345289944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:50:20.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:50:20.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:50:20.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "multicloud-k8s-id", "timestamp": 1643345291153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vfw167e8493dcbc0_modules.json", "status": "NOTIFIED" } 2022-01-28T04:50:20.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:50:20.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:50:20.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "cds", "timestamp": 1643345291207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vfw167e8493dcbc0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T04:50:20.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:50:20.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:50:20.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "clamp", "timestamp": 1643345285840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:50:20.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:50:20.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:50:20.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "policy-id", "timestamp": 1643345284690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:50:20.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:50:20.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:50:20.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "ves-openapi-manager", "timestamp": 1643345289944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:50:20.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:50:20.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:50:20.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "multicloud-k8s-id", "timestamp": 1643345291153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T04:50:20.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:50:20.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:50:20.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "cds", "timestamp": 1643345291207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:50:20.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:50:20.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:50:20.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "clamp", "timestamp": 1643345285840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:50:20.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:50:20.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:50:20.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "policy-id", "timestamp": 1643345284690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:50:20.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:50:20.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:50:20.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "ves-openapi-manager", "timestamp": 1643345289944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:50:20.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:50:20.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:50:20.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "multicloud-k8s-id", "timestamp": 1643345291153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:50:20.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:50:20.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:50:20.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "cds", "timestamp": 1643345291207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:50:20.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:50:20.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:50:20.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "clamp", "timestamp": 1643345285840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:50:20.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:50:20.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:50:20.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "policy-id", "timestamp": 1643345284690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:50:20.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:50:20.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:50:20.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "ves-openapi-manager", "timestamp": 1643345289944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:50:20.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:50:20.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:50:20.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "multicloud-k8s-id", "timestamp": 1643345291153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-28T04:50:20.731Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:50:20.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:50:20.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "cds", "timestamp": 1643345291207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:50:20.731Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:50:20.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:50:20.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "policy-id", "timestamp": 1643345296345, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:50:20.731Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:50:20.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:50:20.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "ves-openapi-manager", "timestamp": 1643345289944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:50:20.731Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:50:20.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:50:20.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "multicloud-k8s-id", "timestamp": 1643345291153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:50:20.732Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:50:20.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:50:20.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "cds", "timestamp": 1643345291207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:50:20.732Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:50:20.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:50:20.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "policy-id", "timestamp": 1643345297348, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:50:20.732Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:50:20.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:50:20.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "multicloud-k8s-id", "timestamp": 1643345291153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:50:20.732Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:50:20.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:50:20.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "cds", "timestamp": 1643345291207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:50:20.733Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:50:20.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:50:20.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "policy-id", "timestamp": 1643345298350, "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-01-28T04:50:20.737Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dab343e9-f5ca-420c-a8ee-56f303ddd152 2022-01-28T04:50:20.737Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dab343e9-f5ca-420c-a8ee-56f303ddd152 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-01-28T04:50:20.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:50:20.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "multicloud-k8s-id", "timestamp": 1643345299027, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vfw167e8493dcbc0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T04:50:20.743Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:50:20.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:50:20.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "cds", "timestamp": 1643345299034, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:50:20.743Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:50:20.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:50:20.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "cds", "timestamp": 1643345300039, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-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-01-28T04:50:20.746Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dab343e9-f5ca-420c-a8ee-56f303ddd152 2022-01-28T04:50:20.746Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dab343e9-f5ca-420c-a8ee-56f303ddd152 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-01-28T04:50:20.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:50:20.752Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "multicloud-k8s-id", "timestamp": 1643345300079, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T04:50:20.752Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 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 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-01-28T04:50:21.335Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-28T04:50:21.335Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-01-28T04:50:21.335Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220128044629-csar.csar 2022-01-28T04:50:21.335Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-01-28T04:50:21.335Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||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-Vfw20220128044629-csar.csar 2022-01-28T04:50:21.335Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||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-Vfw20220128044629-csar.csar 2022-01-28T04:50:21.335Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|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-Vfw20220128044629-csar.csar 2022-01-28T04:50:21.335Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220128044629-csar.csar 2022-01-28T04:50:21.335Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220128044629-csar.csar 2022-01-28T04:50:21.335Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||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-Vfw20220128044629-csar.csar 2022-01-28T04:50:21.335Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|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-Vfw20220128044629-csar.csar 2022-01-28T04:50:21.335Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||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-Vfw20220128044629-csar.csar 2022-01-28T04:50:21.335Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220128044629-csar.csar 2022-01-28T04:50:21.335Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||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-Vfw20220128044629-csar.csar 2022-01-28T04:50:21.335Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220128044629-csar.csar 2022-01-28T04:50:21.335Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|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-Vfw20220128044629-csar.csar 2022-01-28T04:50:21.335Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 167e8493-dcbc 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-Vfw20220128044629-csar.csar 2022-01-28T04:50:21.335Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-01-28T04:50:21.336Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:50:21.336Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-46-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:50:21.336Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vFW 167e8493-dcbc 0 is matching search criteria 2022-01-28T04:50:21.336Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-01-28T04:50:21.336Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 167e8493-dcbc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T04:50:21.336Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:50:21.336Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-46-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:50:21.336Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vFW 167e8493-dcbc 0 is matching search criteria 2022-01-28T04:50:21.336Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-01-28T04:50:21.336Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 167e8493-dcbc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T04:50:21.336Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:50:21.336Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-46-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:50:21.336Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:50:21.336Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vFW 167e8493-dcbc 0 is not matching search criteria 2022-01-28T04:50:21.336Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T04:50:21.336Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T04:50:21.336Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:50:21.337Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T04:50:21.337Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:50:21.337Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T04:50:21.337Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T04:50:21.337Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T04:50:21.337Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T04:50:21.337Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:50:21.337Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T04:50:21.337Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T04:50:21.337Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T04:50:21.337Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T04:50:21.337Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:50:21.337Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-01-28T04:50:21.337Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:50:21.337Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-46-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-28T04:50:21.337Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:50:21.337Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vFW 167e8493-dcbc 0 is matching search criteria 2022-01-28T04:50:21.337Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 167e8493-dcbc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:50:21.337Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:50:21.338Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vFW 167e8493-dcbc 0 is matching search criteria 2022-01-28T04:50:21.338Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 167e8493-dcbc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:50:21.338Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:50:21.338Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vFW 167e8493-dcbc 0 is matching search criteria 2022-01-28T04:50:21.338Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 167e8493-dcbc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:50:21.338Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:50:21.338Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vFW 167e8493-dcbc 0 is not matching search criteria 2022-01-28T04:50:21.338Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T04:50:21.338Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-01-28T04:50:21.338Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T04:50:21.338Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T04:50:21.338Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T04:50:21.338Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:50:21.338Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T04:50:21.338Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T04:50:21.338Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T04:50:21.338Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T04:50:21.338Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:50:21.338Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=38ea6d03-5e6e-44fb-b1b1-e3769a0e5bfa 2022-01-28T04:50:21.338Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:50:21.338Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vFW 167e8493-dcbc 0 is not matching search criteria 2022-01-28T04:50:21.338Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T04:50:21.339Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T04:50:21.339Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:50:21.339Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T04:50:21.339Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:50:21.339Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T04:50:21.339Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T04:50:21.339Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-01-28T04:50:21.339Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T04:50:21.339Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T04:50:21.339Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T04:50:21.339Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:50:21.339Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=246ea382-4cee-4585-b36c-0e9e58d9e26d 2022-01-28T04:50:21.339Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:50:21.339Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vFW 167e8493-dcbc 0 is not matching search criteria 2022-01-28T04:50:21.339Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T04:50:21.339Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T04:50:21.339Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:50:21.339Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T04:50:21.339Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:50:21.339Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T04:50:21.339Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T04:50:21.339Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T04:50:21.340Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T04:50:21.340Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:50:21.340Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T04:50:21.340Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-01-28T04:50:21.340Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b3b61f24-1a24-448b-a8fe-cc1a8728237b 2022-01-28T04:50:21.340Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:50:21.340Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-46-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:50:21.340Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:50:21.340Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-46-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:50:21.340Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:50:21.340Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-46-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:50:21.340Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:50:21.340Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-46-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:50:21.340Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-01-28 04-46-29 Description:catalog service description Model UUID:73942fb7-3c19-46d2-b88b-de287bc1a9c0 Model Version:NULL Model InvariantUuid:8898102c-c37d-4985-9c91-ac61e48eeec2 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 167e8493-dcbc Model UUID:b0c27955-cfa6-478a-84ca-d2d73d61d65d Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:a7c7ed58-9ed7-4ae1-b8de-b56802dc99e6 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:0854ef94-c646-42bf-83dd-6e7560e2b9fb NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:52e78aff-12a7-485b-b62c-f41146e10d9f ModelName:Vfw167e8493Dcbc..base_vfw..module-0 ModelUuid:1c8d78d0-3285-4d3e-8b1b-93d02c816797 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:38ea6d03-5e6e-44fb-b1b1-e3769a0e5bfa ModelInvariantUuid:1f26ce08-c36f-4f01-811e-a3283727e9a6 ModelName:vFW 167e8493-dcbc-nodes.vfwCvfc ModelUuid:bfe43f61-f359-4aa2-8f5e-0d418348315b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:0f061270-51af-4155-b690-47702e3415b4 ModelInvariantUuid:19d76661-4eef-45a6-a093-c50930236118 ModelName:Vfw167e8493Dcbc.compute.nodes.heat.vfw ModelUuid:661ec745-f3d9-465d-a0ee-faad01356d4a ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:246ea382-4cee-4585-b36c-0e9e58d9e26d ModelInvariantUuid:fc74955a-3bba-44d1-b7fd-a423a14f09bb ModelName:vFW 167e8493-dcbc-nodes.vsnCvfc ModelUuid:9e83c699-42ec-49ad-a816-2d7c09c3845a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:b7d32bbd-c0c2-4477-b111-5b7a9c2cc011 ModelInvariantUuid:e769f439-6507-4b05-9a08-ed4bb243a01b ModelName:Vfw167e8493Dcbc.compute.nodes.heat.vsn ModelUuid:f49de7d6-fdbe-4d6a-90f6-00dc116b181b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:b3b61f24-1a24-448b-a8fe-cc1a8728237b ModelInvariantUuid:6b6d2be8-24dc-4e2d-85d3-55823a95c994 ModelName:vFW 167e8493-dcbc-nodes.vpgCvfc ModelUuid:48c426dc-8d78-4ea4-b816-e5ba024d6398 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:037b1cf6-fe99-4c34-8f2a-9be51274bbe6 ModelInvariantUuid:335b3b39-b90b-447e-bba7-0d591167ca07 ModelName:Vfw167e8493Dcbc.compute.nodes.heat.vpg ModelUuid:f3055c3c-4eb1-409d-8fb0-5ee88c80545c 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-01-28T04:50:21.346Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: a01052a3-3efd-494e-bc87-8378c53130da 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-01-28T04:50:21.348Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||vFW 167e8493-dcbc 0 2022-01-28T04:50:21.348Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a01052a3-3efd-494e-bc87-8378c53130da 2022-01-28T04:50:21.348Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: be3bb1c4-4027-4e2a-b1c1-1250fe2d3509 from URL: /sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vfw167e8493dcbc0_modules.json 2022-01-28T04:50:21.348Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T04:50:21.348Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vfw167e8493dcbc0_modules.json 2022-01-28T04:50:21.429Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T04:50:21.430Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vfw167e8493dcbc0_modules.json be3bb1c4-4027-4e2a-b1c1-1250fe2d3509 785 2022-01-28T04:50:21.430Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vfw167e8493dcbc0_modules.json ASDC sendASDCNotification 2022-01-28T04:50:21.430Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vfw167e8493dcbc0_modules.json 2022-01-28T04:50:21.430Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T04:50:21.430Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:50:21.431Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:50:21.432Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345421430, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vfw167e8493dcbc0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T04:50:21.532Z||pool-208-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:50:21.532Z||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-01-28T04:50:21.533Z||pool-208-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:50:21.546Z||pool-208-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:50:21.547Z||pool-208-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:50:22.432Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw167e8493Dcbc..base_vfw..module-0", "vfModuleModelInvariantUUID": "52e78aff-12a7-485b-b62c-f41146e10d9f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1c8d78d0-3285-4d3e-8b1b-93d02c816797", "vfModuleModelCustomizationUUID": "45231138-a43c-40a7-8529-30c2ca8f4010", "isBase": true, "artifacts": [ "7a4a00eb-ca4b-44ac-aca6-91a8af39760c", "ffc6996e-6954-42bd-b1f3-7b802122cff8" ], "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-01-28T04:50:22.437Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw167e8493Dcbc..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1c8d78d0-3285-4d3e-8b1b-93d02c816797 VfModuleModelInvariantUUID:52e78aff-12a7-485b-b62c-f41146e10d9f VfModuleModelDescription:NULL Artifacts UUID List:{ 7a4a00eb-ca4b-44ac-aca6-91a8af39760c , ffc6996e-6954-42bd-b1f3-7b802122cff8 } 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-01-28T04:50:22.441Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw167e8493Dcbc..base_vfw..module-0", "vfModuleModelInvariantUUID": "52e78aff-12a7-485b-b62c-f41146e10d9f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1c8d78d0-3285-4d3e-8b1b-93d02c816797", "vfModuleModelCustomizationUUID": "45231138-a43c-40a7-8529-30c2ca8f4010", "isBase": true, "artifacts": [ "7a4a00eb-ca4b-44ac-aca6-91a8af39760c", "ffc6996e-6954-42bd-b1f3-7b802122cff8" ], "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-01-28T04:50:22.442Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw167e8493Dcbc..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1c8d78d0-3285-4d3e-8b1b-93d02c816797 VfModuleModelInvariantUUID:52e78aff-12a7-485b-b62c-f41146e10d9f VfModuleModelDescription:NULL Artifacts UUID List:{ 7a4a00eb-ca4b-44ac-aca6-91a8af39760c , ffc6996e-6954-42bd-b1f3-7b802122cff8 } 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-01-28T04:50:22.442Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7a4a00eb-ca4b-44ac-aca6-91a8af39760c from URL: /sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.yaml 2022-01-28T04:50:22.442Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T04:50:22.442Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.yaml 2022-01-28T04:50:22.493Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T04:50:22.494Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.yaml 7a4a00eb-ca4b-44ac-aca6-91a8af39760c 20368 2022-01-28T04:50:22.495Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-01-28T04:50:22.495Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.yaml 2022-01-28T04:50:22.495Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T04:50:22.495Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:50:22.497Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:50:22.497Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345422495, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T04:50:22.597Z||pool-209-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:50:22.598Z||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-01-28T04:50:22.598Z||pool-209-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:50:22.612Z||pool-209-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:50:22.612Z||pool-209-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:50:23.497Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ffc6996e-6954-42bd-b1f3-7b802122cff8 from URL: /sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env 2022-01-28T04:50:23.498Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T04:50:23.498Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env 2022-01-28T04:50:23.607Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T04:50:23.607Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env ffc6996e-6954-42bd-b1f3-7b802122cff8 2098 2022-01-28T04:50:23.607Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-01-28T04:50:23.607Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env 2022-01-28T04:50:23.607Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T04:50:23.608Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:50:23.609Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:50:23.609Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345423607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-28T04:50:23.709Z||pool-210-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:50:23.710Z||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-01-28T04:50:23.710Z||pool-210-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:50:23.721Z||pool-210-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:50:23.722Z||pool-210-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:50:24.609Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 73942fb7-3c19-46d2-b88b-de287bc1a9c0 2022-01-28T04:50:24.610Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 167e8493-dcbc 0 a01052a3-3efd-494e-bc87-8378c53130da 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-01-28T04:50:24.626Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@55188605, org.onap.sdc.toscaparser.api.parameters.Input@4dc615e1, org.onap.sdc.toscaparser.api.parameters.Input@53d9f09c, org.onap.sdc.toscaparser.api.parameters.Input@4fa691bc, org.onap.sdc.toscaparser.api.parameters.Input@5e9f1ee3] 2022-01-28T04:50:24.627Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:50:24.627Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-46-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:50:24.627Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-01-28T04:50:24.627Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 0854ef94-c646-42bf-83dd-6e7560e2b9fb 2022-01-28T04:50:24.628Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0854ef94-c646-42bf-83dd-6e7560e2b9fb matches Tosca VF Customization UUID: 0854ef94-c646-42bf-83dd-6e7560e2b9fb 2022-01-28T04:50:24.628Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 0854ef94-c646-42bf-83dd-6e7560e2b9fb 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-01-28T04:50:24.629Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:50:24.630Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-46-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:50:24.630Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 0854ef94-c646-42bf-83dd-6e7560e2b9fb: {\"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-01-28T04:50:24.630Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@441a6515 2022-01-28T04:50:24.630Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:50:24.630Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-46-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-28T04:50:24.630Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 45231138-a43c-40a7-8529-30c2ca8f4010 2022-01-28T04:50:24.630Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 45231138-a43c-40a7-8529-30c2ca8f4010 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-01-28T04:50:24.632Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:50:24.632Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vFW 167e8493-dcbc 0 is matching search criteria 2022-01-28T04:50:24.632Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 167e8493-dcbc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:50:24.632Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:50:24.632Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vFW 167e8493-dcbc 0 is matching search criteria 2022-01-28T04:50:24.632Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 167e8493-dcbc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:50:24.633Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:50:24.633Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vFW 167e8493-dcbc 0 is not matching search criteria 2022-01-28T04:50:24.633Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T04:50:24.633Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-01-28T04:50:24.633Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T04:50:24.633Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T04:50:24.633Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T04:50:24.633Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:50:24.633Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T04:50:24.633Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T04:50:24.633Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T04:50:24.633Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T04:50:24.633Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:50:24.633Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=38ea6d03-5e6e-44fb-b1b1-e3769a0e5bfa 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-01-28T04:50:24.636Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:50:24.636Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vFW 167e8493-dcbc 0 is matching search criteria 2022-01-28T04:50:24.636Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 167e8493-dcbc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:50:24.636Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:50:24.636Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vFW 167e8493-dcbc 0 is not matching search criteria 2022-01-28T04:50:24.636Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T04:50:24.636Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T04:50:24.636Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:50:24.636Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T04:50:24.636Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:50:24.636Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T04:50:24.636Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T04:50:24.636Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-01-28T04:50:24.636Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T04:50:24.637Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T04:50:24.637Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T04:50:24.637Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:50:24.637Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=246ea382-4cee-4585-b36c-0e9e58d9e26d 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-01-28T04:50:24.638Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:50:24.638Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vFW 167e8493-dcbc 0 is matching search criteria 2022-01-28T04:50:24.638Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 167e8493-dcbc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:50:24.638Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:50:24.639Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vFW 167e8493-dcbc 0 is not matching search criteria 2022-01-28T04:50:24.639Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T04:50:24.639Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T04:50:24.639Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:50:24.639Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T04:50:24.639Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:50:24.639Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T04:50:24.639Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T04:50:24.639Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T04:50:24.639Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T04:50:24.639Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:50:24.639Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T04:50:24.639Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-01-28T04:50:24.639Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b3b61f24-1a24-448b-a8fe-cc1a8728237b 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-01-28T04:50:24.641Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:50:24.641Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vFW 167e8493-dcbc 0 is matching search criteria 2022-01-28T04:50:24.641Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 167e8493-dcbc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:50:24.641Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:50:24.641Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vFW 167e8493-dcbc 0 is matching search criteria 2022-01-28T04:50:24.641Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 167e8493-dcbc 0] matching following query criteria: sdcType=VF, customizationUUID=0854ef94-c646-42bf-83dd-6e7560e2b9fb 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-01-28T04:50:24.642Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:50:24.643Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-46-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:50:24.643Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 73942fb7-3c19-46d2-b88b-de287bc1a9c0: vFW 167e8493-dcbc 2022-01-28T04:50:24.643Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:50:24.643Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-46-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:50:24.643Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:50:24.643Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-46-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:50:24.643Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:50:24.643Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-46-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:50:24.643Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:50:24.643Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-46-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:50:24.644Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:50:24.644Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-46-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:50:24.644Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-01-28 04-46-29 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-01-28T04:50:24.780Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 167e8493-dcbc a01052a3-3efd-494e-bc87-8378c53130da 1 ASDC deployResourceStructure 2022-01-28T04:50:24.780Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vfw167e8493dcbc0_modules.json ASDC sendASDCNotification 2022-01-28T04:50:24.780Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vfw167e8493dcbc0_modules.json 2022-01-28T04:50:24.780Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T04:50:24.781Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:50:24.782Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:50:24.782Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345424780, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vfw167e8493dcbc0_modules.json", "status": "DEPLOY_OK" } 2022-01-28T04:50:24.882Z||pool-211-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T04:50:24.883Z||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-01-28T04:50:24.883Z||pool-211-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:50:24.895Z||pool-211-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:50:24.896Z||pool-211-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-01-28T04:50:25.783Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-01-28T04:50:25.784Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.yaml 2022-01-28T04:50:25.784Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T04:50:25.784Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:50:25.786Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:50:25.786Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345425783, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-01-28T04:50:25.886Z||pool-212-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:50:25.887Z||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-01-28T04:50:25.887Z||pool-212-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:50:25.900Z||pool-212-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:50:25.900Z||pool-212-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:50:26.786Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-01-28T04:50:26.787Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env 2022-01-28T04:50:26.787Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T04:50:26.787Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:50:26.789Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:50:26.789Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345426786, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-01-28T04:50:26.889Z||pool-213-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:50:26.890Z||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-01-28T04:50:26.890Z||pool-213-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:50:26.903Z||pool-213-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:50:26.903Z||pool-213-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:50:27.791Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar ASDC sendASDCNotification 2022-01-28T04:50:27.791Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar 2022-01-28T04:50:27.791Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T04:50:27.791Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:50:27.793Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:50:27.794Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345427790, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:50:27.894Z||pool-214-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:50:27.894Z||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-01-28T04:50:27.895Z||pool-214-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:50:27.908Z||pool-214-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:50:27.908Z||pool-214-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-01-28T04:50:28.794Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dab343e9-f5ca-420c-a8ee-56f303ddd152 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:50:28.804Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dab343e9-f5ca-420c-a8ee-56f303ddd152 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:50:28.806Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:50:28.806Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T04:50:28.807Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T04:50:58.807Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dab343e9-f5ca-420c-a8ee-56f303ddd152 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:50:58.816Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dab343e9-f5ca-420c-a8ee-56f303ddd152 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:50:58.818Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:50:58.818Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T04:50:58.818Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T04:51:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:51:20.695Z||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-01-28T04:51:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:51:20.721Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:51:20.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:51:20.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "multicloud-k8s-id", "timestamp": 1643345301131, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-28T04:51:20.722Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:51:20.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:51:20.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "multicloud-k8s-id", "timestamp": 1643345302146, "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-01-28T04:51:20.728Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dab343e9-f5ca-420c-a8ee-56f303ddd152 2022-01-28T04:51:20.728Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dab343e9-f5ca-420c-a8ee-56f303ddd152 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-01-28T04:51:20.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:51:20.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "clamp", "timestamp": 1643345302384, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:51:20.735Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:51:20.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:51:20.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "multicloud-k8s-id", "timestamp": 1643345303148, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vfw167e8493dcbc0_modules.json", "status": "DEPLOY_OK" } 2022-01-28T04:51:20.735Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:51:20.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:51:20.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "aai-ml", "timestamp": 1643345303887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:51:20.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:51:20.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:51:20.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "clamp", "timestamp": 1643345305385, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:51:20.736Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:51:20.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:51:20.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "aai-ml", "timestamp": 1643345303887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vfw167e8493dcbc0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T04:51:20.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:51:20.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:51:20.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "clamp", "timestamp": 1643345306389, "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-01-28T04:51:20.739Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dab343e9-f5ca-420c-a8ee-56f303ddd152 2022-01-28T04:51:20.739Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dab343e9-f5ca-420c-a8ee-56f303ddd152 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-01-28T04:51:20.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:51:20.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "aai-ml", "timestamp": 1643345303887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:51:20.745Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:51:20.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:51:20.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "aai-ml", "timestamp": 1643345303887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:51:20.745Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:51:20.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:51:20.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "aai-ml", "timestamp": 1643345303887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:51:20.745Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:51:20.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:51:20.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345308102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:51:20.745Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:51:20.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:51:20.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "aai-ml", "timestamp": 1643345303887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:51:20.745Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:51:20.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:51:20.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345308102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vfw167e8493dcbc0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T04:51:20.745Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:51:20.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:51:20.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "aai-ml", "timestamp": 1643345303887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:51:20.746Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:51:20.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:51:20.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345308102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:51:20.746Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:51:20.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:51:20.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345308102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:51:20.746Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:51:20.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:51:20.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "aai-ml", "timestamp": 1643345311844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:51:20.746Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:51:20.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:51:20.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345308102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:51:20.746Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:51:20.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:51:20.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345308102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:51:20.746Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:51:20.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:51:20.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345308102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:51:20.746Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:51:20.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:51:20.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345315814, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:51:20.746Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:51:20.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:51:20.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "aai-ml", "timestamp": 1643345318314, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar", "status": "DEPLOY_ERROR" } 2022-01-28T04:51:20.746Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:51:20.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:51:20.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345318512, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:51:20.746Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:51:20.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:51:20.747Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "aai-ml", "timestamp": 1643345319317, "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-01-28T04:51:20.750Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of dab343e9-f5ca-420c-a8ee-56f303ddd152 2022-01-28T04:51:20.750Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dab343e9-f5ca-420c-a8ee-56f303ddd152 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-01-28T04:51:20.756Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:51:20.756Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345319518, "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-01-28T04:51:20.760Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dab343e9-f5ca-420c-a8ee-56f303ddd152 2022-01-28T04:51:20.760Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dab343e9-f5ca-420c-a8ee-56f303ddd152 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-01-28T04:51:28.818Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dab343e9-f5ca-420c-a8ee-56f303ddd152 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:51:28.828Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dab343e9-f5ca-420c-a8ee-56f303ddd152 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:51:28.830Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:51:28.830Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-28T04:51:28.830Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-28T04:51:28.830Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-28T04:51:28.831Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-01-28T04:51:28.831Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|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-01-28T04:51:28.835Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-28T04:51:58.835Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dab343e9-f5ca-420c-a8ee-56f303ddd152 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-01-28T04:51:58.840Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dab343e9-f5ca-420c-a8ee-56f303ddd152 and serviceModelVersionId: 73942fb7-3c19-46d2-b88b-de287bc1a9c0 2022-01-28T04:51:58.840Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8898102c-c37d-4985-9c91-ac61e48eeec2 2022-01-28T04:51:58.841Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8898102c-c37d-4985-9c91-ac61e48eeec2/model-vers/model-ver/73942fb7-3c19-46d2-b88b-de287bc1a9c0?depth=0 2022-01-28T04:51:58.848Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-01-28T04:51:58.865Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8898102c-c37d-4985-9c91-ac61e48eeec2/model-vers/model-ver/73942fb7-3c19-46d2-b88b-de287bc1a9c0?depth=0|INFO|500||Invoke 2022-01-28T04:51:58.866Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8898102c-c37d-4985-9c91-ac61e48eeec2/model-vers/model-ver/73942fb7-3c19-46d2-b88b-de287bc1a9c0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8898102c-c37d-4985-9c91-ac61e48eeec2/model-vers/model-ver/73942fb7-3c19-46d2-b88b-de287bc1a9c0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dab343e9-f5ca-420c-a8ee-56f303ddd152], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7daca875-2ad6-45ad-adea-137098f0d796], X-ECOMP-RequestID=[dab343e9-f5ca-420c-a8ee-56f303ddd152], X-TransactionId=[], X-ONAP-RequestID=[dab343e9-f5ca-420c-a8ee-56f303ddd152], Content-Type=[application/merge-patch+json]} 2022-01-28T04:51:58.880Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8898102c-c37d-4985-9c91-ac61e48eeec2/model-vers/model-ver/73942fb7-3c19-46d2-b88b-de287bc1a9c0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-01-28T04:51:58.898Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8898102c-c37d-4985-9c91-ac61e48eeec2/model-vers/model-ver/73942fb7-3c19-46d2-b88b-de287bc1a9c0?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/8898102c-c37d-4985-9c91-ac61e48eeec2/model-vers/model-ver/73942fb7-3c19-46d2-b88b-de287bc1a9c0?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220128-04:51:58:886-64534], Content-Length=[495], Date=[Fri, 28 Jan 2022 04:51:58 GMT], Content-Type=[application/json]} 2022-01-28T04:51:58.899Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8898102c-c37d-4985-9c91-ac61e48eeec2/model-vers/model-ver/73942fb7-3c19-46d2-b88b-de287bc1a9c0?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/8898102c-c37d-4985-9c91-ac61e48eeec2/model-vers/model-ver/73942fb7-3c19-46d2-b88b-de287bc1a9c0","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8898102c-c37d-4985-9c91-ac61e48eeec2/model-vers/model-ver/73942fb7-3c19-46d2-b88b-de287bc1a9c0","ERR.5.4.6114"]}}} 2022-01-28T04:51:58.900Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8898102c-c37d-4985-9c91-ac61e48eeec2/model-vers/model-ver/73942fb7-3c19-46d2-b88b-de287bc1a9c0?depth=0|INFO|404|Not Found|InvokeReturn 2022-01-28T04:51:58.902Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=dab343e9-f5ca-420c-a8ee-56f303ddd152 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8898102c-c37d-4985-9c91-ac61e48eeec2/model-vers/model-ver/73942fb7-3c19-46d2-b88b-de287bc1a9c0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8898102c-c37d-4985-9c91-ac61e48eeec2/model-vers/model-ver/73942fb7-3c19-46d2-b88b-de287bc1a9c0) (ec=ERR.5.4.6114) 2022-01-28T04:51:58.902Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=dab343e9-f5ca-420c-a8ee-56f303ddd152 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8898102c-c37d-4985-9c91-ac61e48eeec2/model-vers/model-ver/73942fb7-3c19-46d2-b88b-de287bc1a9c0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8898102c-c37d-4985-9c91-ac61e48eeec2/model-vers/model-ver/73942fb7-3c19-46d2-b88b-de287bc1a9c0) (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-01-28T04:51:58.902Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=dab343e9-f5ca-420c-a8ee-56f303ddd152 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8898102c-c37d-4985-9c91-ac61e48eeec2/model-vers/model-ver/73942fb7-3c19-46d2-b88b-de287bc1a9c0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8898102c-c37d-4985-9c91-ac61e48eeec2/model-vers/model-ver/73942fb7-3c19-46d2-b88b-de287bc1a9c0) (ec=ERR.5.4.6114) 2022-01-28T04:51:58.903Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=dab343e9-f5ca-420c-a8ee-56f303ddd152 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8898102c-c37d-4985-9c91-ac61e48eeec2/model-vers/model-ver/73942fb7-3c19-46d2-b88b-de287bc1a9c0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8898102c-c37d-4985-9c91-ac61e48eeec2/model-vers/model-ver/73942fb7-3c19-46d2-b88b-de287bc1a9c0) (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-01-28T04:51:58.905Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|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-01-28T04:51:58.906Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dab343e9-f5ca-420c-a8ee-56f303ddd152 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=dab343e9-f5ca-420c-a8ee-56f303ddd152 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8898102c-c37d-4985-9c91-ac61e48eeec2/model-vers/model-ver/73942fb7-3c19-46d2-b88b-de287bc1a9c0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8898102c-c37d-4985-9c91-ac61e48eeec2/model-vers/model-ver/73942fb7-3c19-46d2-b88b-de287bc1a9c0) (ec=ERR.5.4.6114) 2022-01-28T04:51:58.906Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-01-28T04:51:58.906Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:51:58.907Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:51:58.907Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345518906, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003ddab343e9-f5ca-420c-a8ee-56f303ddd152 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8898102c-c37d-4985-9c91-ac61e48eeec2/model-vers/model-ver/73942fb7-3c19-46d2-b88b-de287bc1a9c0 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8898102c-c37d-4985-9c91-ac61e48eeec2/model-vers/model-ver/73942fb7-3c19-46d2-b88b-de287bc1a9c0) (ec\u003dERR.5.4.6114)" } 2022-01-28T04:51:59.007Z||pool-215-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:51:59.008Z||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-01-28T04:51:59.008Z||pool-215-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:51:59.027Z||pool-215-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:51:59.027Z||pool-215-thread-1|||||INFO|500||cambria reply ok (19 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-01-28T04:51:59.919Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:51:59.920Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|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-01-28T04:51:59.920Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:52:09.462Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:52:09.463Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:52:09.463Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|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-01-28T04:52:09.463Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:52:18.999Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:52:18.999Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:52:19.000Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|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-01-28T04:52:19.000Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:52:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:52:20.695Z||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-01-28T04:52:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:52:20.716Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:52:20.717Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:52:20.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "296570b1-1757-43e6-985b-19d495b58707", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345406090, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d296570b1-1757-43e6-985b-19d495b58707 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/493e3b8e-b410-4059-b2a9-7960cc8af1c8/model-vers/model-ver/bdf12c3c-9224-4bc0-9cf1-30052ad53b67 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/493e3b8e-b410-4059-b2a9-7960cc8af1c8/model-vers/model-ver/bdf12c3c-9224-4bc0-9cf1-30052ad53b67) (ec\u003dERR.5.4.6114)" } 2022-01-28T04:52:20.717Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:52:20.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:52:20.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345407104, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:52:20.718Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:52:20.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:52:20.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345407104, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vfw167e8493dcbc0_modules.json", "status": "NOTIFIED" } 2022-01-28T04:52:20.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:52:20.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:52:20.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345407104, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T04:52:20.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:52:20.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:52:20.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345407104, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:52:20.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:52:20.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:52:20.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345407104, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-28T04:52:20.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:52:20.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:52:20.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345407104, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:52:20.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:52:20.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:52:20.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345407104, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:52:20.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T04:52:20.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:52:20.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345418840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:52:20.720Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:52:22.969Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:52:22.970Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T04:52:22.970Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"0eb728dc-2208-45ad-b69a-ec7209e72ffb","serviceName":"Demo_pNF_cKG4cKWZXRRlDC8OCZ7T","serviceVersion":"1.0","serviceUUID":"05a6c390-b344-4e05-8b4d-032fbf9c4427","serviceDescription":"catalog service description","serviceInvariantUUID":"e6613f51-fa32-4434-890e-a4c3f6902a26","resources":[{"resourceInstanceName":"pNF 4862f71a-ad8a 0","resourceName":"pNF 4862f71a-ad8a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a50d88a0-5be0-4f18-9068-593b550a28d7","resourceInvariantUUID":"3824a1e5-03a3-4c64-b246-62295218bb80","resourceCustomizationUUID":"592d2d02-58a2-4cb4-b631-f564f9547ee2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/vf-license-model.xml","artifactChecksum":"ODBjNjZlYzk0MmIwNGI0YjMxNWE5NTUzYmMxMTk2MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e66b2950-936e-4255-851c-75b2a9675fbc","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/pNF.csar","artifactChecksum":"ZjBmZTk0NzU2ZjZmZGU1NTliOTg5OGQzNzQ2ZDA4YTA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"909ed41d-3e80-44fc-b277-b4435a477192","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e4ebb55c-4856-4566-9b75-a3d94ba85932","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/vendor-license-model.xml","artifactChecksum":"ZWVhZmRiNWY3ODdmNmI0M2Y5MDM2YTMxNmE3Y2MyZjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f8df19ba-a10e-41d7-861f-98f2058a9494","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b90ba651-a8cf-410a-b39e-3849a6dfc41f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0a5532f5-b61d-412a-86bc-1a1f975fed42","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfCkg4ckwzxrrldc8ocz7t-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/artifacts/service-DemoPnfCkg4ckwzxrrldc8ocz7t-template.yml","artifactChecksum":"NTFlMjg4NzFjYmYwZDFiZGNhZTYzZTlkMDAwMjU0MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d724229d-79f2-4f64-9b7d-ee50116ec420","artifactVersion":"1"},{"artifactName":"service-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/artifacts/service-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar","artifactChecksum":"ODMxNmVhODczZmMwYWNmMTgwOGQyNjZmZDZhODU3OGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"240115b1-5c68-445d-8e7d-11049917877d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-28T04:52:22.971Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:52:22.972Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:52:22.974Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:52:22.974Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345538999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:52:23.074Z||pool-216-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:52:23.078Z||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-01-28T04:52:23.078Z||pool-216-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:52:23.093Z||pool-216-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:52:23.093Z||pool-216-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:52:23.974Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:52:23.976Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:52:23.978Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:52:23.978Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345538999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:52:24.078Z||pool-217-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:52:24.079Z||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-01-28T04:52:24.079Z||pool-217-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:52:24.093Z||pool-217-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:52:24.093Z||pool-217-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:52:24.978Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:52:24.979Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:52:24.981Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:52:24.981Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345538999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:52:25.082Z||pool-218-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T04:52:25.082Z||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-01-28T04:52:25.082Z||pool-218-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:52:25.096Z||pool-218-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:52:25.097Z||pool-218-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:52:25.982Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:52:25.982Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:52:25.984Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:52:25.984Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345538999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:52:26.084Z||pool-219-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:52:26.085Z||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-01-28T04:52:26.085Z||pool-219-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:52:26.098Z||pool-219-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:52:26.099Z||pool-219-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:52:26.984Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:52:26.985Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:52:26.986Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:52:26.986Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345538999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:52:27.086Z||pool-220-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:52:27.087Z||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-01-28T04:52:27.087Z||pool-220-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:52:27.102Z||pool-220-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:52:27.102Z||pool-220-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-01-28T04:52:27.987Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:52:27.987Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:52:27.989Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:52:27.989Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345538999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:52:28.089Z||pool-221-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:52:28.089Z||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-01-28T04:52:28.090Z||pool-221-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:52:28.101Z||pool-221-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:52:28.101Z||pool-221-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:52:28.989Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:52:28.990Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:52:28.993Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:52:28.993Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345538999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/artifacts/service-DemoPnfCkg4ckwzxrrldc8ocz7t-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:52:29.092Z||pool-222-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T04:52:29.093Z||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-01-28T04:52:29.093Z||pool-222-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:52:29.106Z||pool-222-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:52:29.107Z||pool-222-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:52:29.993Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:52:29.994Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:52:29.997Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:52:29.997Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345538999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/artifacts/service-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:52:30.097Z||pool-223-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:52:30.097Z||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-01-28T04:52:30.098Z||pool-223-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:52:30.110Z||pool-223-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:52:30.110Z||pool-223-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:52:30.998Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "serviceName": "Demo_pNF_cKG4cKWZXRRlDC8OCZ7T", "serviceVersion": "1.0", "serviceUUID": "05a6c390-b344-4e05-8b4d-032fbf9c4427", "serviceDescription": "catalog service description", "serviceInvariantUUID": "e6613f51-fa32-4434-890e-a4c3f6902a26", "resources": [ { "resourceInstanceName": "pNF 4862f71a-ad8a 0", "resourceCustomizationUUID": "592d2d02-58a2-4cb4-b631-f564f9547ee2", "resourceName": "pNF 4862f71a-ad8a", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "a50d88a0-5be0-4f18-9068-593b550a28d7", "resourceInvariantUUID": "3824a1e5-03a3-4c64-b246-62295218bb80", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/artifacts/service-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar", "artifactChecksum": "ODMxNmVhODczZmMwYWNmMTgwOGQyNjZmZDZhODU3OGU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "240115b1-5c68-445d-8e7d-11049917877d" } ], "workloadContext": "Production" } 2022-01-28T04:52:30.998Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-28T04:52:30.998Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 05a6c390-b344-4e05-8b4d-032fbf9c4427 ASDC 2022-01-28T04:52:30.999Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:0eb728dc-2208-45ad-b69a-ec7209e72ffb ServiceName:Demo_pNF_cKG4cKWZXRRlDC8OCZ7T ServiceVersion:1.0 ServiceUUID:05a6c390-b344-4e05-8b4d-032fbf9c4427 ServiceInvariantUUID:e6613f51-fa32-4434-890e-a4c3f6902a26 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/artifacts/service-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar ArtifactUUID:240115b1-5c68-445d-8e7d-11049917877d ArtifactChecksum:ODMxNmVhODczZmMwYWNmMTgwOGQyNjZmZDZhODU3OGU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 4862f71a-ad8a 0 ResourceCustomizationUUID:592d2d02-58a2-4cb4-b631-f564f9547ee2 ResourceInvariantUUID:3824a1e5-03a3-4c64-b246-62295218bb80 ResourceName:pNF 4862f71a-ad8a ResourceType:PNF ResourceUUID:a50d88a0-5be0-4f18-9068-593b550a28d7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-01-28T04:52:30.999Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 05a6c390-b344-4e05-8b4d-032fbf9c4427 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-01-28T04:52:31.018Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T04:52:31.018Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:52:31.018Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:52:31.018Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 240115b1-5c68-445d-8e7d-11049917877d from URL: /sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/artifacts/service-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar 2022-01-28T04:52:31.018Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T04:52:31.018Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/artifacts/service-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar 2022-01-28T04:52:31.404Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T04:52:31.409Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/artifacts/service-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar 240115b1-5c68-445d-8e7d-11049917877d 82641 2022-01-28T04:52:31.410Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/artifacts/service-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar ASDC sendASDCNotification 2022-01-28T04:52:31.410Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/artifacts/service-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar 2022-01-28T04:52:31.410Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T04:52:31.410Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:52:31.412Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:52:31.412Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345551410, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/artifacts/service-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:52:31.512Z||pool-224-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:52:31.513Z||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-01-28T04:52:31.513Z||pool-224-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:52:31.531Z||pool-224-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:52:31.531Z||pool-224-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:52:32.412Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T04:52:32.414Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:52:32.414Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 240115b1-5c68-445d-8e7d-11049917877d, URL: /sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/artifacts/service-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar to file: /app/ASDC/1/service-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar 2022-01-28T04:52:32.414Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar 2022-01-28T04:52:32.415Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar 2022-01-28T04:52:32.415Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar 2022-01-28T04:52:32.483Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4434843676097358380/Definitions/service-DemoPnfCkg4ckwzxrrldc8ocz7t-template.yml 2022-01-28T04:52:33.007Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-28T04:52:33.007Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-01-28T04:52:33.007Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar 2022-01-28T04:52:33.007Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-01-28T04:52:33.007Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4862f71a-ad8a 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-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar 2022-01-28T04:52:33.007Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|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-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar 2022-01-28T04:52:33.007Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|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-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar 2022-01-28T04:52:33.007Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|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-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar 2022-01-28T04:52:33.007Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|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-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar 2022-01-28T04:52:33.007Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|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-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar 2022-01-28T04:52:33.008Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|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-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar 2022-01-28T04:52:33.008Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-01-28T04:52:33.008Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:52:33.008Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_cKG4cKWZXRRlDC8OCZ7T is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:52:33.008Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Node template pNF 4862f71a-ad8a 0 is matching search criteria 2022-01-28T04:52:33.008Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-01-28T04:52:33.008Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 4862f71a-ad8a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T04:52:33.008Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:52:33.008Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_cKG4cKWZXRRlDC8OCZ7T is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:52:33.008Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Node template pNF 4862f71a-ad8a 0 is matching search criteria 2022-01-28T04:52:33.008Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-01-28T04:52:33.008Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 4862f71a-ad8a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T04:52:33.008Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:52:33.008Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_cKG4cKWZXRRlDC8OCZ7T is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:52:33.008Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:52:33.008Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_cKG4cKWZXRRlDC8OCZ7T is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:52:33.008Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:52:33.009Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_cKG4cKWZXRRlDC8OCZ7T is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:52:33.009Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:52:33.009Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_cKG4cKWZXRRlDC8OCZ7T is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:52:33.009Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:52:33.009Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_cKG4cKWZXRRlDC8OCZ7T is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:52:33.009Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_cKG4cKWZXRRlDC8OCZ7T Description:catalog service description Model UUID:05a6c390-b344-4e05-8b4d-032fbf9c4427 Model Version:NULL Model InvariantUuid:e6613f51-fa32-4434-890e-a4c3f6902a26 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-01-28T04:52:33.015Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: a50d88a0-5be0-4f18-9068-593b550a28d7 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-01-28T04:52:33.017Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||INFO|500||pNF 4862f71a-ad8a 0 2022-01-28T04:52:33.017Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a50d88a0-5be0-4f18-9068-593b550a28d7 2022-01-28T04:52:33.017Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 05a6c390-b344-4e05-8b4d-032fbf9c4427 2022-01-28T04:52:33.018Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 05a6c390-b344-4e05-8b4d-032fbf9c4427 2022-01-28T04:52:33.018Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 4862f71a-ad8a 0 a50d88a0-5be0-4f18-9068-593b550a28d7 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-01-28T04:52:33.023Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@db7e574, org.onap.sdc.toscaparser.api.parameters.Input@6c068a07, org.onap.sdc.toscaparser.api.parameters.Input@5fb478c4, org.onap.sdc.toscaparser.api.parameters.Input@5fbb7cb8, org.onap.sdc.toscaparser.api.parameters.Input@6d95be7e] 2022-01-28T04:52:33.023Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:52:33.023Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_cKG4cKWZXRRlDC8OCZ7T is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:52:33.024Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 05a6c390-b344-4e05-8b4d-032fbf9c4427: pNF 4862f71a-ad8a 2022-01-28T04:52:33.024Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||INFO|500||Processing PNF resource: a50d88a0-5be0-4f18-9068-593b550a28d7 2022-01-28T04:52:33.024Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:52:33.024Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_cKG4cKWZXRRlDC8OCZ7T is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:52:33.024Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||INFO|500||Resource customization UUID: 592d2d02-58a2-4cb4-b631-f564f9547ee2 is the same as notified resource customizationUUID: 592d2d02-58a2-4cb4-b631-f564f9547ee2 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-01-28T04:52:33.053Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 4862f71a-ad8a a50d88a0-5be0-4f18-9068-593b550a28d7 0 ASDC deployResourceStructure 2022-01-28T04:52:33.054Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/artifacts/service-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar ASDC sendASDCNotification 2022-01-28T04:52:33.054Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/artifacts/service-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar 2022-01-28T04:52:33.054Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T04:52:33.055Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:52:33.056Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:52:33.057Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345553054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/artifacts/service-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:52:33.157Z||pool-225-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:52:33.157Z||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-01-28T04:52:33.158Z||pool-225-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:52:33.168Z||pool-225-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:52:33.169Z||pool-225-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:52:34.057Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0eb728dc-2208-45ad-b69a-ec7209e72ffb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:52:34.067Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0eb728dc-2208-45ad-b69a-ec7209e72ffb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:52:34.069Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:52:34.069Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T04:52:34.069Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T04:53:04.069Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0eb728dc-2208-45ad-b69a-ec7209e72ffb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:53:04.078Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0eb728dc-2208-45ad-b69a-ec7209e72ffb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:53:04.080Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:53:04.080Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T04:53:04.081Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T04:53:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:53:20.695Z||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-01-28T04:53:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:53:20.718Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:53:20.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:53:20.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345421430, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vfw167e8493dcbc0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T04:53:20.719Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:53:20.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:53:20.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345422495, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T04:53:20.720Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:53:20.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:53:20.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345423607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-28T04:53:20.720Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:53:20.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:53:20.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345424780, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vfw167e8493dcbc0_modules.json", "status": "DEPLOY_OK" } 2022-01-28T04:53:20.720Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:53:20.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:53:20.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345425783, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-01-28T04:53:20.720Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:53:20.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:53:20.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345426786, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-01-28T04:53:20.721Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:53:20.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:53:20.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345427790, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:53:20.721Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:53:34.081Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0eb728dc-2208-45ad-b69a-ec7209e72ffb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:53:34.090Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0eb728dc-2208-45ad-b69a-ec7209e72ffb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:53:34.092Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:53:34.092Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T04:53:34.093Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T04:54:04.093Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0eb728dc-2208-45ad-b69a-ec7209e72ffb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:54:04.100Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0eb728dc-2208-45ad-b69a-ec7209e72ffb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:54:04.101Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:54:04.101Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T04:54:04.101Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T04:54:20.695Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:54:20.696Z||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-01-28T04:54:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:54:20.719Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:54:20.719Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:54:20.719Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345518906, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003ddab343e9-f5ca-420c-a8ee-56f303ddd152 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8898102c-c37d-4985-9c91-ac61e48eeec2/model-vers/model-ver/73942fb7-3c19-46d2-b88b-de287bc1a9c0 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8898102c-c37d-4985-9c91-ac61e48eeec2/model-vers/model-ver/73942fb7-3c19-46d2-b88b-de287bc1a9c0) (ec\u003dERR.5.4.6114)" } 2022-01-28T04:54:20.720Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:54:34.102Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0eb728dc-2208-45ad-b69a-ec7209e72ffb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:54:34.111Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0eb728dc-2208-45ad-b69a-ec7209e72ffb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:54:34.114Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:54:34.114Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T04:54:34.114Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T04:54:36.907Z||http-nio-8085-exec-8|||||INFO|500||Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source) 2022-01-28T04:55:04.114Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0eb728dc-2208-45ad-b69a-ec7209e72ffb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:55:04.123Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0eb728dc-2208-45ad-b69a-ec7209e72ffb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:55:04.125Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:55:04.125Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T04:55:04.125Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T04:55:20.695Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:55:20.695Z||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-01-28T04:55:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:55:21.225Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:55:21.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345538999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345538999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "aai-ml", "timestamp": 1643345543887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345538999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "policy-id", "timestamp": 1643345544690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "aai-ml", "timestamp": 1643345543887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345538999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "policy-id", "timestamp": 1643345544690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "aai-ml", "timestamp": 1643345543887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "cds", "timestamp": 1643345546207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345538999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "policy-id", "timestamp": 1643345544690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "aai-ml", "timestamp": 1643345543887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "cds", "timestamp": 1643345546207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345538999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "policy-id", "timestamp": 1643345544690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "aai-ml", "timestamp": 1643345543887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345548102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "cds", "timestamp": 1643345546207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345538999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/artifacts/service-DemoPnfCkg4ckwzxrrldc8ocz7t-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "policy-id", "timestamp": 1643345544690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "aai-ml", "timestamp": 1643345543887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345548102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "cds", "timestamp": 1643345546207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345538999, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/artifacts/service-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:55:21.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "policy-id", "timestamp": 1643345544690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "aai-ml", "timestamp": 1643345543887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/artifacts/service-DemoPnfCkg4ckwzxrrldc8ocz7t-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "ves-openapi-manager", "timestamp": 1643345549944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345548102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "cds", "timestamp": 1643345546207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "policy-id", "timestamp": 1643345544690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/artifacts/service-DemoPnfCkg4ckwzxrrldc8ocz7t-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345551410, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/artifacts/service-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:55:21.236Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:55:21.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "aai-ml", "timestamp": 1643345543887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/artifacts/service-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:55:21.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "ves-openapi-manager", "timestamp": 1643345549944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.237Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345548102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.237Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "multicloud-k8s-id", "timestamp": 1643345551153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.237Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "cds", "timestamp": 1643345546207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.237Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "policy-id", "timestamp": 1643345544690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/artifacts/service-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:55:21.237Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "ves-openapi-manager", "timestamp": 1643345549944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.237Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345548102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.238Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "aai-ml", "timestamp": 1643345552746, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/artifacts/service-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:55:21.238Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:55:21.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "multicloud-k8s-id", "timestamp": 1643345551153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.238Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "cds", "timestamp": 1643345546207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/artifacts/service-DemoPnfCkg4ckwzxrrldc8ocz7t-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.238Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345553054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/artifacts/service-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:55:21.238Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:55:21.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "ves-openapi-manager", "timestamp": 1643345549944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.239Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345548102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.239Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "policy-id", "timestamp": 1643345553738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/artifacts/service-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:55:21.239Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:55:21.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "multicloud-k8s-id", "timestamp": 1643345551153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.239Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "cds", "timestamp": 1643345546207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/artifacts/service-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:55:21.239Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "ves-openapi-manager", "timestamp": 1643345549944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.239Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345548102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/artifacts/service-DemoPnfCkg4ckwzxrrldc8ocz7t-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.239Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "policy-id", "timestamp": 1643345554741, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/artifacts/service-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:55:21.240Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:55:21.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "multicloud-k8s-id", "timestamp": 1643345551153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.240Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "cds", "timestamp": 1643345555053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/artifacts/service-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:55:21.240Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:55:21.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "ves-openapi-manager", "timestamp": 1643345549944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-01-28T04:55:21.240Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345548102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/artifacts/service-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:55:21.240Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "policy-id", "timestamp": 1643345555744, "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-01-28T04:55:21.246Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0eb728dc-2208-45ad-b69a-ec7209e72ffb 2022-01-28T04:55:21.246Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0eb728dc-2208-45ad-b69a-ec7209e72ffb 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-01-28T04:55:21.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "multicloud-k8s-id", "timestamp": 1643345551153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "cds", "timestamp": 1643345556059, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/artifacts/service-DemoPnfCkg4ckwzxrrldc8ocz7t-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-01-28T04:55:21.256Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0eb728dc-2208-45ad-b69a-ec7209e72ffb 2022-01-28T04:55:21.256Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0eb728dc-2208-45ad-b69a-ec7209e72ffb 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-01-28T04:55:21.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "aai-ml", "timestamp": 1643345556258, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/artifacts/service-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar", "status": "DEPLOY_ERROR" } 2022-01-28T04:55:21.261Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:55:21.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "clamp", "timestamp": 1643345555840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.262Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "ves-openapi-manager", "timestamp": 1643345549944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/artifacts/service-DemoPnfCkg4ckwzxrrldc8ocz7t-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.262Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "multicloud-k8s-id", "timestamp": 1643345551153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.262Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345556809, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/artifacts/service-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:55:21.262Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:55:21.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "aai-ml", "timestamp": 1643345557261, "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-01-28T04:55:21.265Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 0eb728dc-2208-45ad-b69a-ec7209e72ffb 2022-01-28T04:55:21.265Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0eb728dc-2208-45ad-b69a-ec7209e72ffb 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-01-28T04:55:21.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "clamp", "timestamp": 1643345555840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "ves-openapi-manager", "timestamp": 1643345549944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/artifacts/service-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "multicloud-k8s-id", "timestamp": 1643345551153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/artifacts/service-DemoPnfCkg4ckwzxrrldc8ocz7t-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345558419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/artifacts/service-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:55:21.271Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:55:21.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "clamp", "timestamp": 1643345555840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "ves-openapi-manager", "timestamp": 1643345558673, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T04:55:21.271Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:55:21.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "multicloud-k8s-id", "timestamp": 1643345551153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/artifacts/service-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:55:21.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345559421, "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-01-28T04:55:21.275Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0eb728dc-2208-45ad-b69a-ec7209e72ffb 2022-01-28T04:55:21.275Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0eb728dc-2208-45ad-b69a-ec7209e72ffb 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-01-28T04:55:21.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "clamp", "timestamp": 1643345555840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "ves-openapi-manager", "timestamp": 1643345559686, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-01-28T04:55:21.281Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:55:21.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "clamp", "timestamp": 1643345555840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "ves-openapi-manager", "timestamp": 1643345560688, "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-01-28T04:55:21.285Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 0eb728dc-2208-45ad-b69a-ec7209e72ffb 2022-01-28T04:55:21.285Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0eb728dc-2208-45ad-b69a-ec7209e72ffb 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-01-28T04:55:21.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "clamp", "timestamp": 1643345555840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "clamp", "timestamp": 1643345555840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/artifacts/service-DemoPnfCkg4ckwzxrrldc8ocz7t-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:55:21.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "clamp", "timestamp": 1643345555840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/artifacts/service-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:55:21.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-28T04:55:21.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "clamp", "timestamp": 1643345572413, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/artifacts/service-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:55:21.291Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:55:21.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "clamp", "timestamp": 1643345574419, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/artifacts/service-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:55:21.291Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:55:21.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T04:55:21.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "clamp", "timestamp": 1643345575422, "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-01-28T04:55:21.295Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0eb728dc-2208-45ad-b69a-ec7209e72ffb 2022-01-28T04:55:21.295Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0eb728dc-2208-45ad-b69a-ec7209e72ffb 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-01-28T04:55:34.126Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0eb728dc-2208-45ad-b69a-ec7209e72ffb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:55:34.134Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0eb728dc-2208-45ad-b69a-ec7209e72ffb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:55:34.136Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:55:34.136Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-28T04:55:34.136Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-28T04:55:34.136Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-28T04:55:34.136Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-28T04:55:34.136Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-01-28T04:55:34.137Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|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-01-28T04:55:34.142Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-28T04:56:04.142Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0eb728dc-2208-45ad-b69a-ec7209e72ffb 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-01-28T04:56:04.146Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0eb728dc-2208-45ad-b69a-ec7209e72ffb and serviceModelVersionId: 05a6c390-b344-4e05-8b4d-032fbf9c4427 2022-01-28T04:56:04.146Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e6613f51-fa32-4434-890e-a4c3f6902a26 2022-01-28T04:56:04.147Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e6613f51-fa32-4434-890e-a4c3f6902a26/model-vers/model-ver/05a6c390-b344-4e05-8b4d-032fbf9c4427?depth=0 2022-01-28T04:56:04.155Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-01-28T04:56:04.183Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6613f51-fa32-4434-890e-a4c3f6902a26/model-vers/model-ver/05a6c390-b344-4e05-8b4d-032fbf9c4427?depth=0|INFO|500||Invoke 2022-01-28T04:56:04.183Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6613f51-fa32-4434-890e-a4c3f6902a26/model-vers/model-ver/05a6c390-b344-4e05-8b4d-032fbf9c4427?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6613f51-fa32-4434-890e-a4c3f6902a26/model-vers/model-ver/05a6c390-b344-4e05-8b4d-032fbf9c4427?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0eb728dc-2208-45ad-b69a-ec7209e72ffb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b33159af-7c54-497d-bdff-2077b0612b1c], X-ECOMP-RequestID=[0eb728dc-2208-45ad-b69a-ec7209e72ffb], X-TransactionId=[], X-ONAP-RequestID=[0eb728dc-2208-45ad-b69a-ec7209e72ffb], Content-Type=[application/merge-patch+json]} 2022-01-28T04:56:04.203Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6613f51-fa32-4434-890e-a4c3f6902a26/model-vers/model-ver/05a6c390-b344-4e05-8b4d-032fbf9c4427?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-01-28T04:56:04.226Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6613f51-fa32-4434-890e-a4c3f6902a26/model-vers/model-ver/05a6c390-b344-4e05-8b4d-032fbf9c4427?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/e6613f51-fa32-4434-890e-a4c3f6902a26/model-vers/model-ver/05a6c390-b344-4e05-8b4d-032fbf9c4427?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220128-04:56:04:210-17298], Content-Length=[495], Date=[Fri, 28 Jan 2022 04:56:04 GMT], Content-Type=[application/json]} 2022-01-28T04:56:04.227Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6613f51-fa32-4434-890e-a4c3f6902a26/model-vers/model-ver/05a6c390-b344-4e05-8b4d-032fbf9c4427?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/e6613f51-fa32-4434-890e-a4c3f6902a26/model-vers/model-ver/05a6c390-b344-4e05-8b4d-032fbf9c4427","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e6613f51-fa32-4434-890e-a4c3f6902a26/model-vers/model-ver/05a6c390-b344-4e05-8b4d-032fbf9c4427","ERR.5.4.6114"]}}} 2022-01-28T04:56:04.228Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e6613f51-fa32-4434-890e-a4c3f6902a26/model-vers/model-ver/05a6c390-b344-4e05-8b4d-032fbf9c4427?depth=0|INFO|404|Not Found|InvokeReturn 2022-01-28T04:56:04.232Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=0eb728dc-2208-45ad-b69a-ec7209e72ffb Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e6613f51-fa32-4434-890e-a4c3f6902a26/model-vers/model-ver/05a6c390-b344-4e05-8b4d-032fbf9c4427 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e6613f51-fa32-4434-890e-a4c3f6902a26/model-vers/model-ver/05a6c390-b344-4e05-8b4d-032fbf9c4427) (ec=ERR.5.4.6114) 2022-01-28T04:56:04.232Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0eb728dc-2208-45ad-b69a-ec7209e72ffb Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e6613f51-fa32-4434-890e-a4c3f6902a26/model-vers/model-ver/05a6c390-b344-4e05-8b4d-032fbf9c4427 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e6613f51-fa32-4434-890e-a4c3f6902a26/model-vers/model-ver/05a6c390-b344-4e05-8b4d-032fbf9c4427) (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-01-28T04:56:04.232Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0eb728dc-2208-45ad-b69a-ec7209e72ffb Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e6613f51-fa32-4434-890e-a4c3f6902a26/model-vers/model-ver/05a6c390-b344-4e05-8b4d-032fbf9c4427 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e6613f51-fa32-4434-890e-a4c3f6902a26/model-vers/model-ver/05a6c390-b344-4e05-8b4d-032fbf9c4427) (ec=ERR.5.4.6114) 2022-01-28T04:56:04.232Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=0eb728dc-2208-45ad-b69a-ec7209e72ffb Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e6613f51-fa32-4434-890e-a4c3f6902a26/model-vers/model-ver/05a6c390-b344-4e05-8b4d-032fbf9c4427 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e6613f51-fa32-4434-890e-a4c3f6902a26/model-vers/model-ver/05a6c390-b344-4e05-8b4d-032fbf9c4427) (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-01-28T04:56:04.235Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|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-01-28T04:56:04.235Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0eb728dc-2208-45ad-b69a-ec7209e72ffb and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0eb728dc-2208-45ad-b69a-ec7209e72ffb Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e6613f51-fa32-4434-890e-a4c3f6902a26/model-vers/model-ver/05a6c390-b344-4e05-8b4d-032fbf9c4427 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e6613f51-fa32-4434-890e-a4c3f6902a26/model-vers/model-ver/05a6c390-b344-4e05-8b4d-032fbf9c4427) (ec=ERR.5.4.6114) 2022-01-28T04:56:04.235Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-01-28T04:56:04.235Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:56:04.237Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:56:04.237Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345764235, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0eb728dc-2208-45ad-b69a-ec7209e72ffb Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e6613f51-fa32-4434-890e-a4c3f6902a26/model-vers/model-ver/05a6c390-b344-4e05-8b4d-032fbf9c4427 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e6613f51-fa32-4434-890e-a4c3f6902a26/model-vers/model-ver/05a6c390-b344-4e05-8b4d-032fbf9c4427) (ec\u003dERR.5.4.6114)" } 2022-01-28T04:56:04.337Z||pool-226-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T04:56:04.338Z||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-01-28T04:56:04.338Z||pool-226-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:56:04.355Z||pool-226-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:56:04.356Z||pool-226-thread-1|||||INFO|500||cambria reply ok (19 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-01-28T04:56:05.250Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:56:05.250Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|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-01-28T04:56:05.251Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:56:09.587Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:56:09.587Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T04:56:09.587Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"05adfe70-6ae8-48b6-86b2-e1e835a76ade","serviceName":"vFW 2022-01-28 04-53-54","serviceVersion":"1.0","serviceUUID":"a1d55a43-1c29-487e-bd5a-da3dbe12f35c","serviceDescription":"catalog service description","serviceInvariantUUID":"290c059a-5b29-474a-ac0c-21cf8b0de3d9","resources":[{"resourceInstanceName":"vFW b2f35dda-2e82 0","resourceName":"vFW b2f35dda-2e82","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cbb7b1fb-4aef-4605-abe0-94bd53dec958","resourceInvariantUUID":"b545baa1-d39c-41c3-a9a3-c276328995a4","resourceCustomizationUUID":"4aadec39-7de3-400b-a5bb-07b85b0e7bb5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/vf-license-model.xml","artifactChecksum":"NDMyYWFjZTc5Yjk4ODY1MjM5YzdjZTZlNTcxY2MyYTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"90503cdb-0038-4c6c-9af8-d53b2bb7fcb2","artifactVersion":"1"},{"artifactName":"vfwb2f35dda2e820_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/vfwb2f35dda2e820_modules.json","artifactChecksum":"ZTY3MzMwYTg4YWRjNzc3NWExYTgzZjZkMWJhZjZjOTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"25e9f72f-5f8e-448f-b2b1-064d6a730818","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"80f1a5e6-e264-43db-a9b4-c9107a010e9b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/vendor-license-model.xml","artifactChecksum":"M2M1ODZiMmQyOWU4OTIzY2QwZTdiOGNlMzIwN2E4YzQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cc4f1761-338e-402c-944b-06d2eaa392b0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b3914466-acbb-4587-8327-9c3db0492214","artifactVersion":"2","generatedFromUUID":"80f1a5e6-e264-43db-a9b4-c9107a010e9b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220128045354-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128045354/1.0/artifacts/service-Vfw20220128045354-template.yml","artifactChecksum":"MGExMjEyOGRhNjUxZGMxNjUwNDVmZjczYTAwNTUyYTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c15b2212-cce3-4bba-962e-7f80a1bfcb47","artifactVersion":"1"},{"artifactName":"service-Vfw20220128045354-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220128045354/1.0/artifacts/service-Vfw20220128045354-csar.csar","artifactChecksum":"NTgyZTFmZjRkMTZmY2RkYjc1NTRhOThjNjczNzBkYmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"91a55ebd-1927-480a-aaa2-389652543625","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-28T04:56:09.588Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:56:09.588Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:56:09.589Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:56:09.589Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345765250, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:56:09.690Z||pool-227-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T04:56:09.691Z||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-01-28T04:56:09.691Z||pool-227-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:56:09.709Z||pool-227-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:56:09.710Z||pool-227-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:56:10.590Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:56:10.591Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:56:10.592Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:56:10.593Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345765250, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/vfwb2f35dda2e820_modules.json", "status": "NOTIFIED" } 2022-01-28T04:56:10.693Z||pool-228-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T04:56:10.693Z||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-01-28T04:56:10.693Z||pool-228-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:56:10.714Z||pool-228-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:56:10.714Z||pool-228-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:56:11.593Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:56:11.594Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:56:11.595Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:56:11.596Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345765250, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T04:56:11.696Z||pool-229-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:56:11.697Z||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-01-28T04:56:11.697Z||pool-229-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:56:11.711Z||pool-229-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:56:11.711Z||pool-229-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:56:12.596Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:56:12.597Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:56:12.599Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:56:12.600Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345765250, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:56:12.699Z||pool-230-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T04:56:12.700Z||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-01-28T04:56:12.700Z||pool-230-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:56:12.713Z||pool-230-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:56:12.713Z||pool-230-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:56:13.600Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:56:13.601Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:56:13.603Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:56:13.604Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345765250, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-28T04:56:13.704Z||pool-231-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:56:13.704Z||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-01-28T04:56:13.704Z||pool-231-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:56:13.718Z||pool-231-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:56:13.718Z||pool-231-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:56:14.604Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:56:14.605Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:56:14.607Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:56:14.608Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345765250, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/artifacts/service-Vfw20220128045354-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:56:14.708Z||pool-232-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:56:14.708Z||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-01-28T04:56:14.708Z||pool-232-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:56:14.720Z||pool-232-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:56:14.721Z||pool-232-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-01-28T04:56:15.608Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:56:15.609Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:56:15.611Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:56:15.611Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345765250, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/artifacts/service-Vfw20220128045354-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:56:15.711Z||pool-233-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:56:15.712Z||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-01-28T04:56:15.712Z||pool-233-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:56:15.724Z||pool-233-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:56:15.724Z||pool-233-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:56:16.612Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "serviceName": "vFW 2022-01-28 04-53-54", "serviceVersion": "1.0", "serviceUUID": "a1d55a43-1c29-487e-bd5a-da3dbe12f35c", "serviceDescription": "catalog service description", "serviceInvariantUUID": "290c059a-5b29-474a-ac0c-21cf8b0de3d9", "resources": [ { "resourceInstanceName": "vFW b2f35dda-2e82 0", "resourceCustomizationUUID": "4aadec39-7de3-400b-a5bb-07b85b0e7bb5", "resourceName": "vFW b2f35dda-2e82", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "cbb7b1fb-4aef-4605-abe0-94bd53dec958", "resourceInvariantUUID": "b545baa1-d39c-41c3-a9a3-c276328995a4", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwb2f35dda2e820_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/vfwb2f35dda2e820_modules.json", "artifactChecksum": "ZTY3MzMwYTg4YWRjNzc3NWExYTgzZjZkMWJhZjZjOTM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "25e9f72f-5f8e-448f-b2b1-064d6a730818", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "80f1a5e6-e264-43db-a9b4-c9107a010e9b", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b3914466-acbb-4587-8327-9c3db0492214", "generatedFromUUID": "80f1a5e6-e264-43db-a9b4-c9107a010e9b" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b3914466-acbb-4587-8327-9c3db0492214", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220128045354-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/artifacts/service-Vfw20220128045354-csar.csar", "artifactChecksum": "NTgyZTFmZjRkMTZmY2RkYjc1NTRhOThjNjczNzBkYmU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "91a55ebd-1927-480a-aaa2-389652543625" } ], "workloadContext": "Production" } 2022-01-28T04:56:16.613Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-28T04:56:16.613Z|0eb728dc-2208-45ad-b69a-ec7209e72ffb|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a1d55a43-1c29-487e-bd5a-da3dbe12f35c ASDC 2022-01-28T04:56:16.613Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:05adfe70-6ae8-48b6-86b2-e1e835a76ade ServiceName:vFW 2022-01-28 04-53-54 ServiceVersion:1.0 ServiceUUID:a1d55a43-1c29-487e-bd5a-da3dbe12f35c ServiceInvariantUUID:290c059a-5b29-474a-ac0c-21cf8b0de3d9 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220128045354-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220128045354/1.0/artifacts/service-Vfw20220128045354-csar.csar ArtifactUUID:91a55ebd-1927-480a-aaa2-389652543625 ArtifactChecksum:NTgyZTFmZjRkMTZmY2RkYjc1NTRhOThjNjczNzBkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW b2f35dda-2e82 0 ResourceCustomizationUUID:4aadec39-7de3-400b-a5bb-07b85b0e7bb5 ResourceInvariantUUID:b545baa1-d39c-41c3-a9a3-c276328995a4 ResourceName:vFW b2f35dda-2e82 ResourceType:VF ResourceUUID:cbb7b1fb-4aef-4605-abe0-94bd53dec958 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwb2f35dda2e820_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/vfwb2f35dda2e820_modules.json ArtifactUUID:25e9f72f-5f8e-448f-b2b1-064d6a730818 ArtifactChecksum:ZTY3MzMwYTg4YWRjNzc3NWExYTgzZjZkMWJhZjZjOTM= 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/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.yaml ArtifactUUID:80f1a5e6-e264-43db-a9b4-c9107a010e9b 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/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.env ArtifactUUID:b3914466-acbb-4587-8327-9c3db0492214 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/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.env ArtifactUUID:b3914466-acbb-4587-8327-9c3db0492214 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-01-28T04:56:16.614Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a1d55a43-1c29-487e-bd5a-da3dbe12f35c 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-01-28T04:56:16.637Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T04:56:16.637Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:56:16.637Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:56:16.638Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 91a55ebd-1927-480a-aaa2-389652543625 from URL: /sdc/v1/catalog/services/Vfw20220128045354/1.0/artifacts/service-Vfw20220128045354-csar.csar 2022-01-28T04:56:16.638Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T04:56:16.638Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128045354/1.0/artifacts/service-Vfw20220128045354-csar.csar 2022-01-28T04:56:16.843Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T04:56:16.848Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128045354/1.0/artifacts/service-Vfw20220128045354-csar.csar 91a55ebd-1927-480a-aaa2-389652543625 98991 2022-01-28T04:56:16.849Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128045354/1.0/artifacts/service-Vfw20220128045354-csar.csar ASDC sendASDCNotification 2022-01-28T04:56:16.849Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128045354/1.0/artifacts/service-Vfw20220128045354-csar.csar 2022-01-28T04:56:16.849Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T04:56:16.849Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:56:16.851Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:56:16.851Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345776849, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/artifacts/service-Vfw20220128045354-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:56:16.951Z||pool-234-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:56:16.952Z||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-01-28T04:56:16.952Z||pool-234-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:56:16.964Z||pool-234-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:56:16.965Z||pool-234-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:56:17.851Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T04:56:17.852Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:56:17.852Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 91a55ebd-1927-480a-aaa2-389652543625, URL: /sdc/v1/catalog/services/Vfw20220128045354/1.0/artifacts/service-Vfw20220128045354-csar.csar to file: /app/ASDC/1/service-Vfw20220128045354-csar.csar 2022-01-28T04:56:17.852Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220128045354-csar.csar 2022-01-28T04:56:17.853Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220128045354-csar.csar 2022-01-28T04:56:17.853Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220128045354-csar.csar 2022-01-28T04:56:18.029Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18054203580158624229/Definitions/service-Vfw20220128045354-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-01-28T04:56:19.442Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-28T04:56:19.442Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-01-28T04:56:19.442Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220128045354-csar.csar 2022-01-28T04:56:19.442Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-01-28T04:56:19.442Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||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-Vfw20220128045354-csar.csar 2022-01-28T04:56:19.443Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||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-Vfw20220128045354-csar.csar 2022-01-28T04:56:19.443Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|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-Vfw20220128045354-csar.csar 2022-01-28T04:56:19.443Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220128045354-csar.csar 2022-01-28T04:56:19.443Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220128045354-csar.csar 2022-01-28T04:56:19.443Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||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-Vfw20220128045354-csar.csar 2022-01-28T04:56:19.443Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b2f35dda-2e82 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-Vfw20220128045354-csar.csar 2022-01-28T04:56:19.443Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|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-Vfw20220128045354-csar.csar 2022-01-28T04:56:19.443Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||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-Vfw20220128045354-csar.csar 2022-01-28T04:56:19.443Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220128045354-csar.csar 2022-01-28T04:56:19.443Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||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-Vfw20220128045354-csar.csar 2022-01-28T04:56:19.443Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220128045354-csar.csar 2022-01-28T04:56:19.443Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|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-Vfw20220128045354-csar.csar 2022-01-28T04:56:19.443Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-01-28T04:56:19.443Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:56:19.443Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-53-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:56:19.443Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vFW b2f35dda-2e82 0 is matching search criteria 2022-01-28T04:56:19.443Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-01-28T04:56:19.444Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b2f35dda-2e82 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T04:56:19.444Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:56:19.444Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-53-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:56:19.444Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vFW b2f35dda-2e82 0 is matching search criteria 2022-01-28T04:56:19.444Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-01-28T04:56:19.444Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b2f35dda-2e82 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T04:56:19.444Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:56:19.444Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-53-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:56:19.444Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:56:19.444Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vFW b2f35dda-2e82 0 is not matching search criteria 2022-01-28T04:56:19.444Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T04:56:19.444Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T04:56:19.444Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:56:19.444Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T04:56:19.444Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T04:56:19.444Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:56:19.444Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T04:56:19.445Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T04:56:19.445Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T04:56:19.445Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:56:19.445Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T04:56:19.445Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T04:56:19.445Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T04:56:19.445Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T04:56:19.445Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:56:19.445Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-01-28T04:56:19.445Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:56:19.445Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-53-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-28T04:56:19.445Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:56:19.445Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vFW b2f35dda-2e82 0 is matching search criteria 2022-01-28T04:56:19.445Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b2f35dda-2e82 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:56:19.445Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:56:19.445Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vFW b2f35dda-2e82 0 is matching search criteria 2022-01-28T04:56:19.445Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b2f35dda-2e82 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:56:19.445Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:56:19.446Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vFW b2f35dda-2e82 0 is matching search criteria 2022-01-28T04:56:19.446Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b2f35dda-2e82 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:56:19.446Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:56:19.446Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vFW b2f35dda-2e82 0 is not matching search criteria 2022-01-28T04:56:19.446Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T04:56:19.446Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-01-28T04:56:19.446Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T04:56:19.446Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T04:56:19.446Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T04:56:19.446Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:56:19.446Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T04:56:19.446Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T04:56:19.446Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T04:56:19.446Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T04:56:19.446Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:56:19.446Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ad483a4a-c993-4fa3-a26a-02126002b65b 2022-01-28T04:56:19.446Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:56:19.446Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vFW b2f35dda-2e82 0 is not matching search criteria 2022-01-28T04:56:19.446Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T04:56:19.446Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T04:56:19.447Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:56:19.447Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T04:56:19.447Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T04:56:19.447Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:56:19.447Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T04:56:19.447Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-01-28T04:56:19.447Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T04:56:19.447Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T04:56:19.447Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T04:56:19.447Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:56:19.447Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9fa36136-d3db-43ab-9289-efa1fc2f11de 2022-01-28T04:56:19.447Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:56:19.447Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vFW b2f35dda-2e82 0 is not matching search criteria 2022-01-28T04:56:19.447Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T04:56:19.447Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T04:56:19.447Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:56:19.447Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T04:56:19.447Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T04:56:19.447Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:56:19.448Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T04:56:19.448Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T04:56:19.448Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T04:56:19.448Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:56:19.448Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T04:56:19.448Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-01-28T04:56:19.448Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=86ba8ac0-e3de-4814-a1fd-e37f3898a8ed 2022-01-28T04:56:19.448Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:56:19.448Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-53-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:56:19.448Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:56:19.448Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-53-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:56:19.448Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:56:19.448Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-53-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:56:19.448Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:56:19.448Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-53-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:56:19.448Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-01-28 04-53-54 Description:catalog service description Model UUID:a1d55a43-1c29-487e-bd5a-da3dbe12f35c Model Version:NULL Model InvariantUuid:290c059a-5b29-474a-ac0c-21cf8b0de3d9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW b2f35dda-2e82 Model UUID:3c723532-c3f8-4337-8a41-c3bcb1a4655e Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:b545baa1-d39c-41c3-a9a3-c276328995a4 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:4aadec39-7de3-400b-a5bb-07b85b0e7bb5 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b1ae79c4-debe-4f3a-a38b-8a149e1c3e0f ModelName:VfwB2f35dda2e82..base_vfw..module-0 ModelUuid:8c5ca082-acfb-42db-8245-26306fd7b214 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ad483a4a-c993-4fa3-a26a-02126002b65b ModelInvariantUuid:2ee559bf-7399-4291-a646-f8cfe6e42ff7 ModelName:vFW b2f35dda-2e82-nodes.vfwCvfc ModelUuid:6bf35c73-7caf-455e-a16d-60f520f29acc ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:8e5bf6ff-8c6e-45f8-ae19-d39544dbe460 ModelInvariantUuid:0d0bac57-d542-493b-a795-7b0036a5c70b ModelName:VfwB2f35dda2e82.compute.nodes.heat.vfw ModelUuid:8c65d66b-377e-4499-933b-d31100511a0d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:9fa36136-d3db-43ab-9289-efa1fc2f11de ModelInvariantUuid:922f97a8-f36f-4ffa-88a0-3ae4d2d01143 ModelName:vFW b2f35dda-2e82-nodes.vsnCvfc ModelUuid:b8525a25-2e47-44e2-9a5d-9d013c4ae5a9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:ac6d181d-8be6-44b0-8aab-3373641d1632 ModelInvariantUuid:6a39b411-4b58-4849-9a8e-3036469ba6af ModelName:VfwB2f35dda2e82.compute.nodes.heat.vsn ModelUuid:c54fa399-6805-4344-b9f0-50522982e657 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:86ba8ac0-e3de-4814-a1fd-e37f3898a8ed ModelInvariantUuid:4986a884-7e6c-4d8f-af4d-3e1b00cd8ac6 ModelName:vFW b2f35dda-2e82-nodes.vpgCvfc ModelUuid:9479d46f-fede-43c1-9536-6f7f64f04723 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:5cd5da48-2d51-437d-8fe3-78a08d19d2d5 ModelInvariantUuid:7570d002-bd10-40e5-acfe-2685409d43ac ModelName:VfwB2f35dda2e82.compute.nodes.heat.vpg ModelUuid:570fa947-6637-47f0-ad51-d2cbaccae68b 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-01-28T04:56:19.454Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: cbb7b1fb-4aef-4605-abe0-94bd53dec958 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-01-28T04:56:19.456Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||vFW b2f35dda-2e82 0 2022-01-28T04:56:19.456Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cbb7b1fb-4aef-4605-abe0-94bd53dec958 2022-01-28T04:56:19.456Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 25e9f72f-5f8e-448f-b2b1-064d6a730818 from URL: /sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/vfwb2f35dda2e820_modules.json 2022-01-28T04:56:19.456Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T04:56:19.456Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/vfwb2f35dda2e820_modules.json 2022-01-28T04:56:19.505Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T04:56:19.505Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/vfwb2f35dda2e820_modules.json 25e9f72f-5f8e-448f-b2b1-064d6a730818 785 2022-01-28T04:56:19.506Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/vfwb2f35dda2e820_modules.json ASDC sendASDCNotification 2022-01-28T04:56:19.506Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/vfwb2f35dda2e820_modules.json 2022-01-28T04:56:19.506Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T04:56:19.506Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:56:19.508Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:56:19.508Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345779506, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/vfwb2f35dda2e820_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T04:56:19.608Z||pool-235-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:56:19.609Z||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-01-28T04:56:19.609Z||pool-235-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:56:19.623Z||pool-235-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:56:19.624Z||pool-235-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:56:20.509Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwB2f35dda2e82..base_vfw..module-0", "vfModuleModelInvariantUUID": "b1ae79c4-debe-4f3a-a38b-8a149e1c3e0f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8c5ca082-acfb-42db-8245-26306fd7b214", "vfModuleModelCustomizationUUID": "0553ac30-f6c5-46cd-9e84-2533c93b3393", "isBase": true, "artifacts": [ "80f1a5e6-e264-43db-a9b4-c9107a010e9b", "b3914466-acbb-4587-8327-9c3db0492214" ], "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-01-28T04:56:20.512Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwB2f35dda2e82..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8c5ca082-acfb-42db-8245-26306fd7b214 VfModuleModelInvariantUUID:b1ae79c4-debe-4f3a-a38b-8a149e1c3e0f VfModuleModelDescription:NULL Artifacts UUID List:{ 80f1a5e6-e264-43db-a9b4-c9107a010e9b , b3914466-acbb-4587-8327-9c3db0492214 } 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-01-28T04:56:20.514Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwB2f35dda2e82..base_vfw..module-0", "vfModuleModelInvariantUUID": "b1ae79c4-debe-4f3a-a38b-8a149e1c3e0f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8c5ca082-acfb-42db-8245-26306fd7b214", "vfModuleModelCustomizationUUID": "0553ac30-f6c5-46cd-9e84-2533c93b3393", "isBase": true, "artifacts": [ "80f1a5e6-e264-43db-a9b4-c9107a010e9b", "b3914466-acbb-4587-8327-9c3db0492214" ], "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-01-28T04:56:20.514Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwB2f35dda2e82..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8c5ca082-acfb-42db-8245-26306fd7b214 VfModuleModelInvariantUUID:b1ae79c4-debe-4f3a-a38b-8a149e1c3e0f VfModuleModelDescription:NULL Artifacts UUID List:{ 80f1a5e6-e264-43db-a9b4-c9107a010e9b , b3914466-acbb-4587-8327-9c3db0492214 } 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-01-28T04:56:20.514Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 80f1a5e6-e264-43db-a9b4-c9107a010e9b from URL: /sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.yaml 2022-01-28T04:56:20.515Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T04:56:20.515Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.yaml 2022-01-28T04:56:20.567Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T04:56:20.568Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.yaml 80f1a5e6-e264-43db-a9b4-c9107a010e9b 20368 2022-01-28T04:56:20.568Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-01-28T04:56:20.568Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.yaml 2022-01-28T04:56:20.568Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T04:56:20.568Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:56:20.571Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:56:20.571Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345780568, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T04:56:20.671Z||pool-236-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:56:20.671Z||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-01-28T04:56:20.672Z||pool-236-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:56:20.685Z||pool-236-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:56:20.686Z||pool-236-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:56:20.695Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:56:20.695Z||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-01-28T04:56:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:56:21.325Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:56:21.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "aai-ml", "timestamp": 1643345723887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:56:21.328Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "policy-id", "timestamp": 1643345724690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:56:21.328Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "aai-ml", "timestamp": 1643345723887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/vfwb2f35dda2e820_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T04:56:21.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "policy-id", "timestamp": 1643345724690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/vfwb2f35dda2e820_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T04:56:21.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "aai-ml", "timestamp": 1643345723887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:56:21.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "cds", "timestamp": 1643345726207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:56:21.330Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "policy-id", "timestamp": 1643345724690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T04:56:21.330Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "aai-ml", "timestamp": 1643345723887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:56:21.330Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "cds", "timestamp": 1643345726207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/vfwb2f35dda2e820_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T04:56:21.330Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "policy-id", "timestamp": 1643345724690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:56:21.331Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "aai-ml", "timestamp": 1643345723887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:56:21.331Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345728102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:56:21.331Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "cds", "timestamp": 1643345726207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:56:21.331Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "policy-id", "timestamp": 1643345724690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:56:21.332Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "aai-ml", "timestamp": 1643345723887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/artifacts/service-Vfw20220128045354-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:56:21.332Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345728102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/vfwb2f35dda2e820_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T04:56:21.332Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "cds", "timestamp": 1643345726207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:56:21.332Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "policy-id", "timestamp": 1643345724690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/artifacts/service-Vfw20220128045354-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:56:21.332Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "aai-ml", "timestamp": 1643345723887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/artifacts/service-Vfw20220128045354-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:56:21.333Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "ves-openapi-manager", "timestamp": 1643345729944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:56:21.333Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345728102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:56:21.333Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "cds", "timestamp": 1643345726207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:56:21.333Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "policy-id", "timestamp": 1643345724690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/artifacts/service-Vfw20220128045354-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:56:21.334Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "ves-openapi-manager", "timestamp": 1643345729944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/vfwb2f35dda2e820_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T04:56:21.334Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345728102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:56:21.334Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "multicloud-k8s-id", "timestamp": 1643345731153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:56:21.334Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "cds", "timestamp": 1643345726207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/artifacts/service-Vfw20220128045354-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:56:21.334Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "aai-ml", "timestamp": 1643345731998, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/artifacts/service-Vfw20220128045354-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:56:21.334Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:56:21.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "ves-openapi-manager", "timestamp": 1643345729944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:56:21.334Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345728102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:56:21.335Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "multicloud-k8s-id", "timestamp": 1643345731153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/vfwb2f35dda2e820_modules.json", "status": "NOTIFIED" } 2022-01-28T04:56:21.335Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "policy-id", "timestamp": 1643345732798, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/artifacts/service-Vfw20220128045354-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:56:21.335Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:56:21.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "cds", "timestamp": 1643345726207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/artifacts/service-Vfw20220128045354-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:56:21.335Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "ves-openapi-manager", "timestamp": 1643345729944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:56:21.335Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345728102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/artifacts/service-Vfw20220128045354-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:56:21.335Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "multicloud-k8s-id", "timestamp": 1643345731153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T04:56:21.335Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "policy-id", "timestamp": 1643345733802, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/artifacts/service-Vfw20220128045354-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:56:21.336Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:56:21.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "cds", "timestamp": 1643345734056, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/artifacts/service-Vfw20220128045354-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:56:21.336Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:56:21.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "ves-openapi-manager", "timestamp": 1643345729944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:56:21.336Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345728102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/artifacts/service-Vfw20220128045354-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:56:21.336Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "multicloud-k8s-id", "timestamp": 1643345731153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:56:21.336Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "policy-id", "timestamp": 1643345734805, "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-01-28T04:56:21.341Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 05adfe70-6ae8-48b6-86b2-e1e835a76ade 2022-01-28T04:56:21.341Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05adfe70-6ae8-48b6-86b2-e1e835a76ade 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-01-28T04:56:21.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.348Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "cds", "timestamp": 1643345735064, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/artifacts/service-Vfw20220128045354-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-01-28T04:56:21.353Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 05adfe70-6ae8-48b6-86b2-e1e835a76ade 2022-01-28T04:56:21.354Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05adfe70-6ae8-48b6-86b2-e1e835a76ade 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-01-28T04:56:21.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.362Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "ves-openapi-manager", "timestamp": 1643345729944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/artifacts/service-Vfw20220128045354-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:56:21.362Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.362Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.362Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "multicloud-k8s-id", "timestamp": 1643345731153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-28T04:56:21.362Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.362Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.362Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345735811, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/artifacts/service-Vfw20220128045354-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:56:21.363Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:56:21.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "clamp", "timestamp": 1643345735840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:56:21.363Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "ves-openapi-manager", "timestamp": 1643345729944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/artifacts/service-Vfw20220128045354-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:56:21.363Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "multicloud-k8s-id", "timestamp": 1643345731153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/artifacts/service-Vfw20220128045354-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:56:21.363Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "clamp", "timestamp": 1643345735840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/vfwb2f35dda2e820_modules.json", "status": "NOTIFIED" } 2022-01-28T04:56:21.364Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "multicloud-k8s-id", "timestamp": 1643345731153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/artifacts/service-Vfw20220128045354-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:56:21.364Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345738380, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/artifacts/service-Vfw20220128045354-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:56:21.364Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:56:21.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "clamp", "timestamp": 1643345735840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:56:21.364Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.365Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "aai-ml", "timestamp": 1643345738554, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/artifacts/service-Vfw20220128045354-csar.csar", "status": "DEPLOY_ERROR" } 2022-01-28T04:56:21.365Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:56:21.365Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.365Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "multicloud-k8s-id", "timestamp": 1643345738850, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/vfwb2f35dda2e820_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T04:56:21.365Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:56:21.365Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.365Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345739383, "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-01-28T04:56:21.369Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 05adfe70-6ae8-48b6-86b2-e1e835a76ade 2022-01-28T04:56:21.369Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05adfe70-6ae8-48b6-86b2-e1e835a76ade 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-01-28T04:56:21.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "clamp", "timestamp": 1643345735840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:56:21.376Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "aai-ml", "timestamp": 1643345739557, "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-01-28T04:56:21.380Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 05adfe70-6ae8-48b6-86b2-e1e835a76ade 2022-01-28T04:56:21.380Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05adfe70-6ae8-48b6-86b2-e1e835a76ade 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-01-28T04:56:21.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.386Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "multicloud-k8s-id", "timestamp": 1643345739906, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T04:56:21.387Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:56:21.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "clamp", "timestamp": 1643345735840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T04:56:21.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "multicloud-k8s-id", "timestamp": 1643345740959, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-28T04:56:21.387Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:56:21.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "clamp", "timestamp": 1643345735840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/artifacts/service-Vfw20220128045354-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:56:21.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "multicloud-k8s-id", "timestamp": 1643345741979, "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-01-28T04:56:21.391Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 05adfe70-6ae8-48b6-86b2-e1e835a76ade 2022-01-28T04:56:21.391Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05adfe70-6ae8-48b6-86b2-e1e835a76ade 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-01-28T04:56:21.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "clamp", "timestamp": 1643345735840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/artifacts/service-Vfw20220128045354-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:56:21.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "multicloud-k8s-id", "timestamp": 1643345742981, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/vfwb2f35dda2e820_modules.json", "status": "DEPLOY_OK" } 2022-01-28T04:56:21.397Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:56:21.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "clamp", "timestamp": 1643345748432, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/artifacts/service-Vfw20220128045354-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:56:21.397Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:56:21.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "clamp", "timestamp": 1643345750439, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/artifacts/service-Vfw20220128045354-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:56:21.397Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:56:21.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "clamp", "timestamp": 1643345751442, "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-01-28T04:56:21.400Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 05adfe70-6ae8-48b6-86b2-e1e835a76ade 2022-01-28T04:56:21.400Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05adfe70-6ae8-48b6-86b2-e1e835a76ade 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-01-28T04:56:21.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345764235, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0eb728dc-2208-45ad-b69a-ec7209e72ffb Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e6613f51-fa32-4434-890e-a4c3f6902a26/model-vers/model-ver/05a6c390-b344-4e05-8b4d-032fbf9c4427 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e6613f51-fa32-4434-890e-a4c3f6902a26/model-vers/model-ver/05a6c390-b344-4e05-8b4d-032fbf9c4427) (ec\u003dERR.5.4.6114)" } 2022-01-28T04:56:21.405Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:56:21.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345765250, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:56:21.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345765250, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/vfwb2f35dda2e820_modules.json", "status": "NOTIFIED" } 2022-01-28T04:56:21.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345765250, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T04:56:21.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345765250, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:56:21.406Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345765250, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-28T04:56:21.406Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345765250, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/artifacts/service-Vfw20220128045354-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:56:21.406Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345765250, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/artifacts/service-Vfw20220128045354-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:56:21.406Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T04:56:21.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345776849, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/artifacts/service-Vfw20220128045354-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:56:21.406Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:56:21.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345779506, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/vfwb2f35dda2e820_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T04:56:21.406Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:56:21.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T04:56:21.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345780568, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T04:56:21.406Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:56:21.573Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b3914466-acbb-4587-8327-9c3db0492214 from URL: /sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.env 2022-01-28T04:56:21.573Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T04:56:21.574Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.env 2022-01-28T04:56:21.621Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T04:56:21.622Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.env b3914466-acbb-4587-8327-9c3db0492214 2098 2022-01-28T04:56:21.622Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.env ASDC sendASDCNotification 2022-01-28T04:56:21.622Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.env 2022-01-28T04:56:21.623Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T04:56:21.623Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:56:21.625Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:56:21.625Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345781622, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-28T04:56:21.725Z||pool-237-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:56:21.726Z||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-01-28T04:56:21.726Z||pool-237-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:56:21.739Z||pool-237-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:56:21.739Z||pool-237-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:56:22.626Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: a1d55a43-1c29-487e-bd5a-da3dbe12f35c 2022-01-28T04:56:22.627Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b2f35dda-2e82 0 cbb7b1fb-4aef-4605-abe0-94bd53dec958 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-01-28T04:56:22.644Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@53ec5803, org.onap.sdc.toscaparser.api.parameters.Input@1b70cb7a, org.onap.sdc.toscaparser.api.parameters.Input@2f564ffd, org.onap.sdc.toscaparser.api.parameters.Input@4b13ba22, org.onap.sdc.toscaparser.api.parameters.Input@7a0ecf03] 2022-01-28T04:56:22.645Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:56:22.645Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-53-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:56:22.645Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-01-28T04:56:22.645Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 4aadec39-7de3-400b-a5bb-07b85b0e7bb5 2022-01-28T04:56:22.645Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4aadec39-7de3-400b-a5bb-07b85b0e7bb5 matches Tosca VF Customization UUID: 4aadec39-7de3-400b-a5bb-07b85b0e7bb5 2022-01-28T04:56:22.645Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 4aadec39-7de3-400b-a5bb-07b85b0e7bb5 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-01-28T04:56:22.647Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:56:22.647Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-53-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:56:22.648Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 4aadec39-7de3-400b-a5bb-07b85b0e7bb5: {\"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-01-28T04:56:22.648Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2c981547 2022-01-28T04:56:22.648Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:56:22.648Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-53-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-28T04:56:22.648Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0553ac30-f6c5-46cd-9e84-2533c93b3393 2022-01-28T04:56:22.648Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0553ac30-f6c5-46cd-9e84-2533c93b3393 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-01-28T04:56:22.650Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:56:22.650Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vFW b2f35dda-2e82 0 is matching search criteria 2022-01-28T04:56:22.650Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b2f35dda-2e82 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:56:22.650Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:56:22.650Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vFW b2f35dda-2e82 0 is matching search criteria 2022-01-28T04:56:22.650Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b2f35dda-2e82 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:56:22.651Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:56:22.651Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vFW b2f35dda-2e82 0 is not matching search criteria 2022-01-28T04:56:22.651Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T04:56:22.651Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-01-28T04:56:22.651Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T04:56:22.651Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T04:56:22.651Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T04:56:22.651Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:56:22.651Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T04:56:22.651Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T04:56:22.651Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T04:56:22.651Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T04:56:22.651Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:56:22.651Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ad483a4a-c993-4fa3-a26a-02126002b65b 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-01-28T04:56:22.653Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:56:22.653Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vFW b2f35dda-2e82 0 is matching search criteria 2022-01-28T04:56:22.653Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b2f35dda-2e82 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:56:22.653Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:56:22.653Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vFW b2f35dda-2e82 0 is not matching search criteria 2022-01-28T04:56:22.653Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T04:56:22.653Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T04:56:22.653Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:56:22.653Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T04:56:22.654Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T04:56:22.654Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:56:22.654Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T04:56:22.654Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-01-28T04:56:22.654Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T04:56:22.654Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T04:56:22.654Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T04:56:22.654Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:56:22.654Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9fa36136-d3db-43ab-9289-efa1fc2f11de 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-01-28T04:56:22.656Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:56:22.656Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vFW b2f35dda-2e82 0 is matching search criteria 2022-01-28T04:56:22.656Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b2f35dda-2e82 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:56:22.656Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:56:22.656Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vFW b2f35dda-2e82 0 is not matching search criteria 2022-01-28T04:56:22.656Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T04:56:22.656Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T04:56:22.656Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:56:22.656Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T04:56:22.656Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T04:56:22.657Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T04:56:22.657Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T04:56:22.657Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T04:56:22.657Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T04:56:22.657Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T04:56:22.657Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T04:56:22.657Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-01-28T04:56:22.657Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=86ba8ac0-e3de-4814-a1fd-e37f3898a8ed 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-01-28T04:56:22.659Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:56:22.659Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vFW b2f35dda-2e82 0 is matching search criteria 2022-01-28T04:56:22.659Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b2f35dda-2e82 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T04:56:22.659Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:56:22.659Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Node template vFW b2f35dda-2e82 0 is matching search criteria 2022-01-28T04:56:22.659Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b2f35dda-2e82 0] matching following query criteria: sdcType=VF, customizationUUID=4aadec39-7de3-400b-a5bb-07b85b0e7bb5 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-01-28T04:56:22.661Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:56:22.661Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-53-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:56:22.661Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid a1d55a43-1c29-487e-bd5a-da3dbe12f35c: vFW b2f35dda-2e82 2022-01-28T04:56:22.661Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:56:22.661Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-53-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:56:22.661Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:56:22.661Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-53-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:56:22.661Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:56:22.661Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-53-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:56:22.661Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:56:22.661Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-53-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:56:22.661Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:56:22.661Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-53-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:56:22.662Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-01-28 04-53-54 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-01-28T04:56:22.789Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b2f35dda-2e82 cbb7b1fb-4aef-4605-abe0-94bd53dec958 1 ASDC deployResourceStructure 2022-01-28T04:56:22.789Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/vfwb2f35dda2e820_modules.json ASDC sendASDCNotification 2022-01-28T04:56:22.789Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/vfwb2f35dda2e820_modules.json 2022-01-28T04:56:22.789Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T04:56:22.789Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:56:22.791Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:56:22.791Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345782789, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/vfwb2f35dda2e820_modules.json", "status": "DEPLOY_OK" } 2022-01-28T04:56:22.891Z||pool-238-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:56:22.892Z||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-01-28T04:56:22.892Z||pool-238-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:56:22.906Z||pool-238-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:56:22.906Z||pool-238-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:56:23.791Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-01-28T04:56:23.792Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.yaml 2022-01-28T04:56:23.792Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T04:56:23.792Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:56:23.795Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:56:23.795Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345783791, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-01-28T04:56:23.895Z||pool-239-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:56:23.895Z||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-01-28T04:56:23.895Z||pool-239-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:56:23.914Z||pool-239-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:56:23.915Z||pool-239-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:56:24.795Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.env ASDC sendASDCNotification 2022-01-28T04:56:24.796Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.env 2022-01-28T04:56:24.796Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T04:56:24.796Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:56:24.798Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:56:24.798Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345784795, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-01-28T04:56:24.898Z||pool-240-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:56:24.899Z||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-01-28T04:56:24.899Z||pool-240-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:56:24.912Z||pool-240-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:56:24.913Z||pool-240-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:56:25.799Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128045354/1.0/artifacts/service-Vfw20220128045354-csar.csar ASDC sendASDCNotification 2022-01-28T04:56:25.799Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128045354/1.0/artifacts/service-Vfw20220128045354-csar.csar 2022-01-28T04:56:25.799Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T04:56:25.800Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:56:25.802Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:56:25.802Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345785798, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/artifacts/service-Vfw20220128045354-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:56:25.902Z||pool-241-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:56:25.903Z||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-01-28T04:56:25.903Z||pool-241-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:56:25.915Z||pool-241-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:56:25.915Z||pool-241-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:56:26.803Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 05adfe70-6ae8-48b6-86b2-e1e835a76ade Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:56:26.812Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 05adfe70-6ae8-48b6-86b2-e1e835a76ade Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:56:26.814Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:56:26.814Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-28T04:56:26.814Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-28T04:56:26.814Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-28T04:56:26.815Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-01-28T04:56:26.815Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|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-01-28T04:56:26.818Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-28T04:56:56.819Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 05adfe70-6ae8-48b6-86b2-e1e835a76ade 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-01-28T04:56:56.824Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 05adfe70-6ae8-48b6-86b2-e1e835a76ade and serviceModelVersionId: a1d55a43-1c29-487e-bd5a-da3dbe12f35c 2022-01-28T04:56:56.824Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 290c059a-5b29-474a-ac0c-21cf8b0de3d9 2022-01-28T04:56:56.824Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/290c059a-5b29-474a-ac0c-21cf8b0de3d9/model-vers/model-ver/a1d55a43-1c29-487e-bd5a-da3dbe12f35c?depth=0 2022-01-28T04:56:56.828Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-01-28T04:56:56.844Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/290c059a-5b29-474a-ac0c-21cf8b0de3d9/model-vers/model-ver/a1d55a43-1c29-487e-bd5a-da3dbe12f35c?depth=0|INFO|500||Invoke 2022-01-28T04:56:56.845Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/290c059a-5b29-474a-ac0c-21cf8b0de3d9/model-vers/model-ver/a1d55a43-1c29-487e-bd5a-da3dbe12f35c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/290c059a-5b29-474a-ac0c-21cf8b0de3d9/model-vers/model-ver/a1d55a43-1c29-487e-bd5a-da3dbe12f35c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[05adfe70-6ae8-48b6-86b2-e1e835a76ade], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9a900c88-3ca3-449c-94a6-2ee85a0222a9], X-ECOMP-RequestID=[05adfe70-6ae8-48b6-86b2-e1e835a76ade], X-TransactionId=[], X-ONAP-RequestID=[05adfe70-6ae8-48b6-86b2-e1e835a76ade], Content-Type=[application/merge-patch+json]} 2022-01-28T04:56:56.864Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/290c059a-5b29-474a-ac0c-21cf8b0de3d9/model-vers/model-ver/a1d55a43-1c29-487e-bd5a-da3dbe12f35c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-01-28T04:56:56.893Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/290c059a-5b29-474a-ac0c-21cf8b0de3d9/model-vers/model-ver/a1d55a43-1c29-487e-bd5a-da3dbe12f35c?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/290c059a-5b29-474a-ac0c-21cf8b0de3d9/model-vers/model-ver/a1d55a43-1c29-487e-bd5a-da3dbe12f35c?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220128-04:56:56:870-65239], Content-Length=[495], Date=[Fri, 28 Jan 2022 04:56:56 GMT], Content-Type=[application/json]} 2022-01-28T04:56:56.894Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/290c059a-5b29-474a-ac0c-21cf8b0de3d9/model-vers/model-ver/a1d55a43-1c29-487e-bd5a-da3dbe12f35c?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/290c059a-5b29-474a-ac0c-21cf8b0de3d9/model-vers/model-ver/a1d55a43-1c29-487e-bd5a-da3dbe12f35c","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/290c059a-5b29-474a-ac0c-21cf8b0de3d9/model-vers/model-ver/a1d55a43-1c29-487e-bd5a-da3dbe12f35c","ERR.5.4.6114"]}}} 2022-01-28T04:56:56.894Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/290c059a-5b29-474a-ac0c-21cf8b0de3d9/model-vers/model-ver/a1d55a43-1c29-487e-bd5a-da3dbe12f35c?depth=0|INFO|404|Not Found|InvokeReturn 2022-01-28T04:56:56.896Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=05adfe70-6ae8-48b6-86b2-e1e835a76ade Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/290c059a-5b29-474a-ac0c-21cf8b0de3d9/model-vers/model-ver/a1d55a43-1c29-487e-bd5a-da3dbe12f35c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/290c059a-5b29-474a-ac0c-21cf8b0de3d9/model-vers/model-ver/a1d55a43-1c29-487e-bd5a-da3dbe12f35c) (ec=ERR.5.4.6114) 2022-01-28T04:56:56.897Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=05adfe70-6ae8-48b6-86b2-e1e835a76ade Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/290c059a-5b29-474a-ac0c-21cf8b0de3d9/model-vers/model-ver/a1d55a43-1c29-487e-bd5a-da3dbe12f35c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/290c059a-5b29-474a-ac0c-21cf8b0de3d9/model-vers/model-ver/a1d55a43-1c29-487e-bd5a-da3dbe12f35c) (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-01-28T04:56:56.897Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=05adfe70-6ae8-48b6-86b2-e1e835a76ade Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/290c059a-5b29-474a-ac0c-21cf8b0de3d9/model-vers/model-ver/a1d55a43-1c29-487e-bd5a-da3dbe12f35c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/290c059a-5b29-474a-ac0c-21cf8b0de3d9/model-vers/model-ver/a1d55a43-1c29-487e-bd5a-da3dbe12f35c) (ec=ERR.5.4.6114) 2022-01-28T04:56:56.897Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=05adfe70-6ae8-48b6-86b2-e1e835a76ade Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/290c059a-5b29-474a-ac0c-21cf8b0de3d9/model-vers/model-ver/a1d55a43-1c29-487e-bd5a-da3dbe12f35c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/290c059a-5b29-474a-ac0c-21cf8b0de3d9/model-vers/model-ver/a1d55a43-1c29-487e-bd5a-da3dbe12f35c) (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-01-28T04:56:56.900Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|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-01-28T04:56:56.900Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 05adfe70-6ae8-48b6-86b2-e1e835a76ade and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=05adfe70-6ae8-48b6-86b2-e1e835a76ade Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/290c059a-5b29-474a-ac0c-21cf8b0de3d9/model-vers/model-ver/a1d55a43-1c29-487e-bd5a-da3dbe12f35c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/290c059a-5b29-474a-ac0c-21cf8b0de3d9/model-vers/model-ver/a1d55a43-1c29-487e-bd5a-da3dbe12f35c) (ec=ERR.5.4.6114) 2022-01-28T04:56:56.900Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-01-28T04:56:56.901Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:56:56.902Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:56:56.902Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345816900, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d05adfe70-6ae8-48b6-86b2-e1e835a76ade Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/290c059a-5b29-474a-ac0c-21cf8b0de3d9/model-vers/model-ver/a1d55a43-1c29-487e-bd5a-da3dbe12f35c (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/290c059a-5b29-474a-ac0c-21cf8b0de3d9/model-vers/model-ver/a1d55a43-1c29-487e-bd5a-da3dbe12f35c) (ec\u003dERR.5.4.6114)" } 2022-01-28T04:56:57.002Z||pool-242-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:56:57.003Z||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-01-28T04:56:57.003Z||pool-242-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:56:57.019Z||pool-242-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:56:57.019Z||pool-242-thread-1|||||INFO|500||cambria reply ok (16 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-01-28T04:56:57.914Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:56:57.914Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|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-01-28T04:56:57.915Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:57:07.454Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:57:07.455Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:57:07.455Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|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-01-28T04:57:07.455Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:57:16.994Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:57:16.994Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:57:16.994Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|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-01-28T04:57:16.995Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:57:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:57:20.695Z||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-01-28T04:57:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:57:21.317Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:57:21.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:57:21.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345781622, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-28T04:57:21.318Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:57:21.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:57:21.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345782789, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/vfwb2f35dda2e820_modules.json", "status": "DEPLOY_OK" } 2022-01-28T04:57:21.319Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:57:21.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:57:21.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345783791, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-01-28T04:57:21.319Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:57:21.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:57:21.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345784795, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/resourceInstances/vfwb2f35dda2e820/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-01-28T04:57:21.319Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:57:21.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:57:21.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345785798, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128045354/1.0/artifacts/service-Vfw20220128045354-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:57:21.320Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:57:21.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T04:57:21.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "05adfe70-6ae8-48b6-86b2-e1e835a76ade", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345816900, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d05adfe70-6ae8-48b6-86b2-e1e835a76ade Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/290c059a-5b29-474a-ac0c-21cf8b0de3d9/model-vers/model-ver/a1d55a43-1c29-487e-bd5a-da3dbe12f35c (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/290c059a-5b29-474a-ac0c-21cf8b0de3d9/model-vers/model-ver/a1d55a43-1c29-487e-bd5a-da3dbe12f35c) (ec\u003dERR.5.4.6114)" } 2022-01-28T04:57:21.320Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:57:26.532Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:57:26.532Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:57:26.532Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|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-01-28T04:57:26.533Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:57:36.072Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:57:36.072Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:57:36.072Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|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-01-28T04:57:36.072Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:57:45.610Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:57:45.610Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:57:45.610Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|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-01-28T04:57:45.611Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:57:55.150Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:58:20.693Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:58:20.693Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|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-01-28T04:58:20.693Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:58:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:58:20.695Z||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-01-28T04:58:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:58:30.231Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:58:30.236Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:59:20.693Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:59:20.693Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|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-01-28T04:59:20.694Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:59:20.695Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T04:59:20.695Z||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-01-28T04:59:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T04:59:21.321Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:59:21.321Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.322Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"9bfd0bd0-41b9-4450-82f1-6827827ad59f","serviceName":"Demo_pNF_sVA2ZViOcIOKB1ZVKTjP","serviceVersion":"1.0","serviceUUID":"a2712872-03e6-42b4-8a21-7969c614c1a2","serviceDescription":"catalog service description","serviceInvariantUUID":"d5c7ba5e-3215-4168-b092-f9b93d952739","resources":[{"resourceInstanceName":"pNF a28df441-2497 0","resourceName":"pNF a28df441-2497","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4fe67649-7d87-4a58-b925-b194d011acc0","resourceInvariantUUID":"c86efb90-d5d8-4a2e-b88d-8ddb38196776","resourceCustomizationUUID":"76e992b2-d604-4982-9d1e-a76853a173e0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/vf-license-model.xml","artifactChecksum":"ODVlMGJmYmYxZjc2MjA3YjU0NmFkNjkzNWZmYTYwNjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"00bcb9af-ae40-44be-9d4a-b53e4b5899ba","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/pNF.csar","artifactChecksum":"ZjBmZTk0NzU2ZjZmZGU1NTliOTg5OGQzNzQ2ZDA4YTA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"849a0150-b4f2-4fee-8433-8bc9950ac4d6","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a863135b-bee0-493a-8d91-2f1c713266b9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/vendor-license-model.xml","artifactChecksum":"OWRhYzVjNDdjNDBhYzVhZGJmOWJmNWUzMmNhZDFjYTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"318d7bcd-dc8f-4ecd-b851-63564112774f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d5dcf0d7-e45d-4196-a95a-75d76b28dc18","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"827b0623-a6bf-4cdf-add7-0a6d4a2a9aaa","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfSva2zviociokb1zvktjp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/artifacts/service-DemoPnfSva2zviociokb1zvktjp-template.yml","artifactChecksum":"N2M5ODAxNTFiMzc4Mzg1N2JkN2E0ZDY1ZjJlMGQ4NzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5e29b061-0efb-40be-91a0-c6b8b5d94026","artifactVersion":"1"},{"artifactName":"service-DemoPnfSva2zviociokb1zvktjp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/artifacts/service-DemoPnfSva2zviociokb1zvktjp-csar.csar","artifactChecksum":"ZWIwMDk1YmUzNDM2YmJjMTljMmM5MTdiNzFhYTljNTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9ad571ca-a53b-41a5-86c0-f134d119f317","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-28T04:59:21.323Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:59:21.323Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:59:21.326Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:59:21.326Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345960693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.330Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:59:21.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "multicloud-k8s-id", "timestamp": 1643345911153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.333Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.333Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "ves-openapi-manager", "timestamp": 1643345909944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.333Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.333Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345908102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.333Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "cds", "timestamp": 1643345906207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.334Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "clamp", "timestamp": 1643345915840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.334Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "multicloud-k8s-id", "timestamp": 1643345911153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.334Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "cds", "timestamp": 1643345906207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.334Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.335Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "ves-openapi-manager", "timestamp": 1643345909944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.335Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.335Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.335Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345908102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.335Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.335Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.335Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "clamp", "timestamp": 1643345915840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.335Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.335Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.335Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "multicloud-k8s-id", "timestamp": 1643345911153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.335Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.335Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.336Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "ves-openapi-manager", "timestamp": 1643345909944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.336Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.336Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.336Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345908102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.336Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.336Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.336Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "cds", "timestamp": 1643345906207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.336Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.336Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.336Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "clamp", "timestamp": 1643345915840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.336Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.336Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.337Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "multicloud-k8s-id", "timestamp": 1643345911153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.337Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.337Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.337Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "ves-openapi-manager", "timestamp": 1643345909944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.337Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.337Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.337Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "cds", "timestamp": 1643345906207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.337Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.337Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.337Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345908102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.337Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.338Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "clamp", "timestamp": 1643345915840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.338Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.338Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "multicloud-k8s-id", "timestamp": 1643345911153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.338Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.338Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "ves-openapi-manager", "timestamp": 1643345909944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.339Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.339Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.339Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "cds", "timestamp": 1643345906207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.339Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.339Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.339Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345908102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.339Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.339Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.340Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "clamp", "timestamp": 1643345915840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.340Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.340Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.340Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "multicloud-k8s-id", "timestamp": 1643345911153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.340Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.340Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.340Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345908102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.340Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.340Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.340Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "cds", "timestamp": 1643345906207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.340Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.340Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.340Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "ves-openapi-manager", "timestamp": 1643345909944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-01-28T04:59:21.340Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.341Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "clamp", "timestamp": 1643345915840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.341Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.341Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "multicloud-k8s-id", "timestamp": 1643345911153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/artifacts/service-DemoPnfSva2zviociokb1zvktjp-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.341Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.341Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "ves-openapi-manager", "timestamp": 1643345909944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/artifacts/service-DemoPnfSva2zviociokb1zvktjp-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.341Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.341Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345908102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/artifacts/service-DemoPnfSva2zviociokb1zvktjp-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.341Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.341Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "cds", "timestamp": 1643345906207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/artifacts/service-DemoPnfSva2zviociokb1zvktjp-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.341Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.341Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "clamp", "timestamp": 1643345915840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/artifacts/service-DemoPnfSva2zviociokb1zvktjp-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.341Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.341Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "multicloud-k8s-id", "timestamp": 1643345911153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/artifacts/service-DemoPnfSva2zviociokb1zvktjp-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:59:21.342Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345908102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/artifacts/service-DemoPnfSva2zviociokb1zvktjp-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:59:21.342Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "ves-openapi-manager", "timestamp": 1643345909944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/artifacts/service-DemoPnfSva2zviociokb1zvktjp-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.342Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "cds", "timestamp": 1643345906207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/artifacts/service-DemoPnfSva2zviociokb1zvktjp-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:59:21.342Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "clamp", "timestamp": 1643345915840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/artifacts/service-DemoPnfSva2zviociokb1zvktjp-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:59:21.342Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "ves-openapi-manager", "timestamp": 1643345924250, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T04:59:21.342Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:59:21.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345924257, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/artifacts/service-DemoPnfSva2zviociokb1zvktjp-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:59:21.342Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:59:21.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "cds", "timestamp": 1643345924334, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/artifacts/service-DemoPnfSva2zviociokb1zvktjp-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:59:21.342Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:59:21.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "ves-openapi-manager", "timestamp": 1643345925258, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-01-28T04:59:21.343Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:59:21.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "cds", "timestamp": 1643345925339, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/artifacts/service-DemoPnfSva2zviociokb1zvktjp-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-01-28T04:59:21.354Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9bfd0bd0-41b9-4450-82f1-6827827ad59f 2022-01-28T04:59:21.354Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9bfd0bd0-41b9-4450-82f1-6827827ad59f 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-01-28T04:59:21.362Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.362Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "policy-id", "timestamp": 1643345924690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.362Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.362Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.362Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345925889, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/artifacts/service-DemoPnfSva2zviociokb1zvktjp-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:59:21.363Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:59:21.363Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.363Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "ves-openapi-manager", "timestamp": 1643345926259, "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-01-28T04:59:21.368Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 9bfd0bd0-41b9-4450-82f1-6827827ad59f 2022-01-28T04:59:21.368Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9bfd0bd0-41b9-4450-82f1-6827827ad59f 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-01-28T04:59:21.377Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.377Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "policy-id", "timestamp": 1643345924690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.378Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.378Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.378Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643345926892, "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-01-28T04:59:21.383Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9bfd0bd0-41b9-4450-82f1-6827827ad59f 2022-01-28T04:59:21.383Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9bfd0bd0-41b9-4450-82f1-6827827ad59f 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-01-28T04:59:21.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "policy-id", "timestamp": 1643345924690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.391Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "policy-id", "timestamp": 1643345924690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.391Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "policy-id", "timestamp": 1643345924690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.391Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "policy-id", "timestamp": 1643345924690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.391Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "clamp", "timestamp": 1643345930451, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/artifacts/service-DemoPnfSva2zviociokb1zvktjp-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:59:21.392Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:59:21.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "policy-id", "timestamp": 1643345924690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/artifacts/service-DemoPnfSva2zviociokb1zvktjp-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.392Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "policy-id", "timestamp": 1643345924690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/artifacts/service-DemoPnfSva2zviociokb1zvktjp-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:59:21.392Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "policy-id", "timestamp": 1643345933410, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/artifacts/service-DemoPnfSva2zviociokb1zvktjp-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:59:21.392Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:59:21.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "clamp", "timestamp": 1643345933452, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/artifacts/service-DemoPnfSva2zviociokb1zvktjp-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:59:21.392Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:59:21.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "policy-id", "timestamp": 1643345934414, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/artifacts/service-DemoPnfSva2zviociokb1zvktjp-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:59:21.392Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:59:21.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "clamp", "timestamp": 1643345934455, "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-01-28T04:59:21.397Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9bfd0bd0-41b9-4450-82f1-6827827ad59f 2022-01-28T04:59:21.398Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9bfd0bd0-41b9-4450-82f1-6827827ad59f 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-01-28T04:59:21.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "aai-ml", "timestamp": 1643345933887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.406Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "policy-id", "timestamp": 1643345935416, "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-01-28T04:59:21.411Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9bfd0bd0-41b9-4450-82f1-6827827ad59f 2022-01-28T04:59:21.412Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9bfd0bd0-41b9-4450-82f1-6827827ad59f 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-01-28T04:59:21.419Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.419Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "aai-ml", "timestamp": 1643345933887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.419Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.419Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.419Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "aai-ml", "timestamp": 1643345933887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.419Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.419Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.419Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "aai-ml", "timestamp": 1643345933887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.420Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "aai-ml", "timestamp": 1643345933887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.420Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "aai-ml", "timestamp": 1643345933887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.420Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "aai-ml", "timestamp": 1643345933887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/artifacts/service-DemoPnfSva2zviociokb1zvktjp-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:21.420Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "aai-ml", "timestamp": 1643345933887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/artifacts/service-DemoPnfSva2zviociokb1zvktjp-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:59:21.420Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T04:59:21.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "aai-ml", "timestamp": 1643345942747, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/artifacts/service-DemoPnfSva2zviociokb1zvktjp-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:59:21.420Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:59:21.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "aai-ml", "timestamp": 1643345946196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/artifacts/service-DemoPnfSva2zviociokb1zvktjp-csar.csar", "status": "DEPLOY_ERROR" } 2022-01-28T04:59:21.420Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T04:59:21.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T04:59:21.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "aai-ml", "timestamp": 1643345947199, "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-01-28T04:59:21.424Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 9bfd0bd0-41b9-4450-82f1-6827827ad59f 2022-01-28T04:59:21.424Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9bfd0bd0-41b9-4450-82f1-6827827ad59f 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=? 2022-01-28T04:59:21.426Z||pool-243-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:59:21.426Z||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-01-28T04:59:21.427Z||pool-243-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-28T04:59:21.439Z||pool-243-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:59:21.439Z||pool-243-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:59:22.327Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:59:22.328Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:59:22.330Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:59:22.330Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345960693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:22.430Z||pool-244-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:59:22.431Z||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-01-28T04:59:22.431Z||pool-244-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:59:22.443Z||pool-244-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:59:22.443Z||pool-244-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:59:23.331Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:59:23.332Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:59:23.333Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:59:23.333Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345960693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:23.433Z||pool-245-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:59:23.434Z||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-01-28T04:59:23.434Z||pool-245-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:59:23.448Z||pool-245-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:59:23.448Z||pool-245-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:59:24.334Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:59:24.334Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:59:24.335Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:59:24.336Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345960693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:24.436Z||pool-246-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:59:24.436Z||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-01-28T04:59:24.436Z||pool-246-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:59:24.449Z||pool-246-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:59:24.449Z||pool-246-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:59:25.336Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:59:25.337Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:59:25.339Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:59:25.340Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345960693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:25.440Z||pool-247-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:59:25.440Z||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-01-28T04:59:25.441Z||pool-247-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:59:25.453Z||pool-247-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:59:25.453Z||pool-247-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:59:26.340Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:59:26.341Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:59:26.343Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:59:26.343Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345960693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:26.443Z||pool-248-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:59:26.444Z||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-01-28T04:59:26.444Z||pool-248-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:59:26.457Z||pool-248-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:59:26.457Z||pool-248-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:59:27.344Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:59:27.345Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:59:27.347Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:59:27.347Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345960693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/artifacts/service-DemoPnfSva2zviociokb1zvktjp-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T04:59:27.447Z||pool-249-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:59:27.448Z||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-01-28T04:59:27.448Z||pool-249-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:59:27.462Z||pool-249-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:59:27.462Z||pool-249-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:59:28.348Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T04:59:28.349Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:59:28.351Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:59:28.351Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345960693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/artifacts/service-DemoPnfSva2zviociokb1zvktjp-csar.csar", "status": "NOTIFIED" } 2022-01-28T04:59:28.451Z||pool-250-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:59:28.452Z||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-01-28T04:59:28.452Z||pool-250-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:59:28.465Z||pool-250-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:59:28.465Z||pool-250-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:59:29.352Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "serviceName": "Demo_pNF_sVA2ZViOcIOKB1ZVKTjP", "serviceVersion": "1.0", "serviceUUID": "a2712872-03e6-42b4-8a21-7969c614c1a2", "serviceDescription": "catalog service description", "serviceInvariantUUID": "d5c7ba5e-3215-4168-b092-f9b93d952739", "resources": [ { "resourceInstanceName": "pNF a28df441-2497 0", "resourceCustomizationUUID": "76e992b2-d604-4982-9d1e-a76853a173e0", "resourceName": "pNF a28df441-2497", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4fe67649-7d87-4a58-b925-b194d011acc0", "resourceInvariantUUID": "c86efb90-d5d8-4a2e-b88d-8ddb38196776", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfSva2zviociokb1zvktjp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/artifacts/service-DemoPnfSva2zviociokb1zvktjp-csar.csar", "artifactChecksum": "ZWIwMDk1YmUzNDM2YmJjMTljMmM5MTdiNzFhYTljNTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9ad571ca-a53b-41a5-86c0-f134d119f317" } ], "workloadContext": "Production" } 2022-01-28T04:59:29.353Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-28T04:59:29.353Z|05adfe70-6ae8-48b6-86b2-e1e835a76ade|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a2712872-03e6-42b4-8a21-7969c614c1a2 ASDC 2022-01-28T04:59:29.353Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:9bfd0bd0-41b9-4450-82f1-6827827ad59f ServiceName:Demo_pNF_sVA2ZViOcIOKB1ZVKTjP ServiceVersion:1.0 ServiceUUID:a2712872-03e6-42b4-8a21-7969c614c1a2 ServiceInvariantUUID:d5c7ba5e-3215-4168-b092-f9b93d952739 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfSva2zviociokb1zvktjp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/artifacts/service-DemoPnfSva2zviociokb1zvktjp-csar.csar ArtifactUUID:9ad571ca-a53b-41a5-86c0-f134d119f317 ArtifactChecksum:ZWIwMDk1YmUzNDM2YmJjMTljMmM5MTdiNzFhYTljNTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF a28df441-2497 0 ResourceCustomizationUUID:76e992b2-d604-4982-9d1e-a76853a173e0 ResourceInvariantUUID:c86efb90-d5d8-4a2e-b88d-8ddb38196776 ResourceName:pNF a28df441-2497 ResourceType:PNF ResourceUUID:4fe67649-7d87-4a58-b925-b194d011acc0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-01-28T04:59:29.354Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a2712872-03e6-42b4-8a21-7969c614c1a2 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-01-28T04:59:29.373Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T04:59:29.374Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:59:29.374Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:59:29.374Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9ad571ca-a53b-41a5-86c0-f134d119f317 from URL: /sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/artifacts/service-DemoPnfSva2zviociokb1zvktjp-csar.csar 2022-01-28T04:59:29.374Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T04:59:29.374Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/artifacts/service-DemoPnfSva2zviociokb1zvktjp-csar.csar 2022-01-28T04:59:29.996Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T04:59:30.001Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/artifacts/service-DemoPnfSva2zviociokb1zvktjp-csar.csar 9ad571ca-a53b-41a5-86c0-f134d119f317 82629 2022-01-28T04:59:30.002Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/artifacts/service-DemoPnfSva2zviociokb1zvktjp-csar.csar ASDC sendASDCNotification 2022-01-28T04:59:30.002Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/artifacts/service-DemoPnfSva2zviociokb1zvktjp-csar.csar 2022-01-28T04:59:30.002Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T04:59:30.002Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:59:30.004Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:59:30.004Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345970002, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/artifacts/service-DemoPnfSva2zviociokb1zvktjp-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T04:59:30.105Z||pool-251-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T04:59:30.105Z||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-01-28T04:59:30.105Z||pool-251-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:59:30.118Z||pool-251-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:59:30.119Z||pool-251-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:59:31.005Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T04:59:31.006Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T04:59:31.006Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 9ad571ca-a53b-41a5-86c0-f134d119f317, URL: /sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/artifacts/service-DemoPnfSva2zviociokb1zvktjp-csar.csar to file: /app/ASDC/1/service-DemoPnfSva2zviociokb1zvktjp-csar.csar 2022-01-28T04:59:31.007Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfSva2zviociokb1zvktjp-csar.csar 2022-01-28T04:59:31.007Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfSva2zviociokb1zvktjp-csar.csar 2022-01-28T04:59:31.007Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfSva2zviociokb1zvktjp-csar.csar 2022-01-28T04:59:31.082Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8557576332422139538/Definitions/service-DemoPnfSva2zviociokb1zvktjp-template.yml 2022-01-28T04:59:31.586Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-28T04:59:31.586Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-01-28T04:59:31.586Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfSva2zviociokb1zvktjp-csar.csar 2022-01-28T04:59:31.586Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-01-28T04:59:31.586Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|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-DemoPnfSva2zviociokb1zvktjp-csar.csar 2022-01-28T04:59:31.586Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|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-DemoPnfSva2zviociokb1zvktjp-csar.csar 2022-01-28T04:59:31.587Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|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-DemoPnfSva2zviociokb1zvktjp-csar.csar 2022-01-28T04:59:31.587Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|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-DemoPnfSva2zviociokb1zvktjp-csar.csar 2022-01-28T04:59:31.587Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a28df441-2497 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-DemoPnfSva2zviociokb1zvktjp-csar.csar 2022-01-28T04:59:31.587Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|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-DemoPnfSva2zviociokb1zvktjp-csar.csar 2022-01-28T04:59:31.587Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|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-DemoPnfSva2zviociokb1zvktjp-csar.csar 2022-01-28T04:59:31.587Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-01-28T04:59:31.587Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:59:31.587Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_sVA2ZViOcIOKB1ZVKTjP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:59:31.587Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||Node template pNF a28df441-2497 0 is matching search criteria 2022-01-28T04:59:31.587Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-01-28T04:59:31.587Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF a28df441-2497 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T04:59:31.587Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:59:31.587Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_sVA2ZViOcIOKB1ZVKTjP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:59:31.587Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||Node template pNF a28df441-2497 0 is matching search criteria 2022-01-28T04:59:31.587Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-01-28T04:59:31.587Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF a28df441-2497 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T04:59:31.588Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:59:31.588Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_sVA2ZViOcIOKB1ZVKTjP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:59:31.588Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:59:31.588Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_sVA2ZViOcIOKB1ZVKTjP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:59:31.588Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:59:31.588Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_sVA2ZViOcIOKB1ZVKTjP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:59:31.588Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:59:31.588Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_sVA2ZViOcIOKB1ZVKTjP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:59:31.588Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:59:31.588Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_sVA2ZViOcIOKB1ZVKTjP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:59:31.588Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_sVA2ZViOcIOKB1ZVKTjP Description:catalog service description Model UUID:a2712872-03e6-42b4-8a21-7969c614c1a2 Model Version:NULL Model InvariantUuid:d5c7ba5e-3215-4168-b092-f9b93d952739 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-01-28T04:59:31.595Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4fe67649-7d87-4a58-b925-b194d011acc0 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-01-28T04:59:31.597Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||INFO|500||pNF a28df441-2497 0 2022-01-28T04:59:31.597Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4fe67649-7d87-4a58-b925-b194d011acc0 2022-01-28T04:59:31.597Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||No resources found for Service: a2712872-03e6-42b4-8a21-7969c614c1a2 2022-01-28T04:59:31.597Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: a2712872-03e6-42b4-8a21-7969c614c1a2 2022-01-28T04:59:31.597Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a28df441-2497 0 4fe67649-7d87-4a58-b925-b194d011acc0 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-01-28T04:59:31.601Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@51a85943, org.onap.sdc.toscaparser.api.parameters.Input@74b12d29, org.onap.sdc.toscaparser.api.parameters.Input@b17425d, org.onap.sdc.toscaparser.api.parameters.Input@7a918de0, org.onap.sdc.toscaparser.api.parameters.Input@6960b1b0] 2022-01-28T04:59:31.601Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:59:31.601Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_sVA2ZViOcIOKB1ZVKTjP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:59:31.602Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid a2712872-03e6-42b4-8a21-7969c614c1a2: pNF a28df441-2497 2022-01-28T04:59:31.602Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||INFO|500||Processing PNF resource: 4fe67649-7d87-4a58-b925-b194d011acc0 2022-01-28T04:59:31.602Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T04:59:31.602Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_sVA2ZViOcIOKB1ZVKTjP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T04:59:31.602Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||INFO|500||Resource customization UUID: 76e992b2-d604-4982-9d1e-a76853a173e0 is the same as notified resource customizationUUID: 76e992b2-d604-4982-9d1e-a76853a173e0 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-01-28T04:59:31.630Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a28df441-2497 4fe67649-7d87-4a58-b925-b194d011acc0 0 ASDC deployResourceStructure 2022-01-28T04:59:31.630Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/artifacts/service-DemoPnfSva2zviociokb1zvktjp-csar.csar ASDC sendASDCNotification 2022-01-28T04:59:31.630Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/artifacts/service-DemoPnfSva2zviociokb1zvktjp-csar.csar 2022-01-28T04:59:31.630Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T04:59:31.631Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T04:59:31.632Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T04:59:31.632Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345971630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/artifacts/service-DemoPnfSva2zviociokb1zvktjp-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T04:59:31.733Z||pool-252-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T04:59:31.733Z||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-01-28T04:59:31.733Z||pool-252-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T04:59:31.747Z||pool-252-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T04:59:31.747Z||pool-252-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T04:59:32.633Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9bfd0bd0-41b9-4450-82f1-6827827ad59f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:59:32.641Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9bfd0bd0-41b9-4450-82f1-6827827ad59f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T04:59:32.642Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T04:59:32.643Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-28T04:59:32.643Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-28T04:59:32.643Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-28T04:59:32.643Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-28T04:59:32.643Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-01-28T04:59:32.643Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|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-01-28T04:59:32.648Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-28T05:00:02.648Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9bfd0bd0-41b9-4450-82f1-6827827ad59f 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-01-28T05:00:02.652Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9bfd0bd0-41b9-4450-82f1-6827827ad59f and serviceModelVersionId: a2712872-03e6-42b4-8a21-7969c614c1a2 2022-01-28T05:00:02.652Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d5c7ba5e-3215-4168-b092-f9b93d952739 2022-01-28T05:00:02.653Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d5c7ba5e-3215-4168-b092-f9b93d952739/model-vers/model-ver/a2712872-03e6-42b4-8a21-7969c614c1a2?depth=0 2022-01-28T05:00:02.659Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-01-28T05:00:02.676Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5c7ba5e-3215-4168-b092-f9b93d952739/model-vers/model-ver/a2712872-03e6-42b4-8a21-7969c614c1a2?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-01-28T05:00:02.676Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5c7ba5e-3215-4168-b092-f9b93d952739/model-vers/model-ver/a2712872-03e6-42b4-8a21-7969c614c1a2?depth=0|INFO|500||Invoke 2022-01-28T05:00:02.690Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5c7ba5e-3215-4168-b092-f9b93d952739/model-vers/model-ver/a2712872-03e6-42b4-8a21-7969c614c1a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-01-28T05:00:02.739Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5c7ba5e-3215-4168-b092-f9b93d952739/model-vers/model-ver/a2712872-03e6-42b4-8a21-7969c614c1a2?depth=0|INFO|404|Not Found|InvokeReturn 2022-01-28T05:00:02.740Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5c7ba5e-3215-4168-b092-f9b93d952739/model-vers/model-ver/a2712872-03e6-42b4-8a21-7969c614c1a2?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220128-05:00:02:696-15311], Content-Length=[495], Date=[Fri, 28 Jan 2022 05:00:02 GMT], Content-Type=[application/json]} 2022-01-28T05:00:02.741Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||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/d5c7ba5e-3215-4168-b092-f9b93d952739/model-vers/model-ver/a2712872-03e6-42b4-8a21-7969c614c1a2","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d5c7ba5e-3215-4168-b092-f9b93d952739/model-vers/model-ver/a2712872-03e6-42b4-8a21-7969c614c1a2","ERR.5.4.6114"]}}} 2022-01-28T05:00:02.743Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=9bfd0bd0-41b9-4450-82f1-6827827ad59f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d5c7ba5e-3215-4168-b092-f9b93d952739/model-vers/model-ver/a2712872-03e6-42b4-8a21-7969c614c1a2 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d5c7ba5e-3215-4168-b092-f9b93d952739/model-vers/model-ver/a2712872-03e6-42b4-8a21-7969c614c1a2) (ec=ERR.5.4.6114) 2022-01-28T05:00:02.743Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=9bfd0bd0-41b9-4450-82f1-6827827ad59f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d5c7ba5e-3215-4168-b092-f9b93d952739/model-vers/model-ver/a2712872-03e6-42b4-8a21-7969c614c1a2 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d5c7ba5e-3215-4168-b092-f9b93d952739/model-vers/model-ver/a2712872-03e6-42b4-8a21-7969c614c1a2) (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-01-28T05:00:02.743Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=9bfd0bd0-41b9-4450-82f1-6827827ad59f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d5c7ba5e-3215-4168-b092-f9b93d952739/model-vers/model-ver/a2712872-03e6-42b4-8a21-7969c614c1a2 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d5c7ba5e-3215-4168-b092-f9b93d952739/model-vers/model-ver/a2712872-03e6-42b4-8a21-7969c614c1a2) (ec=ERR.5.4.6114) 2022-01-28T05:00:02.743Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=9bfd0bd0-41b9-4450-82f1-6827827ad59f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d5c7ba5e-3215-4168-b092-f9b93d952739/model-vers/model-ver/a2712872-03e6-42b4-8a21-7969c614c1a2 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d5c7ba5e-3215-4168-b092-f9b93d952739/model-vers/model-ver/a2712872-03e6-42b4-8a21-7969c614c1a2) (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-01-28T05:00:02.748Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|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-01-28T05:00:02.748Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9bfd0bd0-41b9-4450-82f1-6827827ad59f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=9bfd0bd0-41b9-4450-82f1-6827827ad59f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d5c7ba5e-3215-4168-b092-f9b93d952739/model-vers/model-ver/a2712872-03e6-42b4-8a21-7969c614c1a2 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d5c7ba5e-3215-4168-b092-f9b93d952739/model-vers/model-ver/a2712872-03e6-42b4-8a21-7969c614c1a2) (ec=ERR.5.4.6114) 2022-01-28T05:00:02.748Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-01-28T05:00:02.749Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:00:02.750Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:00:02.750Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346002748, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d9bfd0bd0-41b9-4450-82f1-6827827ad59f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d5c7ba5e-3215-4168-b092-f9b93d952739/model-vers/model-ver/a2712872-03e6-42b4-8a21-7969c614c1a2 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d5c7ba5e-3215-4168-b092-f9b93d952739/model-vers/model-ver/a2712872-03e6-42b4-8a21-7969c614c1a2) (ec\u003dERR.5.4.6114)" } 2022-01-28T05:00:02.850Z||pool-253-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:00:02.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-01-28T05:00:02.851Z||pool-253-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:00:02.867Z||pool-253-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:00:02.867Z||pool-253-thread-1|||||INFO|500||cambria reply ok (16 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-01-28T05:00:20.693Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:00:20.693Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|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-01-28T05:00:20.693Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:00:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:00:20.695Z||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-01-28T05:00:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:00:20.815Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:00:20.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T05:00:20.815Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345960693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:00:20.815Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T05:00:30.230Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:01:20.693Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:01:20.693Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|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-01-28T05:01:20.693Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:01:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:01:20.695Z||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-01-28T05:01:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:01:21.225Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:01:21.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T05:01:21.226Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345960693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T05:01:21.226Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T05:01:21.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T05:01:21.226Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345960693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T05:01:21.226Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T05:01:21.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T05:01:21.227Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345960693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:01:21.227Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T05:01:21.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T05:01:21.227Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345960693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:01:21.227Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T05:01:21.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T05:01:21.227Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345960693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/resourceInstances/pnfa28df44124970/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:01:21.227Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T05:01:21.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T05:01:21.227Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345960693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/artifacts/service-DemoPnfSva2zviociokb1zvktjp-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:01:21.227Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T05:01:21.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T05:01:21.227Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345960693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/artifacts/service-DemoPnfSva2zviociokb1zvktjp-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:01:21.227Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T05:01:21.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T05:01:21.227Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345970002, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/artifacts/service-DemoPnfSva2zviociokb1zvktjp-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T05:01:21.227Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:01:21.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T05:01:21.227Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643345971630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSva2zviociokb1zvktjp/1.0/artifacts/service-DemoPnfSva2zviociokb1zvktjp-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T05:01:21.227Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:01:21.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T05:01:21.227Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9bfd0bd0-41b9-4450-82f1-6827827ad59f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346002748, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d9bfd0bd0-41b9-4450-82f1-6827827ad59f Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d5c7ba5e-3215-4168-b092-f9b93d952739/model-vers/model-ver/a2712872-03e6-42b4-8a21-7969c614c1a2 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d5c7ba5e-3215-4168-b092-f9b93d952739/model-vers/model-ver/a2712872-03e6-42b4-8a21-7969c614c1a2) (ec\u003dERR.5.4.6114)" } 2022-01-28T05:01:21.228Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:01:30.238Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:02:20.693Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:02:20.693Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|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-01-28T05:02:20.693Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:02:20.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:02:20.695Z||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-01-28T05:02:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:02:21.321Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:02:21.322Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:02:21.322Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:02:21.322Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"8f5ac803-a08c-45d5-9867-84bb8fdfdc22","serviceName":"vFW 2022-01-28 05-00-53","serviceVersion":"1.0","serviceUUID":"dcab5b9c-7052-4765-beaa-61d86a3fd17e","serviceDescription":"catalog service description","serviceInvariantUUID":"3aedc38b-4317-45c0-b883-f539d2912000","resources":[{"resourceInstanceName":"vFW f5f8b0ec-8cb4 0","resourceName":"vFW f5f8b0ec-8cb4","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fd40908a-d620-4572-9cec-1e6a00244602","resourceInvariantUUID":"d5678d83-77ff-4c06-90f1-3bea14fc07df","resourceCustomizationUUID":"00e38407-18a5-4706-a6a4-f88cdddff7a5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/vf-license-model.xml","artifactChecksum":"MWFiMjNhY2ViOGFhOTUzMGRlMDgxOTdmODY0Mzc3MGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6b202876-3b02-4f07-9b52-28c5a14d8b37","artifactVersion":"1"},{"artifactName":"vfwf5f8b0ec8cb40_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/vfwf5f8b0ec8cb40_modules.json","artifactChecksum":"MGFlZDU1YzI3NGY2Nzk1MjZjNzkwZTI4NzcxZGE0YWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ae0502e9-4a7c-44a8-b36f-ef69822b4842","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e8a64d20-a5d3-4168-9dcc-504d59ed489d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/vendor-license-model.xml","artifactChecksum":"NDk0YzdkZDNjMTNjNjE5ZjIyZTc1YWI4MTJiZWRjMjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f262ffca-b02f-461a-b985-5066523fea84","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4481cf33-f69f-4a0c-814d-c510e18352ec","artifactVersion":"2","generatedFromUUID":"e8a64d20-a5d3-4168-9dcc-504d59ed489d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220128050053-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128050053/1.0/artifacts/service-Vfw20220128050053-template.yml","artifactChecksum":"ZTg3YjA5MTczMGZlNWM1MTI3MzMxYTBiM2ViNGVjMTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6104bc1e-43e0-4417-abf3-90cf7d7604e7","artifactVersion":"1"},{"artifactName":"service-Vfw20220128050053-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220128050053/1.0/artifacts/service-Vfw20220128050053-csar.csar","artifactChecksum":"NjQ4NTJhZWJmNzdlNjFkN2ZhODBhZGQwYjA4NTQ5YzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"31c19710-2d44-4787-8ff2-459e966ee2fd","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-28T05:02:21.324Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:02:21.324Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "multicloud-k8s-id", "timestamp": 1643346131153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:02:21.324Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T05:02:21.324Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:02:21.324Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:02:21.324Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:02:21.324Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "clamp", "timestamp": 1643346125840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:02:21.324Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:02:21.325Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:02:21.325Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "cds", "timestamp": 1643346131207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:02:21.325Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:02:21.325Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:02:21.325Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "ves-openapi-manager", "timestamp": 1643346129944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:02:21.325Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:02:21.325Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:02:21.325Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "policy-id", "timestamp": 1643346124690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:02:21.326Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:02:21.326Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:02:21.326Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "multicloud-k8s-id", "timestamp": 1643346131153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/vfwf5f8b0ec8cb40_modules.json", "status": "NOTIFIED" } 2022-01-28T05:02:21.326Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:02:21.326Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:02:21.326Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "cds", "timestamp": 1643346131207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/vfwf5f8b0ec8cb40_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T05:02:21.326Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:02:21.326Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:02:21.326Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "clamp", "timestamp": 1643346125840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/vfwf5f8b0ec8cb40_modules.json", "status": "NOTIFIED" } 2022-01-28T05:02:21.326Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:02:21.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:02:21.327Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "ves-openapi-manager", "timestamp": 1643346129944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/vfwf5f8b0ec8cb40_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T05:02:21.327Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:02:21.327Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:02:21.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:02:21.327Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "policy-id", "timestamp": 1643346124690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/vfwf5f8b0ec8cb40_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T05:02:21.327Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346140693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:02:21.327Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:02:21.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:02:21.327Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "multicloud-k8s-id", "timestamp": 1643346131153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T05:02:21.327Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:02:21.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:02:21.327Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "cds", "timestamp": 1643346131207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:02:21.328Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:02:21.328Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:02:21.328Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "clamp", "timestamp": 1643346125840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:02:21.328Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:02:21.328Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:02:21.328Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "ves-openapi-manager", "timestamp": 1643346129944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:02:21.328Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:02:21.328Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:02:21.328Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "policy-id", "timestamp": 1643346124690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T05:02:21.329Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:02:21.329Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:02:21.329Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "multicloud-k8s-id", "timestamp": 1643346131153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:02:21.329Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:02:21.329Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:02:21.329Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "cds", "timestamp": 1643346131207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:02:21.329Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:02:21.329Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:02:21.329Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "clamp", "timestamp": 1643346125840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:02:21.329Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:02:21.330Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:02:21.330Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "ves-openapi-manager", "timestamp": 1643346129944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:02:21.330Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:02:21.330Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:02:21.330Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "policy-id", "timestamp": 1643346124690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:02:21.330Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:02:21.330Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:02:21.330Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "multicloud-k8s-id", "timestamp": 1643346131153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-28T05:02:21.330Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:02:21.330Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:02:21.331Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "cds", "timestamp": 1643346131207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T05:02:21.331Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:02:21.331Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:02:21.331Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "clamp", "timestamp": 1643346125840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T05:02:21.331Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:02:21.331Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:02:21.331Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "ves-openapi-manager", "timestamp": 1643346129944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T05:02:21.331Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:02:21.331Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:02:21.331Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "policy-id", "timestamp": 1643346124690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T05:02:21.332Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:02:21.332Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:02:21.332Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "multicloud-k8s-id", "timestamp": 1643346131153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/artifacts/service-Vfw20220128050053-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:02:21.332Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:02:21.332Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:02:21.332Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "cds", "timestamp": 1643346131207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/artifacts/service-Vfw20220128050053-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:02:21.332Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:02:21.332Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:02:21.332Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "clamp", "timestamp": 1643346125840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/artifacts/service-Vfw20220128050053-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:02:21.332Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:02:21.332Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:02:21.332Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "ves-openapi-manager", "timestamp": 1643346129944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/artifacts/service-Vfw20220128050053-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:02:21.332Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:02:21.332Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:02:21.332Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "policy-id", "timestamp": 1643346124690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/artifacts/service-Vfw20220128050053-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:02:21.332Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:02:21.333Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:02:21.333Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "multicloud-k8s-id", "timestamp": 1643346131153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/artifacts/service-Vfw20220128050053-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:02:21.333Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:02:21.333Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:02:21.333Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "cds", "timestamp": 1643346131207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/artifacts/service-Vfw20220128050053-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:02:21.333Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:02:21.333Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:02:21.333Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "clamp", "timestamp": 1643346125840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/artifacts/service-Vfw20220128050053-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:02:21.333Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:02:21.333Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:02:21.333Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "ves-openapi-manager", "timestamp": 1643346129944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/artifacts/service-Vfw20220128050053-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-28T05:02:21.333Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:02:21.333Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:02:21.333Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "policy-id", "timestamp": 1643346124690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/artifacts/service-Vfw20220128050053-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:02:21.333Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:02:21.333Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:02:21.333Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "cds", "timestamp": 1643346139267, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/artifacts/service-Vfw20220128050053-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T05:02:21.333Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:02:21.333Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:02:21.333Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "multicloud-k8s-id", "timestamp": 1643346139340, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/vfwf5f8b0ec8cb40_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T05:02:21.333Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:02:21.333Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:02:21.333Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "policy-id", "timestamp": 1643346139340, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/artifacts/service-Vfw20220128050053-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T05:02:21.334Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:02:21.334Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:02:21.334Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "cds", "timestamp": 1643346140271, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/artifacts/service-Vfw20220128050053-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-01-28T05:02:21.345Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8f5ac803-a08c-45d5-9867-84bb8fdfdc22 2022-01-28T05:02:21.345Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f5ac803-a08c-45d5-9867-84bb8fdfdc22 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-01-28T05:02:21.351Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:02:21.351Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "policy-id", "timestamp": 1643346140343, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/artifacts/service-Vfw20220128050053-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T05:02:21.351Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:02:21.351Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:02:21.351Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "multicloud-k8s-id", "timestamp": 1643346140395, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T05:02:21.351Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:02:21.427Z||pool-254-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:02:21.427Z||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-01-28T05:02:21.427Z||pool-254-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:02:21.438Z||pool-254-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:02:21.438Z||pool-254-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:02:22.327Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T05:02:22.328Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:02:22.330Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:02:22.330Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346140693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/vfwf5f8b0ec8cb40_modules.json", "status": "NOTIFIED" } 2022-01-28T05:02:22.431Z||pool-255-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T05:02:22.431Z||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-01-28T05:02:22.431Z||pool-255-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:02:22.445Z||pool-255-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:02:22.446Z||pool-255-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:02:23.331Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T05:02:23.332Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:02:23.334Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:02:23.334Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346140693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T05:02:23.434Z||pool-256-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:02:23.435Z||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-01-28T05:02:23.435Z||pool-256-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:02:23.448Z||pool-256-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:02:23.449Z||pool-256-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:02:24.335Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T05:02:24.336Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:02:24.337Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:02:24.337Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346140693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:02:24.437Z||pool-257-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:02:24.438Z||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-01-28T05:02:24.438Z||pool-257-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:02:24.451Z||pool-257-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:02:24.451Z||pool-257-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:02:25.338Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T05:02:25.339Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:02:25.340Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:02:25.340Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346140693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-28T05:02:25.440Z||pool-258-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:02:25.441Z||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-01-28T05:02:25.441Z||pool-258-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:02:25.455Z||pool-258-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:02:25.456Z||pool-258-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:02:26.341Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T05:02:26.341Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:02:26.343Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:02:26.343Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346140693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/artifacts/service-Vfw20220128050053-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:02:26.443Z||pool-259-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:02:26.444Z||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-01-28T05:02:26.444Z||pool-259-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:02:26.456Z||pool-259-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:02:26.457Z||pool-259-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:02:27.343Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T05:02:27.344Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:02:27.345Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:02:27.346Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346140693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/artifacts/service-Vfw20220128050053-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:02:27.446Z||pool-260-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:02:27.447Z||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-01-28T05:02:27.447Z||pool-260-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:02:27.460Z||pool-260-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:02:27.461Z||pool-260-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:02:28.347Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "serviceName": "vFW 2022-01-28 05-00-53", "serviceVersion": "1.0", "serviceUUID": "dcab5b9c-7052-4765-beaa-61d86a3fd17e", "serviceDescription": "catalog service description", "serviceInvariantUUID": "3aedc38b-4317-45c0-b883-f539d2912000", "resources": [ { "resourceInstanceName": "vFW f5f8b0ec-8cb4 0", "resourceCustomizationUUID": "00e38407-18a5-4706-a6a4-f88cdddff7a5", "resourceName": "vFW f5f8b0ec-8cb4", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "fd40908a-d620-4572-9cec-1e6a00244602", "resourceInvariantUUID": "d5678d83-77ff-4c06-90f1-3bea14fc07df", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwf5f8b0ec8cb40_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/vfwf5f8b0ec8cb40_modules.json", "artifactChecksum": "MGFlZDU1YzI3NGY2Nzk1MjZjNzkwZTI4NzcxZGE0YWU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ae0502e9-4a7c-44a8-b36f-ef69822b4842", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "e8a64d20-a5d3-4168-9dcc-504d59ed489d", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4481cf33-f69f-4a0c-814d-c510e18352ec", "generatedFromUUID": "e8a64d20-a5d3-4168-9dcc-504d59ed489d" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4481cf33-f69f-4a0c-814d-c510e18352ec", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220128050053-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/artifacts/service-Vfw20220128050053-csar.csar", "artifactChecksum": "NjQ4NTJhZWJmNzdlNjFkN2ZhODBhZGQwYjA4NTQ5YzA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "31c19710-2d44-4787-8ff2-459e966ee2fd" } ], "workloadContext": "Production" } 2022-01-28T05:02:28.347Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-28T05:02:28.347Z|9bfd0bd0-41b9-4450-82f1-6827827ad59f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dcab5b9c-7052-4765-beaa-61d86a3fd17e ASDC 2022-01-28T05:02:28.348Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:8f5ac803-a08c-45d5-9867-84bb8fdfdc22 ServiceName:vFW 2022-01-28 05-00-53 ServiceVersion:1.0 ServiceUUID:dcab5b9c-7052-4765-beaa-61d86a3fd17e ServiceInvariantUUID:3aedc38b-4317-45c0-b883-f539d2912000 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220128050053-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220128050053/1.0/artifacts/service-Vfw20220128050053-csar.csar ArtifactUUID:31c19710-2d44-4787-8ff2-459e966ee2fd ArtifactChecksum:NjQ4NTJhZWJmNzdlNjFkN2ZhODBhZGQwYjA4NTQ5YzA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW f5f8b0ec-8cb4 0 ResourceCustomizationUUID:00e38407-18a5-4706-a6a4-f88cdddff7a5 ResourceInvariantUUID:d5678d83-77ff-4c06-90f1-3bea14fc07df ResourceName:vFW f5f8b0ec-8cb4 ResourceType:VF ResourceUUID:fd40908a-d620-4572-9cec-1e6a00244602 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwf5f8b0ec8cb40_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/vfwf5f8b0ec8cb40_modules.json ArtifactUUID:ae0502e9-4a7c-44a8-b36f-ef69822b4842 ArtifactChecksum:MGFlZDU1YzI3NGY2Nzk1MjZjNzkwZTI4NzcxZGE0YWU= 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/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.yaml ArtifactUUID:e8a64d20-a5d3-4168-9dcc-504d59ed489d 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/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.env ArtifactUUID:4481cf33-f69f-4a0c-814d-c510e18352ec 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/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.env ArtifactUUID:4481cf33-f69f-4a0c-814d-c510e18352ec ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-01-28T05:02:28.348Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dcab5b9c-7052-4765-beaa-61d86a3fd17e 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-01-28T05:02:28.373Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T05:02:28.373Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T05:02:28.373Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T05:02:28.373Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 31c19710-2d44-4787-8ff2-459e966ee2fd from URL: /sdc/v1/catalog/services/Vfw20220128050053/1.0/artifacts/service-Vfw20220128050053-csar.csar 2022-01-28T05:02:28.373Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T05:02:28.373Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128050053/1.0/artifacts/service-Vfw20220128050053-csar.csar 2022-01-28T05:02:28.835Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T05:02:28.840Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128050053/1.0/artifacts/service-Vfw20220128050053-csar.csar 31c19710-2d44-4787-8ff2-459e966ee2fd 98965 2022-01-28T05:02:28.841Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128050053/1.0/artifacts/service-Vfw20220128050053-csar.csar ASDC sendASDCNotification 2022-01-28T05:02:28.841Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128050053/1.0/artifacts/service-Vfw20220128050053-csar.csar 2022-01-28T05:02:28.841Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T05:02:28.841Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:02:28.843Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:02:28.843Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346148841, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/artifacts/service-Vfw20220128050053-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T05:02:28.944Z||pool-261-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T05:02:28.944Z||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-01-28T05:02:28.944Z||pool-261-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:02:28.957Z||pool-261-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:02:28.957Z||pool-261-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:02:29.844Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T05:02:29.844Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T05:02:29.845Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 31c19710-2d44-4787-8ff2-459e966ee2fd, URL: /sdc/v1/catalog/services/Vfw20220128050053/1.0/artifacts/service-Vfw20220128050053-csar.csar to file: /app/ASDC/1/service-Vfw20220128050053-csar.csar 2022-01-28T05:02:29.845Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220128050053-csar.csar 2022-01-28T05:02:29.845Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220128050053-csar.csar 2022-01-28T05:02:29.845Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220128050053-csar.csar 2022-01-28T05:02:29.965Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12035493147436917158/Definitions/service-Vfw20220128050053-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-01-28T05:02:31.222Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-28T05:02:31.222Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-01-28T05:02:31.222Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220128050053-csar.csar 2022-01-28T05:02:31.222Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-01-28T05:02:31.222Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||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-Vfw20220128050053-csar.csar 2022-01-28T05:02:31.222Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||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-Vfw20220128050053-csar.csar 2022-01-28T05:02:31.222Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|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-Vfw20220128050053-csar.csar 2022-01-28T05:02:31.222Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220128050053-csar.csar 2022-01-28T05:02:31.222Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220128050053-csar.csar 2022-01-28T05:02:31.222Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||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-Vfw20220128050053-csar.csar 2022-01-28T05:02:31.222Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|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-Vfw20220128050053-csar.csar 2022-01-28T05:02:31.222Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||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-Vfw20220128050053-csar.csar 2022-01-28T05:02:31.222Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220128050053-csar.csar 2022-01-28T05:02:31.223Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||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-Vfw20220128050053-csar.csar 2022-01-28T05:02:31.223Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220128050053-csar.csar 2022-01-28T05:02:31.223Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f5f8b0ec-8cb4 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-Vfw20220128050053-csar.csar 2022-01-28T05:02:31.223Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|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-Vfw20220128050053-csar.csar 2022-01-28T05:02:31.223Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-01-28T05:02:31.223Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:02:31.223Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 05-00-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:02:31.223Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vFW f5f8b0ec-8cb4 0 is matching search criteria 2022-01-28T05:02:31.223Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-01-28T05:02:31.223Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f5f8b0ec-8cb4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T05:02:31.223Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:02:31.223Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 05-00-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:02:31.223Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vFW f5f8b0ec-8cb4 0 is matching search criteria 2022-01-28T05:02:31.224Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-01-28T05:02:31.224Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f5f8b0ec-8cb4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T05:02:31.224Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:02:31.224Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 05-00-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:02:31.224Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:02:31.224Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vFW f5f8b0ec-8cb4 0 is not matching search criteria 2022-01-28T05:02:31.224Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T05:02:31.224Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T05:02:31.224Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T05:02:31.224Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T05:02:31.224Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T05:02:31.224Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T05:02:31.224Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T05:02:31.225Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T05:02:31.225Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T05:02:31.225Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T05:02:31.225Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T05:02:31.225Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T05:02:31.225Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T05:02:31.225Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T05:02:31.225Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T05:02:31.225Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-01-28T05:02:31.225Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:02:31.225Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 05-00-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-28T05:02:31.225Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:02:31.225Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vFW f5f8b0ec-8cb4 0 is matching search criteria 2022-01-28T05:02:31.226Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f5f8b0ec-8cb4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T05:02:31.226Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:02:31.226Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vFW f5f8b0ec-8cb4 0 is matching search criteria 2022-01-28T05:02:31.226Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f5f8b0ec-8cb4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T05:02:31.226Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:02:31.226Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vFW f5f8b0ec-8cb4 0 is matching search criteria 2022-01-28T05:02:31.226Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f5f8b0ec-8cb4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T05:02:31.226Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:02:31.226Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vFW f5f8b0ec-8cb4 0 is not matching search criteria 2022-01-28T05:02:31.226Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T05:02:31.226Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T05:02:31.226Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-01-28T05:02:31.226Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T05:02:31.227Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T05:02:31.227Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T05:02:31.227Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T05:02:31.227Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T05:02:31.227Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T05:02:31.227Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T05:02:31.227Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T05:02:31.227Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e3292d93-95e3-4727-8a99-f14fea265472 2022-01-28T05:02:31.227Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:02:31.227Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vFW f5f8b0ec-8cb4 0 is not matching search criteria 2022-01-28T05:02:31.227Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T05:02:31.227Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T05:02:31.227Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T05:02:31.227Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T05:02:31.228Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T05:02:31.228Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T05:02:31.228Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T05:02:31.228Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-01-28T05:02:31.228Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T05:02:31.228Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T05:02:31.228Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T05:02:31.228Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T05:02:31.228Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=58148e44-505a-41b0-8d6d-7fdda9af267d 2022-01-28T05:02:31.228Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:02:31.228Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vFW f5f8b0ec-8cb4 0 is not matching search criteria 2022-01-28T05:02:31.228Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T05:02:31.228Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T05:02:31.229Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T05:02:31.229Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T05:02:31.229Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T05:02:31.229Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T05:02:31.229Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T05:02:31.229Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T05:02:31.229Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T05:02:31.229Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T05:02:31.229Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T05:02:31.229Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-01-28T05:02:31.229Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=90bb43f8-ea17-4536-94cc-b5a5ba874374 2022-01-28T05:02:31.229Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:02:31.229Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 05-00-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:02:31.229Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:02:31.230Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 05-00-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:02:31.230Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:02:31.230Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 05-00-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:02:31.230Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:02:31.230Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 05-00-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:02:31.230Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-01-28 05-00-53 Description:catalog service description Model UUID:dcab5b9c-7052-4765-beaa-61d86a3fd17e Model Version:NULL Model InvariantUuid:3aedc38b-4317-45c0-b883-f539d2912000 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW f5f8b0ec-8cb4 Model UUID:f3cf57fc-7c49-40e1-b272-974352bd2631 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:d5678d83-77ff-4c06-90f1-3bea14fc07df Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:00e38407-18a5-4706-a6a4-f88cdddff7a5 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:fd0328fb-0899-4936-b265-432a2033c5de ModelName:VfwF5f8b0ec8cb4..base_vfw..module-0 ModelUuid:5dd676e2-1ab7-4640-8ef6-7b970d9dbf30 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e3292d93-95e3-4727-8a99-f14fea265472 ModelInvariantUuid:ef707a63-0787-4aee-ac03-65a08ce81101 ModelName:vFW f5f8b0ec-8cb4-nodes.vfwCvfc ModelUuid:aa384ef9-c695-4e02-a1e4-4551680491e5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:20025455-f679-4d8e-ac66-94249999b503 ModelInvariantUuid:1083d5f8-eba6-40ed-9e3f-e7c58986b6ee ModelName:VfwF5f8b0ec8cb4.compute.nodes.heat.vfw ModelUuid:583165a0-e42f-4c79-9642-82c5c27b0d61 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:58148e44-505a-41b0-8d6d-7fdda9af267d ModelInvariantUuid:86bce02c-a8c1-494f-bbd0-928002f06cf9 ModelName:vFW f5f8b0ec-8cb4-nodes.vsnCvfc ModelUuid:b29e9019-0dc9-49ef-bff8-06c462abcd8d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:94413683-294b-4759-ae16-97f5081c19cd ModelInvariantUuid:6156f03a-6737-4c0c-9df0-d9202a78453f ModelName:VfwF5f8b0ec8cb4.compute.nodes.heat.vsn ModelUuid:064c943a-7bcc-4349-94b7-6c8eb9219dfb ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:90bb43f8-ea17-4536-94cc-b5a5ba874374 ModelInvariantUuid:75325ed2-6ca9-40c0-9a81-8ec7ce3c84cb ModelName:vFW f5f8b0ec-8cb4-nodes.vpgCvfc ModelUuid:f6223828-cb46-4832-bbc3-f2d13e95768a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:34018816-0908-4e01-9960-703a494ea567 ModelInvariantUuid:c4d260b4-4d17-4cde-9670-c48cd97376c9 ModelName:VfwF5f8b0ec8cb4.compute.nodes.heat.vpg ModelUuid:68cfb449-38c2-4d67-8391-5cc0abed9908 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-01-28T05:02:31.235Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: fd40908a-d620-4572-9cec-1e6a00244602 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-01-28T05:02:31.236Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||vFW f5f8b0ec-8cb4 0 2022-01-28T05:02:31.236Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fd40908a-d620-4572-9cec-1e6a00244602 2022-01-28T05:02:31.237Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ae0502e9-4a7c-44a8-b36f-ef69822b4842 from URL: /sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/vfwf5f8b0ec8cb40_modules.json 2022-01-28T05:02:31.237Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T05:02:31.237Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/vfwf5f8b0ec8cb40_modules.json 2022-01-28T05:02:31.543Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T05:02:31.543Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/vfwf5f8b0ec8cb40_modules.json ae0502e9-4a7c-44a8-b36f-ef69822b4842 785 2022-01-28T05:02:31.543Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/vfwf5f8b0ec8cb40_modules.json ASDC sendASDCNotification 2022-01-28T05:02:31.544Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/vfwf5f8b0ec8cb40_modules.json 2022-01-28T05:02:31.544Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T05:02:31.544Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:02:31.546Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:02:31.546Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346151543, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/vfwf5f8b0ec8cb40_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T05:02:31.646Z||pool-262-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:02:31.647Z||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-01-28T05:02:31.647Z||pool-262-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:02:31.660Z||pool-262-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:02:31.661Z||pool-262-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:02:32.546Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwF5f8b0ec8cb4..base_vfw..module-0", "vfModuleModelInvariantUUID": "fd0328fb-0899-4936-b265-432a2033c5de", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5dd676e2-1ab7-4640-8ef6-7b970d9dbf30", "vfModuleModelCustomizationUUID": "6ba1ec22-ef09-44fe-88c8-e642277646bc", "isBase": true, "artifacts": [ "e8a64d20-a5d3-4168-9dcc-504d59ed489d", "4481cf33-f69f-4a0c-814d-c510e18352ec" ], "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-01-28T05:02:32.548Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwF5f8b0ec8cb4..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5dd676e2-1ab7-4640-8ef6-7b970d9dbf30 VfModuleModelInvariantUUID:fd0328fb-0899-4936-b265-432a2033c5de VfModuleModelDescription:NULL Artifacts UUID List:{ e8a64d20-a5d3-4168-9dcc-504d59ed489d , 4481cf33-f69f-4a0c-814d-c510e18352ec } 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-01-28T05:02:32.549Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwF5f8b0ec8cb4..base_vfw..module-0", "vfModuleModelInvariantUUID": "fd0328fb-0899-4936-b265-432a2033c5de", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5dd676e2-1ab7-4640-8ef6-7b970d9dbf30", "vfModuleModelCustomizationUUID": "6ba1ec22-ef09-44fe-88c8-e642277646bc", "isBase": true, "artifacts": [ "e8a64d20-a5d3-4168-9dcc-504d59ed489d", "4481cf33-f69f-4a0c-814d-c510e18352ec" ], "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-01-28T05:02:32.549Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwF5f8b0ec8cb4..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5dd676e2-1ab7-4640-8ef6-7b970d9dbf30 VfModuleModelInvariantUUID:fd0328fb-0899-4936-b265-432a2033c5de VfModuleModelDescription:NULL Artifacts UUID List:{ e8a64d20-a5d3-4168-9dcc-504d59ed489d , 4481cf33-f69f-4a0c-814d-c510e18352ec } 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-01-28T05:02:32.549Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e8a64d20-a5d3-4168-9dcc-504d59ed489d from URL: /sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.yaml 2022-01-28T05:02:32.549Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T05:02:32.549Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.yaml 2022-01-28T05:02:32.894Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T05:02:32.895Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.yaml e8a64d20-a5d3-4168-9dcc-504d59ed489d 20368 2022-01-28T05:02:32.895Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-01-28T05:02:32.895Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.yaml 2022-01-28T05:02:32.895Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T05:02:32.895Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:02:32.897Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:02:32.897Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346152895, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T05:02:32.998Z||pool-263-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:02:32.998Z||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-01-28T05:02:32.998Z||pool-263-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:02:33.012Z||pool-263-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:02:33.012Z||pool-263-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:02:33.898Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4481cf33-f69f-4a0c-814d-c510e18352ec from URL: /sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.env 2022-01-28T05:02:33.899Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T05:02:33.899Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.env 2022-01-28T05:02:34.045Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T05:02:34.046Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.env 4481cf33-f69f-4a0c-814d-c510e18352ec 2098 2022-01-28T05:02:34.046Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.env ASDC sendASDCNotification 2022-01-28T05:02:34.046Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.env 2022-01-28T05:02:34.046Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T05:02:34.046Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:02:34.048Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:02:34.048Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346154046, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-28T05:02:34.148Z||pool-264-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:02:34.149Z||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-01-28T05:02:34.149Z||pool-264-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:02:34.161Z||pool-264-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:02:34.161Z||pool-264-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:02:35.049Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: dcab5b9c-7052-4765-beaa-61d86a3fd17e 2022-01-28T05:02:35.050Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f5f8b0ec-8cb4 0 fd40908a-d620-4572-9cec-1e6a00244602 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-01-28T05:02:35.066Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2204fd83, org.onap.sdc.toscaparser.api.parameters.Input@9eda5c3, org.onap.sdc.toscaparser.api.parameters.Input@4c0d57f4, org.onap.sdc.toscaparser.api.parameters.Input@29aec42b, org.onap.sdc.toscaparser.api.parameters.Input@2cc3dc78] 2022-01-28T05:02:35.067Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:02:35.067Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 05-00-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:02:35.068Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-01-28T05:02:35.068Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 00e38407-18a5-4706-a6a4-f88cdddff7a5 2022-01-28T05:02:35.068Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 00e38407-18a5-4706-a6a4-f88cdddff7a5 matches Tosca VF Customization UUID: 00e38407-18a5-4706-a6a4-f88cdddff7a5 2022-01-28T05:02:35.068Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 00e38407-18a5-4706-a6a4-f88cdddff7a5 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-01-28T05:02:35.070Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:02:35.070Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 05-00-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:02:35.070Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 00e38407-18a5-4706-a6a4-f88cdddff7a5: {\"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-01-28T05:02:35.071Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3120f5f8 2022-01-28T05:02:35.071Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:02:35.071Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 05-00-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-28T05:02:35.071Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6ba1ec22-ef09-44fe-88c8-e642277646bc 2022-01-28T05:02:35.071Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6ba1ec22-ef09-44fe-88c8-e642277646bc 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-01-28T05:02:35.073Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:02:35.073Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vFW f5f8b0ec-8cb4 0 is matching search criteria 2022-01-28T05:02:35.073Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f5f8b0ec-8cb4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T05:02:35.074Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:02:35.074Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vFW f5f8b0ec-8cb4 0 is matching search criteria 2022-01-28T05:02:35.074Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f5f8b0ec-8cb4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T05:02:35.074Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:02:35.074Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vFW f5f8b0ec-8cb4 0 is not matching search criteria 2022-01-28T05:02:35.074Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T05:02:35.074Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T05:02:35.074Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-01-28T05:02:35.075Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T05:02:35.075Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T05:02:35.075Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T05:02:35.075Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T05:02:35.075Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T05:02:35.075Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T05:02:35.075Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T05:02:35.075Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T05:02:35.075Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e3292d93-95e3-4727-8a99-f14fea265472 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-01-28T05:02:35.077Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:02:35.077Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vFW f5f8b0ec-8cb4 0 is matching search criteria 2022-01-28T05:02:35.077Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f5f8b0ec-8cb4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T05:02:35.077Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:02:35.077Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vFW f5f8b0ec-8cb4 0 is not matching search criteria 2022-01-28T05:02:35.077Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T05:02:35.077Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T05:02:35.077Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T05:02:35.077Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T05:02:35.078Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T05:02:35.078Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T05:02:35.078Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T05:02:35.078Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-01-28T05:02:35.078Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T05:02:35.078Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T05:02:35.078Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T05:02:35.078Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T05:02:35.078Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=58148e44-505a-41b0-8d6d-7fdda9af267d 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-01-28T05:02:35.079Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:02:35.079Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vFW f5f8b0ec-8cb4 0 is matching search criteria 2022-01-28T05:02:35.079Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f5f8b0ec-8cb4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T05:02:35.079Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:02:35.079Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vFW f5f8b0ec-8cb4 0 is not matching search criteria 2022-01-28T05:02:35.079Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T05:02:35.079Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T05:02:35.080Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T05:02:35.080Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T05:02:35.080Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T05:02:35.080Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T05:02:35.080Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T05:02:35.080Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T05:02:35.080Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T05:02:35.080Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T05:02:35.080Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T05:02:35.080Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-01-28T05:02:35.080Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=90bb43f8-ea17-4536-94cc-b5a5ba874374 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-01-28T05:02:35.081Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:02:35.081Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vFW f5f8b0ec-8cb4 0 is matching search criteria 2022-01-28T05:02:35.082Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f5f8b0ec-8cb4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T05:02:35.082Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:02:35.082Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Node template vFW f5f8b0ec-8cb4 0 is matching search criteria 2022-01-28T05:02:35.082Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f5f8b0ec-8cb4 0] matching following query criteria: sdcType=VF, customizationUUID=00e38407-18a5-4706-a6a4-f88cdddff7a5 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-01-28T05:02:35.083Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:02:35.083Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 05-00-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:02:35.083Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid dcab5b9c-7052-4765-beaa-61d86a3fd17e: vFW f5f8b0ec-8cb4 2022-01-28T05:02:35.083Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:02:35.084Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 05-00-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:02:35.084Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:02:35.084Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 05-00-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:02:35.084Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:02:35.084Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 05-00-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:02:35.084Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:02:35.084Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 05-00-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:02:35.085Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:02:35.085Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 05-00-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:02:35.085Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-01-28 05-00-53 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-01-28T05:02:35.245Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f5f8b0ec-8cb4 fd40908a-d620-4572-9cec-1e6a00244602 1 ASDC deployResourceStructure 2022-01-28T05:02:35.245Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/vfwf5f8b0ec8cb40_modules.json ASDC sendASDCNotification 2022-01-28T05:02:35.245Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/vfwf5f8b0ec8cb40_modules.json 2022-01-28T05:02:35.245Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T05:02:35.245Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:02:35.247Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:02:35.247Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346155245, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/vfwf5f8b0ec8cb40_modules.json", "status": "DEPLOY_OK" } 2022-01-28T05:02:35.347Z||pool-265-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:02:35.348Z||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-01-28T05:02:35.348Z||pool-265-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:02:35.360Z||pool-265-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:02:35.361Z||pool-265-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:02:36.248Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-01-28T05:02:36.248Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.yaml 2022-01-28T05:02:36.248Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T05:02:36.248Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:02:36.249Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:02:36.249Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346156248, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-01-28T05:02:36.349Z||pool-266-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:02:36.350Z||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-01-28T05:02:36.350Z||pool-266-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:02:36.362Z||pool-266-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:02:36.363Z||pool-266-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:02:37.250Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.env ASDC sendASDCNotification 2022-01-28T05:02:37.251Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.env 2022-01-28T05:02:37.251Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T05:02:37.251Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:02:37.253Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:02:37.253Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346157250, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-01-28T05:02:37.353Z||pool-267-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:02:37.354Z||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-01-28T05:02:37.354Z||pool-267-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:02:37.366Z||pool-267-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:02:37.366Z||pool-267-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:02:38.254Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128050053/1.0/artifacts/service-Vfw20220128050053-csar.csar ASDC sendASDCNotification 2022-01-28T05:02:38.255Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128050053/1.0/artifacts/service-Vfw20220128050053-csar.csar 2022-01-28T05:02:38.255Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T05:02:38.255Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:02:38.257Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:02:38.258Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346158254, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/artifacts/service-Vfw20220128050053-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T05:02:38.357Z||pool-268-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T05:02:38.358Z||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-01-28T05:02:38.358Z||pool-268-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:02:38.370Z||pool-268-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:02:38.370Z||pool-268-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:02:39.258Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8f5ac803-a08c-45d5-9867-84bb8fdfdc22 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T05:02:39.267Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8f5ac803-a08c-45d5-9867-84bb8fdfdc22 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T05:02:39.269Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T05:02:39.269Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T05:02:39.269Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T05:03:09.270Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8f5ac803-a08c-45d5-9867-84bb8fdfdc22 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T05:03:09.278Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8f5ac803-a08c-45d5-9867-84bb8fdfdc22 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T05:03:09.279Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T05:03:09.279Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T05:03:09.279Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T05:03:20.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:03:20.695Z||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-01-28T05:03:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:03:20.820Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:03:20.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:03:20.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346140693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:03:20.821Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:03:39.279Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8f5ac803-a08c-45d5-9867-84bb8fdfdc22 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T05:03:39.289Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8f5ac803-a08c-45d5-9867-84bb8fdfdc22 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T05:03:39.290Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T05:03:39.291Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T05:03:39.291Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T05:04:09.291Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8f5ac803-a08c-45d5-9867-84bb8fdfdc22 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T05:04:09.299Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8f5ac803-a08c-45d5-9867-84bb8fdfdc22 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T05:04:09.300Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T05:04:09.300Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T05:04:09.300Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T05:04:20.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:04:20.695Z||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-01-28T05:04:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:04:21.223Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:04:21.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:04:21.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "policy-id", "timestamp": 1643346141346, "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-01-28T05:04:21.231Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8f5ac803-a08c-45d5-9867-84bb8fdfdc22 2022-01-28T05:04:21.231Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f5ac803-a08c-45d5-9867-84bb8fdfdc22 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-01-28T05:04:21.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:04:21.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "multicloud-k8s-id", "timestamp": 1643346141443, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-28T05:04:21.240Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:04:21.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:04:21.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346140693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/vfwf5f8b0ec8cb40_modules.json", "status": "NOTIFIED" } 2022-01-28T05:04:21.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:04:21.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:04:21.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "multicloud-k8s-id", "timestamp": 1643346142458, "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-01-28T05:04:21.245Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8f5ac803-a08c-45d5-9867-84bb8fdfdc22 2022-01-28T05:04:21.245Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f5ac803-a08c-45d5-9867-84bb8fdfdc22 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-01-28T05:04:21.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:04:21.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346140693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T05:04:21.250Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:04:21.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:04:21.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "multicloud-k8s-id", "timestamp": 1643346143461, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/vfwf5f8b0ec8cb40_modules.json", "status": "DEPLOY_OK" } 2022-01-28T05:04:21.250Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:04:21.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:04:21.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346140693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:04:21.251Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:04:21.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:04:21.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "aai-ml", "timestamp": 1643346143887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:04:21.251Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:04:21.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:04:21.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346140693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-28T05:04:21.251Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:04:21.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:04:21.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "clamp", "timestamp": 1643346145474, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/artifacts/service-Vfw20220128050053-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T05:04:21.251Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:04:21.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:04:21.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "aai-ml", "timestamp": 1643346143887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/vfwf5f8b0ec8cb40_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T05:04:21.251Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:04:21.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:04:21.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346140693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/artifacts/service-Vfw20220128050053-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:04:21.251Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:04:21.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:04:21.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "clamp", "timestamp": 1643346146487, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/artifacts/service-Vfw20220128050053-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T05:04:21.252Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:04:21.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:04:21.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "aai-ml", "timestamp": 1643346143887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:04:21.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:04:21.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:04:21.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346140693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/artifacts/service-Vfw20220128050053-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:04:21.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:04:21.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:04:21.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "clamp", "timestamp": 1643346147489, "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-01-28T05:04:21.256Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8f5ac803-a08c-45d5-9867-84bb8fdfdc22 2022-01-28T05:04:21.256Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f5ac803-a08c-45d5-9867-84bb8fdfdc22 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-01-28T05:04:21.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:04:21.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "aai-ml", "timestamp": 1643346143887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:04:21.264Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:04:21.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:04:21.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "aai-ml", "timestamp": 1643346143887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T05:04:21.264Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:04:21.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:04:21.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643346148102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:04:21.264Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:04:21.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:04:21.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346148841, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/artifacts/service-Vfw20220128050053-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T05:04:21.264Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:04:21.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:04:21.264Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "aai-ml", "timestamp": 1643346143887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/artifacts/service-Vfw20220128050053-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:04:21.265Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:04:21.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:04:21.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643346148102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/vfwf5f8b0ec8cb40_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T05:04:21.265Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:04:21.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:04:21.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "aai-ml", "timestamp": 1643346143887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/artifacts/service-Vfw20220128050053-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:04:21.265Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:04:21.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:04:21.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643346148102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:04:21.265Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:04:21.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:04:21.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346151543, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/vfwf5f8b0ec8cb40_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T05:04:21.265Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:04:21.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:04:21.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643346148102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:04:21.265Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:04:21.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:04:21.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "aai-ml", "timestamp": 1643346152003, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/artifacts/service-Vfw20220128050053-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T05:04:21.266Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:04:21.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:04:21.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643346148102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T05:04:21.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:04:21.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:04:21.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346152895, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T05:04:21.266Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:04:21.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:04:21.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643346148102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/artifacts/service-Vfw20220128050053-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:04:21.266Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:04:21.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:04:21.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346154046, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-28T05:04:21.266Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:04:21.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:04:21.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643346148102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/artifacts/service-Vfw20220128050053-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:04:21.267Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:04:21.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:04:21.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346155245, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/vfwf5f8b0ec8cb40_modules.json", "status": "DEPLOY_OK" } 2022-01-28T05:04:21.267Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:04:21.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:04:21.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643346155813, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/artifacts/service-Vfw20220128050053-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T05:04:21.267Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:04:21.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:04:21.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346156248, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-01-28T05:04:21.267Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:04:21.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:04:21.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346157250, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/resourceInstances/vfwf5f8b0ec8cb40/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-01-28T05:04:21.267Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:04:21.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:04:21.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346158254, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/artifacts/service-Vfw20220128050053-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T05:04:21.267Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:04:21.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:04:21.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643346158363, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/artifacts/service-Vfw20220128050053-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T05:04:21.268Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:04:21.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:04:21.268Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "aai-ml", "timestamp": 1643346158735, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128050053/1.0/artifacts/service-Vfw20220128050053-csar.csar", "status": "DEPLOY_ERROR" } 2022-01-28T05:04:21.268Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:04:21.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:04:21.268Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643346159365, "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-01-28T05:04:21.271Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8f5ac803-a08c-45d5-9867-84bb8fdfdc22 2022-01-28T05:04:21.271Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f5ac803-a08c-45d5-9867-84bb8fdfdc22 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-01-28T05:04:21.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:04:21.277Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "aai-ml", "timestamp": 1643346159738, "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-01-28T05:04:21.280Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 8f5ac803-a08c-45d5-9867-84bb8fdfdc22 2022-01-28T05:04:21.280Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f5ac803-a08c-45d5-9867-84bb8fdfdc22 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-01-28T05:04:39.301Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8f5ac803-a08c-45d5-9867-84bb8fdfdc22 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T05:04:39.308Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8f5ac803-a08c-45d5-9867-84bb8fdfdc22 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T05:04:39.310Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T05:04:39.310Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-28T05:04:39.310Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-28T05:04:39.311Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-28T05:04:39.311Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-01-28T05:04:39.311Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|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-01-28T05:04:39.315Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-28T05:05:09.315Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8f5ac803-a08c-45d5-9867-84bb8fdfdc22 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-01-28T05:05:09.319Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8f5ac803-a08c-45d5-9867-84bb8fdfdc22 and serviceModelVersionId: dcab5b9c-7052-4765-beaa-61d86a3fd17e 2022-01-28T05:05:09.319Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3aedc38b-4317-45c0-b883-f539d2912000 2022-01-28T05:05:09.319Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3aedc38b-4317-45c0-b883-f539d2912000/model-vers/model-ver/dcab5b9c-7052-4765-beaa-61d86a3fd17e?depth=0 2022-01-28T05:05:09.325Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-01-28T05:05:09.344Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3aedc38b-4317-45c0-b883-f539d2912000/model-vers/model-ver/dcab5b9c-7052-4765-beaa-61d86a3fd17e?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-01-28T05:05:09.344Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3aedc38b-4317-45c0-b883-f539d2912000/model-vers/model-ver/dcab5b9c-7052-4765-beaa-61d86a3fd17e?depth=0|INFO|500||Invoke 2022-01-28T05:05:09.363Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3aedc38b-4317-45c0-b883-f539d2912000/model-vers/model-ver/dcab5b9c-7052-4765-beaa-61d86a3fd17e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-01-28T05:05:09.381Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3aedc38b-4317-45c0-b883-f539d2912000/model-vers/model-ver/dcab5b9c-7052-4765-beaa-61d86a3fd17e?depth=0|INFO|404|Not Found|InvokeReturn 2022-01-28T05:05:09.381Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3aedc38b-4317-45c0-b883-f539d2912000/model-vers/model-ver/dcab5b9c-7052-4765-beaa-61d86a3fd17e?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220128-05:05:09:368-3716], Content-Length=[495], Date=[Fri, 28 Jan 2022 05:05:09 GMT], Content-Type=[application/json]} 2022-01-28T05:05:09.381Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||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/3aedc38b-4317-45c0-b883-f539d2912000/model-vers/model-ver/dcab5b9c-7052-4765-beaa-61d86a3fd17e","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3aedc38b-4317-45c0-b883-f539d2912000/model-vers/model-ver/dcab5b9c-7052-4765-beaa-61d86a3fd17e","ERR.5.4.6114"]}}} 2022-01-28T05:05:09.384Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=8f5ac803-a08c-45d5-9867-84bb8fdfdc22 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3aedc38b-4317-45c0-b883-f539d2912000/model-vers/model-ver/dcab5b9c-7052-4765-beaa-61d86a3fd17e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3aedc38b-4317-45c0-b883-f539d2912000/model-vers/model-ver/dcab5b9c-7052-4765-beaa-61d86a3fd17e) (ec=ERR.5.4.6114) 2022-01-28T05:05:09.384Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=8f5ac803-a08c-45d5-9867-84bb8fdfdc22 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3aedc38b-4317-45c0-b883-f539d2912000/model-vers/model-ver/dcab5b9c-7052-4765-beaa-61d86a3fd17e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3aedc38b-4317-45c0-b883-f539d2912000/model-vers/model-ver/dcab5b9c-7052-4765-beaa-61d86a3fd17e) (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-01-28T05:05:09.384Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=8f5ac803-a08c-45d5-9867-84bb8fdfdc22 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3aedc38b-4317-45c0-b883-f539d2912000/model-vers/model-ver/dcab5b9c-7052-4765-beaa-61d86a3fd17e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3aedc38b-4317-45c0-b883-f539d2912000/model-vers/model-ver/dcab5b9c-7052-4765-beaa-61d86a3fd17e) (ec=ERR.5.4.6114) 2022-01-28T05:05:09.384Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=8f5ac803-a08c-45d5-9867-84bb8fdfdc22 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3aedc38b-4317-45c0-b883-f539d2912000/model-vers/model-ver/dcab5b9c-7052-4765-beaa-61d86a3fd17e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3aedc38b-4317-45c0-b883-f539d2912000/model-vers/model-ver/dcab5b9c-7052-4765-beaa-61d86a3fd17e) (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-01-28T05:05:09.388Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|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-01-28T05:05:09.388Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8f5ac803-a08c-45d5-9867-84bb8fdfdc22 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=8f5ac803-a08c-45d5-9867-84bb8fdfdc22 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3aedc38b-4317-45c0-b883-f539d2912000/model-vers/model-ver/dcab5b9c-7052-4765-beaa-61d86a3fd17e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3aedc38b-4317-45c0-b883-f539d2912000/model-vers/model-ver/dcab5b9c-7052-4765-beaa-61d86a3fd17e) (ec=ERR.5.4.6114) 2022-01-28T05:05:09.389Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-01-28T05:05:09.389Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:05:09.390Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:05:09.390Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346309389, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d8f5ac803-a08c-45d5-9867-84bb8fdfdc22 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3aedc38b-4317-45c0-b883-f539d2912000/model-vers/model-ver/dcab5b9c-7052-4765-beaa-61d86a3fd17e (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3aedc38b-4317-45c0-b883-f539d2912000/model-vers/model-ver/dcab5b9c-7052-4765-beaa-61d86a3fd17e) (ec\u003dERR.5.4.6114)" } 2022-01-28T05:05:09.490Z||pool-269-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:05:09.491Z||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-01-28T05:05:09.491Z||pool-269-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:05:09.509Z||pool-269-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:05:09.509Z||pool-269-thread-1|||||INFO|500||cambria reply ok (18 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-01-28T05:05:10.399Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:05:10.400Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|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-01-28T05:05:10.400Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:05:14.769Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:05:14.769Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:05:14.769Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014","serviceName":"Demo_pNF_Sqa1tHMYYsuWA7augzuk","serviceVersion":"1.0","serviceUUID":"24e88884-eb93-4009-9eba-2dcf1b869b4d","serviceDescription":"catalog service description","serviceInvariantUUID":"1f7586ea-9bbb-4576-a238-f3ba2afdf295","resources":[{"resourceInstanceName":"pNF 896a030f-e1e7 0","resourceName":"pNF 896a030f-e1e7","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"870cdf5c-4e91-496a-8193-1a8fce0f108e","resourceInvariantUUID":"5077a71b-cdac-40fb-b302-90ae0af1558d","resourceCustomizationUUID":"0a31d105-66a2-41a1-9987-79834935034c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/vf-license-model.xml","artifactChecksum":"YTY3YzYxMmJkOGQ5Mzk1Mjc4MTVmNWYzYjVkYzM3ZGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1f9c17ac-1d64-402b-80c8-57b04b5b1758","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/pNF.csar","artifactChecksum":"ZjBmZTk0NzU2ZjZmZGU1NTliOTg5OGQzNzQ2ZDA4YTA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4655f8a0-b572-4315-9835-86272ab1b57b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"47565a45-e928-48f1-8d7c-446a683a84c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/vendor-license-model.xml","artifactChecksum":"Y2I0ZDk1MGQ4NGUxNThiNTZlOWMwMjZhMzIyYjZlOGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"eb9e390d-aa8e-4825-aa9b-d30ccac54afb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"66d15ab0-61bf-4036-8468-a4d7545afb0a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1738fa2b-0ccb-40d2-bfe2-03589bff6ee6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfSqa1thmyysuwa7augzuk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/artifacts/service-DemoPnfSqa1thmyysuwa7augzuk-template.yml","artifactChecksum":"ZjI3ODM0ZTU4ZWM5YjEyY2VhZmY1YmYyZDE4NzMwZWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2a822629-e405-4d9c-8edd-18ea45d011af","artifactVersion":"1"},{"artifactName":"service-DemoPnfSqa1thmyysuwa7augzuk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/artifacts/service-DemoPnfSqa1thmyysuwa7augzuk-csar.csar","artifactChecksum":"YzM1M2E2YjhmYjNlZDcyOWJiOTgxNWE3ZTRjZjZiNTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4cdf4e49-3824-425f-bd49-bf53f9249bce","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-28T05:05:14.771Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T05:05:14.771Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:05:14.772Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:05:14.772Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346310399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:14.873Z||pool-270-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T05:05:14.874Z||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-01-28T05:05:14.874Z||pool-270-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:05:14.887Z||pool-270-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:05:14.888Z||pool-270-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:05:15.773Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T05:05:15.774Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:05:15.776Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:05:15.776Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346310399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:15.876Z||pool-271-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:05:15.877Z||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-01-28T05:05:15.877Z||pool-271-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:05:15.889Z||pool-271-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:05:15.890Z||pool-271-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:05:16.776Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T05:05:16.777Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:05:16.778Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:05:16.778Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346310399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:16.878Z||pool-272-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:05:16.879Z||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-01-28T05:05:16.879Z||pool-272-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:05:16.893Z||pool-272-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:05:16.893Z||pool-272-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:05:17.778Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T05:05:17.779Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:05:17.781Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:05:17.782Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346310399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:17.882Z||pool-273-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:05:17.882Z||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-01-28T05:05:17.882Z||pool-273-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:05:17.895Z||pool-273-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:05:17.896Z||pool-273-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-01-28T05:05:18.782Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T05:05:18.783Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:05:18.784Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:05:18.784Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346310399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:18.885Z||pool-274-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T05:05:18.885Z||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-01-28T05:05:18.885Z||pool-274-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:05:18.899Z||pool-274-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:05:18.900Z||pool-274-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-01-28T05:05:19.785Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T05:05:19.786Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:05:19.788Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:05:19.788Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346310399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:19.888Z||pool-275-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:05:19.888Z||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-01-28T05:05:19.888Z||pool-275-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:05:19.902Z||pool-275-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:05:19.902Z||pool-275-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:05:20.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:05:20.695Z||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-01-28T05:05:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:05:20.788Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T05:05:20.790Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:05:20.791Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:05:20.792Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346310399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/artifacts/service-DemoPnfSqa1thmyysuwa7augzuk-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.892Z||pool-276-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:05:20.892Z||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-01-28T05:05:20.893Z||pool-276-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:05:20.906Z||pool-276-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:05:20.907Z||pool-276-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:05:20.917Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:05:20.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "clamp", "timestamp": 1643346275840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "cds", "timestamp": 1643346281207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "clamp", "timestamp": 1643346275840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "cds", "timestamp": 1643346281207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "clamp", "timestamp": 1643346275840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "cds", "timestamp": 1643346281207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "clamp", "timestamp": 1643346275840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "cds", "timestamp": 1643346281207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "policy-id", "timestamp": 1643346284690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "clamp", "timestamp": 1643346275840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "cds", "timestamp": 1643346281207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "policy-id", "timestamp": 1643346284690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "clamp", "timestamp": 1643346275840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "cds", "timestamp": 1643346281207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "policy-id", "timestamp": 1643346284690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "clamp", "timestamp": 1643346275840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/artifacts/service-DemoPnfSqa1thmyysuwa7augzuk-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.925Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "cds", "timestamp": 1643346281207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/artifacts/service-DemoPnfSqa1thmyysuwa7augzuk-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.925Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "policy-id", "timestamp": 1643346284690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.925Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "clamp", "timestamp": 1643346275840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/artifacts/service-DemoPnfSqa1thmyysuwa7augzuk-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:05:20.925Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "cds", "timestamp": 1643346281207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/artifacts/service-DemoPnfSqa1thmyysuwa7augzuk-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:05:20.925Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "policy-id", "timestamp": 1643346284690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "cds", "timestamp": 1643346289916, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/artifacts/service-DemoPnfSqa1thmyysuwa7augzuk-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T05:05:20.926Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:05:20.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "policy-id", "timestamp": 1643346284690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "ves-openapi-manager", "timestamp": 1643346289944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "cds", "timestamp": 1643346290920, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/artifacts/service-DemoPnfSqa1thmyysuwa7augzuk-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-01-28T05:05:20.937Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014 2022-01-28T05:05:20.937Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014 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-01-28T05:05:20.943Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.943Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "policy-id", "timestamp": 1643346284690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/artifacts/service-DemoPnfSqa1thmyysuwa7augzuk-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.943Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.943Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.943Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "ves-openapi-manager", "timestamp": 1643346289944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.943Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.943Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.943Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "multicloud-k8s-id", "timestamp": 1643346291153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.943Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.943Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.943Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "policy-id", "timestamp": 1643346284690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/artifacts/service-DemoPnfSqa1thmyysuwa7augzuk-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:05:20.943Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.943Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.943Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "ves-openapi-manager", "timestamp": 1643346289944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.943Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.944Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "multicloud-k8s-id", "timestamp": 1643346291153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.944Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.944Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "policy-id", "timestamp": 1643346293405, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/artifacts/service-DemoPnfSqa1thmyysuwa7augzuk-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T05:05:20.944Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:05:20.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.944Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "ves-openapi-manager", "timestamp": 1643346289944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.944Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.944Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "multicloud-k8s-id", "timestamp": 1643346291153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.944Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.944Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "policy-id", "timestamp": 1643346294408, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/artifacts/service-DemoPnfSqa1thmyysuwa7augzuk-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T05:05:20.944Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:05:20.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.944Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "aai-ml", "timestamp": 1643346293887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.944Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.944Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "ves-openapi-manager", "timestamp": 1643346289944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.944Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.944Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "multicloud-k8s-id", "timestamp": 1643346291153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.944Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.944Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "policy-id", "timestamp": 1643346295411, "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-01-28T05:05:20.948Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014 2022-01-28T05:05:20.948Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014 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-01-28T05:05:20.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "clamp", "timestamp": 1643346295491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/artifacts/service-DemoPnfSqa1thmyysuwa7augzuk-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T05:05:20.954Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:05:20.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "aai-ml", "timestamp": 1643346293887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "ves-openapi-manager", "timestamp": 1643346289944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-01-28T05:05:20.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "multicloud-k8s-id", "timestamp": 1643346291153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "aai-ml", "timestamp": 1643346293887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "ves-openapi-manager", "timestamp": 1643346289944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/artifacts/service-DemoPnfSqa1thmyysuwa7augzuk-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "multicloud-k8s-id", "timestamp": 1643346291153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "clamp", "timestamp": 1643346297496, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/artifacts/service-DemoPnfSqa1thmyysuwa7augzuk-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T05:05:20.955Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:05:20.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "aai-ml", "timestamp": 1643346293887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "ves-openapi-manager", "timestamp": 1643346289944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/artifacts/service-DemoPnfSqa1thmyysuwa7augzuk-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "multicloud-k8s-id", "timestamp": 1643346291153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/artifacts/service-DemoPnfSqa1thmyysuwa7augzuk-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "clamp", "timestamp": 1643346298498, "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-01-28T05:05:20.958Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014 2022-01-28T05:05:20.958Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014 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-01-28T05:05:20.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.963Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "aai-ml", "timestamp": 1643346293887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.964Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.964Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643346298102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.964Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.964Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "multicloud-k8s-id", "timestamp": 1643346291153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/artifacts/service-DemoPnfSqa1thmyysuwa7augzuk-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:05:20.964Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.964Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "ves-openapi-manager", "timestamp": 1643346298840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T05:05:20.964Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:05:20.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.964Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "aai-ml", "timestamp": 1643346293887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.964Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.964Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643346298102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.964Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.964Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "ves-openapi-manager", "timestamp": 1643346299848, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-01-28T05:05:20.964Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:05:20.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.964Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "aai-ml", "timestamp": 1643346293887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/artifacts/service-DemoPnfSqa1thmyysuwa7augzuk-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.964Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.964Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643346298102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.964Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "ves-openapi-manager", "timestamp": 1643346300850, "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-01-28T05:05:20.967Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014 2022-01-28T05:05:20.967Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014 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-01-28T05:05:20.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "aai-ml", "timestamp": 1643346293887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/artifacts/service-DemoPnfSqa1thmyysuwa7augzuk-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:05:20.972Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643346298102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.973Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643346298102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.973Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "aai-ml", "timestamp": 1643346302902, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/artifacts/service-DemoPnfSqa1thmyysuwa7augzuk-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T05:05:20.973Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:05:20.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643346298102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643346298102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/artifacts/service-DemoPnfSqa1thmyysuwa7augzuk-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643346298102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/artifacts/service-DemoPnfSqa1thmyysuwa7augzuk-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:05:20.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "aai-ml", "timestamp": 1643346306199, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/artifacts/service-DemoPnfSqa1thmyysuwa7augzuk-csar.csar", "status": "DEPLOY_ERROR" } 2022-01-28T05:05:20.974Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:05:20.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643346306803, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/artifacts/service-DemoPnfSqa1thmyysuwa7augzuk-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T05:05:20.974Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:05:20.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "aai-ml", "timestamp": 1643346307202, "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-01-28T05:05:20.977Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014 2022-01-28T05:05:20.977Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014 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-01-28T05:05:20.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643346308401, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/artifacts/service-DemoPnfSqa1thmyysuwa7augzuk-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T05:05:20.982Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:05:20.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.983Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f5ac803-a08c-45d5-9867-84bb8fdfdc22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346309389, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d8f5ac803-a08c-45d5-9867-84bb8fdfdc22 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/3aedc38b-4317-45c0-b883-f539d2912000/model-vers/model-ver/dcab5b9c-7052-4765-beaa-61d86a3fd17e (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/3aedc38b-4317-45c0-b883-f539d2912000/model-vers/model-ver/dcab5b9c-7052-4765-beaa-61d86a3fd17e) (ec\u003dERR.5.4.6114)" } 2022-01-28T05:05:20.983Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:05:20.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.983Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643346309404, "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-01-28T05:05:20.986Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014 2022-01-28T05:05:20.986Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014 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-01-28T05:05:20.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346310399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.991Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346310399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.991Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346310399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.992Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346310399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.992Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346310399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.992Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:20.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:05:20.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346310399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/resourceInstances/pnf896a030fe1e70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:05:20.992Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:05:21.792Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T05:05:21.793Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:05:21.796Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:05:21.796Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346310399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/artifacts/service-DemoPnfSqa1thmyysuwa7augzuk-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:05:21.896Z||pool-277-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:05:21.897Z||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-01-28T05:05:21.897Z||pool-277-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:05:21.910Z||pool-277-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:05:21.911Z||pool-277-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:05:22.797Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "serviceName": "Demo_pNF_Sqa1tHMYYsuWA7augzuk", "serviceVersion": "1.0", "serviceUUID": "24e88884-eb93-4009-9eba-2dcf1b869b4d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "1f7586ea-9bbb-4576-a238-f3ba2afdf295", "resources": [ { "resourceInstanceName": "pNF 896a030f-e1e7 0", "resourceCustomizationUUID": "0a31d105-66a2-41a1-9987-79834935034c", "resourceName": "pNF 896a030f-e1e7", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "870cdf5c-4e91-496a-8193-1a8fce0f108e", "resourceInvariantUUID": "5077a71b-cdac-40fb-b302-90ae0af1558d", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfSqa1thmyysuwa7augzuk-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/artifacts/service-DemoPnfSqa1thmyysuwa7augzuk-csar.csar", "artifactChecksum": "YzM1M2E2YjhmYjNlZDcyOWJiOTgxNWE3ZTRjZjZiNTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4cdf4e49-3824-425f-bd49-bf53f9249bce" } ], "workloadContext": "Production" } 2022-01-28T05:05:22.797Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-28T05:05:22.798Z|8f5ac803-a08c-45d5-9867-84bb8fdfdc22|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 24e88884-eb93-4009-9eba-2dcf1b869b4d ASDC 2022-01-28T05:05:22.798Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014 ServiceName:Demo_pNF_Sqa1tHMYYsuWA7augzuk ServiceVersion:1.0 ServiceUUID:24e88884-eb93-4009-9eba-2dcf1b869b4d ServiceInvariantUUID:1f7586ea-9bbb-4576-a238-f3ba2afdf295 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfSqa1thmyysuwa7augzuk-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/artifacts/service-DemoPnfSqa1thmyysuwa7augzuk-csar.csar ArtifactUUID:4cdf4e49-3824-425f-bd49-bf53f9249bce ArtifactChecksum:YzM1M2E2YjhmYjNlZDcyOWJiOTgxNWE3ZTRjZjZiNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 896a030f-e1e7 0 ResourceCustomizationUUID:0a31d105-66a2-41a1-9987-79834935034c ResourceInvariantUUID:5077a71b-cdac-40fb-b302-90ae0af1558d ResourceName:pNF 896a030f-e1e7 ResourceType:PNF ResourceUUID:870cdf5c-4e91-496a-8193-1a8fce0f108e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-01-28T05:05:22.798Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 24e88884-eb93-4009-9eba-2dcf1b869b4d 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-01-28T05:05:22.822Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T05:05:22.823Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T05:05:22.823Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T05:05:22.823Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4cdf4e49-3824-425f-bd49-bf53f9249bce from URL: /sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/artifacts/service-DemoPnfSqa1thmyysuwa7augzuk-csar.csar 2022-01-28T05:05:22.823Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-01-28T05:05:22.823Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/artifacts/service-DemoPnfSqa1thmyysuwa7augzuk-csar.csar 2022-01-28T05:05:22.882Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-01-28T05:05:22.885Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/artifacts/service-DemoPnfSqa1thmyysuwa7augzuk-csar.csar 4cdf4e49-3824-425f-bd49-bf53f9249bce 82620 2022-01-28T05:05:22.885Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/artifacts/service-DemoPnfSqa1thmyysuwa7augzuk-csar.csar ASDC sendASDCNotification 2022-01-28T05:05:22.885Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/artifacts/service-DemoPnfSqa1thmyysuwa7augzuk-csar.csar 2022-01-28T05:05:22.885Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T05:05:22.885Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:05:22.886Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:05:22.886Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346322885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/artifacts/service-DemoPnfSqa1thmyysuwa7augzuk-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T05:05:22.987Z||pool-278-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T05:05:22.987Z||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-01-28T05:05:22.987Z||pool-278-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:05:22.998Z||pool-278-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:05:22.998Z||pool-278-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:05:23.887Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T05:05:23.887Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-01-28T05:05:23.888Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 4cdf4e49-3824-425f-bd49-bf53f9249bce, URL: /sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/artifacts/service-DemoPnfSqa1thmyysuwa7augzuk-csar.csar to file: /app/ASDC/1/service-DemoPnfSqa1thmyysuwa7augzuk-csar.csar 2022-01-28T05:05:23.888Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfSqa1thmyysuwa7augzuk-csar.csar 2022-01-28T05:05:23.888Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfSqa1thmyysuwa7augzuk-csar.csar 2022-01-28T05:05:23.888Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfSqa1thmyysuwa7augzuk-csar.csar 2022-01-28T05:05:23.951Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12726127253865304531/Definitions/service-DemoPnfSqa1thmyysuwa7augzuk-template.yml 2022-01-28T05:05:24.447Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-28T05:05:24.447Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-01-28T05:05:24.447Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfSqa1thmyysuwa7augzuk-csar.csar 2022-01-28T05:05:24.447Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-01-28T05:05:24.447Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 896a030f-e1e7 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-DemoPnfSqa1thmyysuwa7augzuk-csar.csar 2022-01-28T05:05:24.447Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-DemoPnfSqa1thmyysuwa7augzuk-csar.csar 2022-01-28T05:05:24.447Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-DemoPnfSqa1thmyysuwa7augzuk-csar.csar 2022-01-28T05:05:24.448Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-DemoPnfSqa1thmyysuwa7augzuk-csar.csar 2022-01-28T05:05:24.448Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-DemoPnfSqa1thmyysuwa7augzuk-csar.csar 2022-01-28T05:05:24.448Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-DemoPnfSqa1thmyysuwa7augzuk-csar.csar 2022-01-28T05:05:24.448Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-DemoPnfSqa1thmyysuwa7augzuk-csar.csar 2022-01-28T05:05:24.448Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-01-28T05:05:24.448Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:05:24.448Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Sqa1tHMYYsuWA7augzuk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:05:24.448Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Node template pNF 896a030f-e1e7 0 is matching search criteria 2022-01-28T05:05:24.448Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-01-28T05:05:24.448Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 896a030f-e1e7 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T05:05:24.448Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:05:24.448Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Sqa1tHMYYsuWA7augzuk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:05:24.448Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Node template pNF 896a030f-e1e7 0 is matching search criteria 2022-01-28T05:05:24.449Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-01-28T05:05:24.449Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 896a030f-e1e7 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T05:05:24.449Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:05:24.449Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Sqa1tHMYYsuWA7augzuk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:05:24.449Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:05:24.449Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Sqa1tHMYYsuWA7augzuk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:05:24.449Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:05:24.449Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Sqa1tHMYYsuWA7augzuk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:05:24.449Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:05:24.449Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Sqa1tHMYYsuWA7augzuk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:05:24.449Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:05:24.449Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Sqa1tHMYYsuWA7augzuk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:05:24.449Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_Sqa1tHMYYsuWA7augzuk Description:catalog service description Model UUID:24e88884-eb93-4009-9eba-2dcf1b869b4d Model Version:NULL Model InvariantUuid:1f7586ea-9bbb-4576-a238-f3ba2afdf295 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-01-28T05:05:24.454Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 870cdf5c-4e91-496a-8193-1a8fce0f108e 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-01-28T05:05:24.456Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||pNF 896a030f-e1e7 0 2022-01-28T05:05:24.456Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 870cdf5c-4e91-496a-8193-1a8fce0f108e 2022-01-28T05:05:24.456Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 24e88884-eb93-4009-9eba-2dcf1b869b4d 2022-01-28T05:05:24.456Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 24e88884-eb93-4009-9eba-2dcf1b869b4d 2022-01-28T05:05:24.457Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 896a030f-e1e7 0 870cdf5c-4e91-496a-8193-1a8fce0f108e 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-01-28T05:05:24.460Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@38c05b17, org.onap.sdc.toscaparser.api.parameters.Input@7fb4984d, org.onap.sdc.toscaparser.api.parameters.Input@2cc93947, org.onap.sdc.toscaparser.api.parameters.Input@f9759ea, org.onap.sdc.toscaparser.api.parameters.Input@3535a3ec] 2022-01-28T05:05:24.460Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:05:24.461Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Sqa1tHMYYsuWA7augzuk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:05:24.461Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 24e88884-eb93-4009-9eba-2dcf1b869b4d: pNF 896a030f-e1e7 2022-01-28T05:05:24.461Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Processing PNF resource: 870cdf5c-4e91-496a-8193-1a8fce0f108e 2022-01-28T05:05:24.461Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:05:24.461Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Sqa1tHMYYsuWA7augzuk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:05:24.461Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Resource customization UUID: 0a31d105-66a2-41a1-9987-79834935034c is the same as notified resource customizationUUID: 0a31d105-66a2-41a1-9987-79834935034c 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-01-28T05:05:24.485Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 896a030f-e1e7 870cdf5c-4e91-496a-8193-1a8fce0f108e 0 ASDC deployResourceStructure 2022-01-28T05:05:24.486Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/artifacts/service-DemoPnfSqa1thmyysuwa7augzuk-csar.csar ASDC sendASDCNotification 2022-01-28T05:05:24.486Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/artifacts/service-DemoPnfSqa1thmyysuwa7augzuk-csar.csar 2022-01-28T05:05:24.487Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T05:05:24.487Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:05:24.489Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:05:24.489Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346324486, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/artifacts/service-DemoPnfSqa1thmyysuwa7augzuk-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T05:05:24.589Z||pool-279-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:05:24.590Z||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-01-28T05:05:24.590Z||pool-279-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:05:24.603Z||pool-279-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:05:24.603Z||pool-279-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:05:25.490Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T05:05:25.499Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T05:05:25.501Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T05:05:25.501Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-28T05:05:25.501Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-28T05:05:25.502Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-28T05:05:25.502Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-28T05:05:25.502Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-01-28T05:05:25.502Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T05:05:25.506Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-28T05:05:55.506Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014 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-01-28T05:05:55.510Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014 and serviceModelVersionId: 24e88884-eb93-4009-9eba-2dcf1b869b4d 2022-01-28T05:05:55.510Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1f7586ea-9bbb-4576-a238-f3ba2afdf295 2022-01-28T05:05:55.511Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1f7586ea-9bbb-4576-a238-f3ba2afdf295/model-vers/model-ver/24e88884-eb93-4009-9eba-2dcf1b869b4d?depth=0 2022-01-28T05:05:55.517Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-01-28T05:05:55.531Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f7586ea-9bbb-4576-a238-f3ba2afdf295/model-vers/model-ver/24e88884-eb93-4009-9eba-2dcf1b869b4d?depth=0|INFO|500||Invoke 2022-01-28T05:05:55.532Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f7586ea-9bbb-4576-a238-f3ba2afdf295/model-vers/model-ver/24e88884-eb93-4009-9eba-2dcf1b869b4d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f7586ea-9bbb-4576-a238-f3ba2afdf295/model-vers/model-ver/24e88884-eb93-4009-9eba-2dcf1b869b4d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[727285dd-0171-4c2a-8833-cda89aba149e], X-ECOMP-RequestID=[d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014], X-TransactionId=[], X-ONAP-RequestID=[d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014], Content-Type=[application/merge-patch+json]} 2022-01-28T05:05:55.554Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f7586ea-9bbb-4576-a238-f3ba2afdf295/model-vers/model-ver/24e88884-eb93-4009-9eba-2dcf1b869b4d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-01-28T05:05:55.584Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f7586ea-9bbb-4576-a238-f3ba2afdf295/model-vers/model-ver/24e88884-eb93-4009-9eba-2dcf1b869b4d?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/1f7586ea-9bbb-4576-a238-f3ba2afdf295/model-vers/model-ver/24e88884-eb93-4009-9eba-2dcf1b869b4d?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220128-05:05:55:571-47225], Content-Length=[495], Date=[Fri, 28 Jan 2022 05:05:55 GMT], Content-Type=[application/json]} 2022-01-28T05:05:55.584Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f7586ea-9bbb-4576-a238-f3ba2afdf295/model-vers/model-ver/24e88884-eb93-4009-9eba-2dcf1b869b4d?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/1f7586ea-9bbb-4576-a238-f3ba2afdf295/model-vers/model-ver/24e88884-eb93-4009-9eba-2dcf1b869b4d","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1f7586ea-9bbb-4576-a238-f3ba2afdf295/model-vers/model-ver/24e88884-eb93-4009-9eba-2dcf1b869b4d","ERR.5.4.6114"]}}} 2022-01-28T05:05:55.585Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1f7586ea-9bbb-4576-a238-f3ba2afdf295/model-vers/model-ver/24e88884-eb93-4009-9eba-2dcf1b869b4d?depth=0|INFO|404|Not Found|InvokeReturn 2022-01-28T05:05:55.587Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/1f7586ea-9bbb-4576-a238-f3ba2afdf295/model-vers/model-ver/24e88884-eb93-4009-9eba-2dcf1b869b4d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1f7586ea-9bbb-4576-a238-f3ba2afdf295/model-vers/model-ver/24e88884-eb93-4009-9eba-2dcf1b869b4d) (ec=ERR.5.4.6114) 2022-01-28T05:05:55.587Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/1f7586ea-9bbb-4576-a238-f3ba2afdf295/model-vers/model-ver/24e88884-eb93-4009-9eba-2dcf1b869b4d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1f7586ea-9bbb-4576-a238-f3ba2afdf295/model-vers/model-ver/24e88884-eb93-4009-9eba-2dcf1b869b4d) (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-01-28T05:05:55.587Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/1f7586ea-9bbb-4576-a238-f3ba2afdf295/model-vers/model-ver/24e88884-eb93-4009-9eba-2dcf1b869b4d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1f7586ea-9bbb-4576-a238-f3ba2afdf295/model-vers/model-ver/24e88884-eb93-4009-9eba-2dcf1b869b4d) (ec=ERR.5.4.6114) 2022-01-28T05:05:55.587Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/1f7586ea-9bbb-4576-a238-f3ba2afdf295/model-vers/model-ver/24e88884-eb93-4009-9eba-2dcf1b869b4d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1f7586ea-9bbb-4576-a238-f3ba2afdf295/model-vers/model-ver/24e88884-eb93-4009-9eba-2dcf1b869b4d) (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-01-28T05:05:55.591Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T05:05:55.591Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/1f7586ea-9bbb-4576-a238-f3ba2afdf295/model-vers/model-ver/24e88884-eb93-4009-9eba-2dcf1b869b4d (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1f7586ea-9bbb-4576-a238-f3ba2afdf295/model-vers/model-ver/24e88884-eb93-4009-9eba-2dcf1b869b4d) (ec=ERR.5.4.6114) 2022-01-28T05:05:55.591Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-01-28T05:05:55.591Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:05:55.592Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:05:55.592Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346355591, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dd2bc8d6c-1dbd-4b43-abb7-2d8e20d44014 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/1f7586ea-9bbb-4576-a238-f3ba2afdf295/model-vers/model-ver/24e88884-eb93-4009-9eba-2dcf1b869b4d (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1f7586ea-9bbb-4576-a238-f3ba2afdf295/model-vers/model-ver/24e88884-eb93-4009-9eba-2dcf1b869b4d) (ec\u003dERR.5.4.6114)" } 2022-01-28T05:05:55.693Z||pool-280-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:05:55.693Z||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-01-28T05:05:55.693Z||pool-280-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:05:55.712Z||pool-280-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:05:55.713Z||pool-280-thread-1|||||INFO|500||cambria reply ok (20 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-01-28T05:05:56.601Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:05:56.602Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T05:05:56.602Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:06:06.141Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:06:06.142Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:06:06.142Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T05:06:06.143Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:06:15.678Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:06:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:06:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T05:06:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:06:20.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:06:20.695Z||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-01-28T05:06:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:06:20.714Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:06:20.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T05:06:20.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346310399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/artifacts/service-DemoPnfSqa1thmyysuwa7augzuk-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:06:20.715Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-01-28T05:06:30.234Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:07:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:07:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T05:07:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:07:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:07:20.695Z||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-01-28T05:07:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:07:21.221Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:07:21.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T05:07:21.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346310399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/artifacts/service-DemoPnfSqa1thmyysuwa7augzuk-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:07:21.222Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T05:07:21.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T05:07:21.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346322885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/artifacts/service-DemoPnfSqa1thmyysuwa7augzuk-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T05:07:21.223Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:07:21.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T05:07:21.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346324486, "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqa1thmyysuwa7augzuk/1.0/artifacts/service-DemoPnfSqa1thmyysuwa7augzuk-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T05:07:21.223Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:07:21.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T05:07:21.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346355591, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dd2bc8d6c-1dbd-4b43-abb7-2d8e20d44014 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/1f7586ea-9bbb-4576-a238-f3ba2afdf295/model-vers/model-ver/24e88884-eb93-4009-9eba-2dcf1b869b4d (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/1f7586ea-9bbb-4576-a238-f3ba2afdf295/model-vers/model-ver/24e88884-eb93-4009-9eba-2dcf1b869b4d) (ec\u003dERR.5.4.6114)" } 2022-01-28T05:07:21.223Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:07:30.237Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:08:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:08:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T05:08:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:08:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:08:20.695Z||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-01-28T05:08:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:08:30.235Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:08:30.236Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:09:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:09:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T05:09:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:09:20.695Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:09:20.695Z||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-01-28T05:09:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:09:30.236Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:09:30.239Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:10:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:10:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T05:10:20.694Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:10:20.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:10:20.695Z||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-01-28T05:10:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:10:30.238Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:10:30.242Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:11:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:11:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T05:11:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:11:20.695Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:11:20.695Z||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-01-28T05:11:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:11:30.237Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:11:30.238Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:12:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:12:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T05:12:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:12:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:12:20.695Z||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-01-28T05:12:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:12:30.237Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:12:30.239Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:13:20.693Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:13:20.693Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-28T05:13:20.693Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:13:20.695Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:13:20.695Z||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-01-28T05:13:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:13:30.239Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:13:30.240Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:14:20.693Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:14:20.693Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-28T05:14:20.693Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:14:20.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:14:20.695Z||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-01-28T05:14:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:14:30.237Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:14:30.243Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:15:20.693Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:15:20.693Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-28T05:15:20.693Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:15:20.695Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:15:20.695Z||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-01-28T05:15:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:15:21.308Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:15:21.310Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:15:21.310Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "clamp", "timestamp": 1643346905840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:15:21.311Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:15:21.312Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:15:21.312Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "policy-id", "timestamp": 1643346904690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:15:21.312Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:15:21.312Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:15:21.312Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "clamp", "timestamp": 1643346905840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/vfw4f72ec1c9b580_modules.json", "status": "NOTIFIED" } 2022-01-28T05:15:21.312Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:15:21.312Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:15:21.313Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "policy-id", "timestamp": 1643346904690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/vfw4f72ec1c9b580_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T05:15:21.313Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:15:21.313Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:15:21.313Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "ves-openapi-manager", "timestamp": 1643346909944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:15:21.313Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:15:21.313Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:15:21.313Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "clamp", "timestamp": 1643346905840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:15:21.313Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:15:21.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:15:21.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "policy-id", "timestamp": 1643346904690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T05:15:21.314Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:15:21.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:15:21.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "ves-openapi-manager", "timestamp": 1643346909944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/vfw4f72ec1c9b580_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T05:15:21.314Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:15:21.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:15:21.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "multicloud-k8s-id", "timestamp": 1643346911153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:15:21.315Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:15:21.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:15:21.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "cds", "timestamp": 1643346911207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:15:21.315Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:15:21.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:15:21.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "clamp", "timestamp": 1643346905840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:15:21.315Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:15:21.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:15:21.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "policy-id", "timestamp": 1643346904690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:15:21.316Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:15:21.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:15:21.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "ves-openapi-manager", "timestamp": 1643346909944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:15:21.316Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:15:21.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:15:21.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "multicloud-k8s-id", "timestamp": 1643346911153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/vfw4f72ec1c9b580_modules.json", "status": "NOTIFIED" } 2022-01-28T05:15:21.316Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:15:21.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:15:21.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "cds", "timestamp": 1643346911207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/vfw4f72ec1c9b580_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T05:15:21.317Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:15:21.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:15:21.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "clamp", "timestamp": 1643346905840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T05:15:21.317Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:15:21.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:15:21.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "policy-id", "timestamp": 1643346904690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T05:15:21.318Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:15:21.318Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:15:21.318Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "ves-openapi-manager", "timestamp": 1643346909944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:15:21.318Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:15:21.318Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:15:21.318Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "multicloud-k8s-id", "timestamp": 1643346911153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T05:15:21.318Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:15:21.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:15:21.319Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "cds", "timestamp": 1643346911207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:15:21.319Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:15:21.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:15:21.319Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "clamp", "timestamp": 1643346905840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/artifacts/service-Vfw20220128051342-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:15:21.319Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:15:21.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:15:21.319Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "policy-id", "timestamp": 1643346904690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/artifacts/service-Vfw20220128051342-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:15:21.319Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:15:21.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:15:21.319Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "ves-openapi-manager", "timestamp": 1643346909944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T05:15:21.320Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:15:21.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:15:21.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "multicloud-k8s-id", "timestamp": 1643346911153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:15:21.320Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:15:21.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:15:21.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "cds", "timestamp": 1643346911207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:15:21.320Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:15:21.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:15:21.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "clamp", "timestamp": 1643346905840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/artifacts/service-Vfw20220128051342-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:15:21.320Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:15:21.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:15:21.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "policy-id", "timestamp": 1643346904690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/artifacts/service-Vfw20220128051342-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:15:21.320Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:15:21.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:15:21.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "ves-openapi-manager", "timestamp": 1643346909944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/artifacts/service-Vfw20220128051342-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:15:21.320Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:15:21.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:15:21.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "multicloud-k8s-id", "timestamp": 1643346911153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-28T05:15:21.321Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:15:21.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:15:21.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "cds", "timestamp": 1643346911207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T05:15:21.321Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:15:21.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:15:21.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "ves-openapi-manager", "timestamp": 1643346909944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/artifacts/service-Vfw20220128051342-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-28T05:15:21.321Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:15:21.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:15:21.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "policy-id", "timestamp": 1643346916742, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/artifacts/service-Vfw20220128051342-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T05:15:21.321Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:15:21.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:15:21.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "multicloud-k8s-id", "timestamp": 1643346911153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/artifacts/service-Vfw20220128051342-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:15:21.321Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:15:21.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:15:21.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "cds", "timestamp": 1643346911207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/artifacts/service-Vfw20220128051342-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:15:21.321Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:15:21.321Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:15:21.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:15:21.322Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "policy-id", "timestamp": 1643346917745, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/artifacts/service-Vfw20220128051342-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T05:15:21.322Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:15:21.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:15:21.322Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "multicloud-k8s-id", "timestamp": 1643346911153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/artifacts/service-Vfw20220128051342-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:15:21.322Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:15:21.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:15:21.322Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "cds", "timestamp": 1643346911207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/artifacts/service-Vfw20220128051342-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:15:21.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T05:15:21.322Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:15:21.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"caaf3fae-f851-4b1f-9d53-1c1cb29feea4","serviceName":"vFW 2022-01-28 05-13-42","serviceVersion":"1.0","serviceUUID":"9ff621f5-7a98-43cc-9d98-f10e2021c958","serviceDescription":"catalog service description","serviceInvariantUUID":"8bfe20da-e592-400f-be7d-06227e7552fb","resources":[{"resourceInstanceName":"vFW 4f72ec1c-9b58 0","resourceName":"vFW 4f72ec1c-9b58","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"47089afb-5998-48f7-9b3b-215c45588715","resourceInvariantUUID":"16daaa91-2798-4df1-b3c4-f8fe867ee7b8","resourceCustomizationUUID":"afd3f1a6-b620-44b4-82b1-d21516c04c47","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/vf-license-model.xml","artifactChecksum":"NmM1NzYxNTRmMjUwNGFlN2FmNTBlOGY3MWY0MjRmM2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ed27fcc1-f3c2-4479-9201-2dae80979fb4","artifactVersion":"1"},{"artifactName":"vfw4f72ec1c9b580_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/vfw4f72ec1c9b580_modules.json","artifactChecksum":"NmY0YzliOTk0YzBjZTY3NjU5NzYyNTdjYTFlMTliYjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6aea6d0f-1c21-4da2-badf-0de2dc910593","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"68cff594-f877-4866-be56-98f62795eea1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/vendor-license-model.xml","artifactChecksum":"NDg4MWZiZGEyZWQzNmQyOTFiOWY1NmIzZmY1NDY0ZGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"71e716a5-5e84-4f60-955b-098a56355a3d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2da682ca-f51b-41b9-b0c8-b78c5003db5f","artifactVersion":"2","generatedFromUUID":"68cff594-f877-4866-be56-98f62795eea1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220128051342-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128051342/1.0/artifacts/service-Vfw20220128051342-template.yml","artifactChecksum":"ZWMyMGM1ZjUzYTlkY2YyNjA4NGM4MTNhMWQzNmNkZjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"75bcaf1d-ec42-4d69-8f6f-2ecc997709e3","artifactVersion":"1"},{"artifactName":"service-Vfw20220128051342-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220128051342/1.0/artifacts/service-Vfw20220128051342-csar.csar","artifactChecksum":"NmYzYTkxYmRkOGJmMjkzYzQwZTRiNWQ2NzZlOGRiNmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8e3c85e6-c848-4555-a992-2768c00a81b3","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-28T05:15:21.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:15:21.322Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "policy-id", "timestamp": 1643346918747, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } 2022-01-28T05:15:21.324Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T05:15:21.324Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:15:21.325Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:15:21.325Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346920693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T05:15:21.337Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of caaf3fae-f851-4b1f-9d53-1c1cb29feea4 2022-01-28T05:15:21.337Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId caaf3fae-f851-4b1f-9d53-1c1cb29feea4 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-01-28T05:15:21.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:15:21.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "multicloud-k8s-id", "timestamp": 1643346919026, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/vfw4f72ec1c9b580_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T05:15:21.345Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:15:21.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:15:21.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "cds", "timestamp": 1643346919135, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/artifacts/service-Vfw20220128051342-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T05:15:21.345Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:15:21.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:15:21.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "multicloud-k8s-id", "timestamp": 1643346920133, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T05:15:21.345Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:15:21.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:15:21.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "cds", "timestamp": 1643346920139, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/artifacts/service-Vfw20220128051342-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-01-28T05:15:21.349Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of caaf3fae-f851-4b1f-9d53-1c1cb29feea4 2022-01-28T05:15:21.349Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId caaf3fae-f851-4b1f-9d53-1c1cb29feea4 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-01-28T05:15:21.426Z||pool-281-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:15:21.426Z||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-01-28T05:15:21.426Z||pool-281-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:15:21.439Z||pool-281-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:15:21.439Z||pool-281-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:15:22.326Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T05:15:22.327Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:15:22.328Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:15:22.328Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346920693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/vfw4f72ec1c9b580_modules.json", "status": "NOTIFIED" } 2022-01-28T05:15:22.429Z||pool-282-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:15:22.429Z||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-01-28T05:15:22.430Z||pool-282-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:15:22.441Z||pool-282-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:15:22.442Z||pool-282-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:15:23.329Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T05:15:23.330Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:15:23.333Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:15:23.333Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346920693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T05:15:23.433Z||pool-283-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:15:23.434Z||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-01-28T05:15:23.434Z||pool-283-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:15:23.447Z||pool-283-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:15:23.448Z||pool-283-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:15:24.334Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T05:15:24.335Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:15:24.337Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:15:24.337Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346920693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:15:24.437Z||pool-284-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:15:24.438Z||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-01-28T05:15:24.438Z||pool-284-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:15:24.450Z||pool-284-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:15:24.450Z||pool-284-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:15:25.337Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T05:15:25.337Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:15:25.340Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:15:25.340Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346920693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-28T05:15:25.440Z||pool-285-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:15:25.441Z||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-01-28T05:15:25.441Z||pool-285-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:15:25.454Z||pool-285-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:15:25.454Z||pool-285-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:15:26.340Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T05:15:26.341Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:15:26.344Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:15:26.344Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346920693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/artifacts/service-Vfw20220128051342-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:15:26.444Z||pool-286-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:15:26.445Z||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-01-28T05:15:26.445Z||pool-286-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:15:26.458Z||pool-286-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:15:26.459Z||pool-286-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-01-28T05:15:27.344Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T05:15:27.345Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:15:27.348Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:15:27.348Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346920693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/artifacts/service-Vfw20220128051342-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:15:27.448Z||pool-287-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:15:27.448Z||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-01-28T05:15:27.449Z||pool-287-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:15:27.461Z||pool-287-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:15:27.462Z||pool-287-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-01-28T05:15:28.350Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "serviceName": "vFW 2022-01-28 05-13-42", "serviceVersion": "1.0", "serviceUUID": "9ff621f5-7a98-43cc-9d98-f10e2021c958", "serviceDescription": "catalog service description", "serviceInvariantUUID": "8bfe20da-e592-400f-be7d-06227e7552fb", "resources": [ { "resourceInstanceName": "vFW 4f72ec1c-9b58 0", "resourceCustomizationUUID": "afd3f1a6-b620-44b4-82b1-d21516c04c47", "resourceName": "vFW 4f72ec1c-9b58", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "47089afb-5998-48f7-9b3b-215c45588715", "resourceInvariantUUID": "16daaa91-2798-4df1-b3c4-f8fe867ee7b8", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw4f72ec1c9b580_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/vfw4f72ec1c9b580_modules.json", "artifactChecksum": "NmY0YzliOTk0YzBjZTY3NjU5NzYyNTdjYTFlMTliYjc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6aea6d0f-1c21-4da2-badf-0de2dc910593", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "68cff594-f877-4866-be56-98f62795eea1", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "2da682ca-f51b-41b9-b0c8-b78c5003db5f", "generatedFromUUID": "68cff594-f877-4866-be56-98f62795eea1" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "2da682ca-f51b-41b9-b0c8-b78c5003db5f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220128051342-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/artifacts/service-Vfw20220128051342-csar.csar", "artifactChecksum": "NmYzYTkxYmRkOGJmMjkzYzQwZTRiNWQ2NzZlOGRiNmI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8e3c85e6-c848-4555-a992-2768c00a81b3" } ], "workloadContext": "Production" } 2022-01-28T05:15:28.350Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-28T05:15:28.350Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9ff621f5-7a98-43cc-9d98-f10e2021c958 ASDC 2022-01-28T05:15:28.351Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:caaf3fae-f851-4b1f-9d53-1c1cb29feea4 ServiceName:vFW 2022-01-28 05-13-42 ServiceVersion:1.0 ServiceUUID:9ff621f5-7a98-43cc-9d98-f10e2021c958 ServiceInvariantUUID:8bfe20da-e592-400f-be7d-06227e7552fb ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220128051342-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220128051342/1.0/artifacts/service-Vfw20220128051342-csar.csar ArtifactUUID:8e3c85e6-c848-4555-a992-2768c00a81b3 ArtifactChecksum:NmYzYTkxYmRkOGJmMjkzYzQwZTRiNWQ2NzZlOGRiNmI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 4f72ec1c-9b58 0 ResourceCustomizationUUID:afd3f1a6-b620-44b4-82b1-d21516c04c47 ResourceInvariantUUID:16daaa91-2798-4df1-b3c4-f8fe867ee7b8 ResourceName:vFW 4f72ec1c-9b58 ResourceType:VF ResourceUUID:47089afb-5998-48f7-9b3b-215c45588715 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw4f72ec1c9b580_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/vfw4f72ec1c9b580_modules.json ArtifactUUID:6aea6d0f-1c21-4da2-badf-0de2dc910593 ArtifactChecksum:NmY0YzliOTk0YzBjZTY3NjU5NzYyNTdjYTFlMTliYjc= 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/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.yaml ArtifactUUID:68cff594-f877-4866-be56-98f62795eea1 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/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.env ArtifactUUID:2da682ca-f51b-41b9-b0c8-b78c5003db5f 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/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.env ArtifactUUID:2da682ca-f51b-41b9-b0c8-b78c5003db5f ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-01-28T05:15:28.351Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9ff621f5-7a98-43cc-9d98-f10e2021c958 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-01-28T05:15:28.377Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T05:15:28.378Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-01-28T05:15:28.378Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-01-28T05:15:28.378Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8e3c85e6-c848-4555-a992-2768c00a81b3 from URL: /sdc/v1/catalog/services/Vfw20220128051342/1.0/artifacts/service-Vfw20220128051342-csar.csar 2022-01-28T05:15:28.378Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-01-28T05:15:28.378Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128051342/1.0/artifacts/service-Vfw20220128051342-csar.csar 2022-01-28T05:15:28.736Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-01-28T05:15:28.743Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128051342/1.0/artifacts/service-Vfw20220128051342-csar.csar 8e3c85e6-c848-4555-a992-2768c00a81b3 98928 2022-01-28T05:15:28.744Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128051342/1.0/artifacts/service-Vfw20220128051342-csar.csar ASDC sendASDCNotification 2022-01-28T05:15:28.744Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128051342/1.0/artifacts/service-Vfw20220128051342-csar.csar 2022-01-28T05:15:28.744Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T05:15:28.744Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:15:28.746Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:15:28.746Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346928743, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/artifacts/service-Vfw20220128051342-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T05:15:28.847Z||pool-288-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:15:28.847Z||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-01-28T05:15:28.847Z||pool-288-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:15:28.860Z||pool-288-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:15:28.860Z||pool-288-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:15:29.747Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T05:15:29.748Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-01-28T05:15:29.749Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 8e3c85e6-c848-4555-a992-2768c00a81b3, URL: /sdc/v1/catalog/services/Vfw20220128051342/1.0/artifacts/service-Vfw20220128051342-csar.csar to file: /app/ASDC/1/service-Vfw20220128051342-csar.csar 2022-01-28T05:15:29.749Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220128051342-csar.csar 2022-01-28T05:15:29.750Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220128051342-csar.csar 2022-01-28T05:15:29.750Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220128051342-csar.csar 2022-01-28T05:15:29.875Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1028766911031410812/Definitions/service-Vfw20220128051342-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-01-28T05:15:31.161Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-28T05:15:31.162Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-01-28T05:15:31.162Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220128051342-csar.csar 2022-01-28T05:15:31.162Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-01-28T05:15:31.162Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||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-Vfw20220128051342-csar.csar 2022-01-28T05:15:31.162Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||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-Vfw20220128051342-csar.csar 2022-01-28T05:15:31.162Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220128051342-csar.csar 2022-01-28T05:15:31.162Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220128051342-csar.csar 2022-01-28T05:15:31.162Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220128051342-csar.csar 2022-01-28T05:15:31.162Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||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-Vfw20220128051342-csar.csar 2022-01-28T05:15:31.162Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220128051342-csar.csar 2022-01-28T05:15:31.162Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||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-Vfw20220128051342-csar.csar 2022-01-28T05:15:31.163Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220128051342-csar.csar 2022-01-28T05:15:31.163Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220128051342-csar.csar 2022-01-28T05:15:31.163Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4f72ec1c-9b58 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-Vfw20220128051342-csar.csar 2022-01-28T05:15:31.163Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220128051342-csar.csar 2022-01-28T05:15:31.163Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220128051342-csar.csar 2022-01-28T05:15:31.163Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-01-28T05:15:31.163Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:15:31.163Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-28 05-13-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:15:31.163Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vFW 4f72ec1c-9b58 0 is matching search criteria 2022-01-28T05:15:31.163Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-01-28T05:15:31.163Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 4f72ec1c-9b58 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T05:15:31.163Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:15:31.164Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-28 05-13-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:15:31.164Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vFW 4f72ec1c-9b58 0 is matching search criteria 2022-01-28T05:15:31.164Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-01-28T05:15:31.164Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 4f72ec1c-9b58 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T05:15:31.164Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:15:31.164Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-28 05-13-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:15:31.164Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:15:31.164Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vFW 4f72ec1c-9b58 0 is not matching search criteria 2022-01-28T05:15:31.164Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T05:15:31.164Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T05:15:31.164Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T05:15:31.165Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T05:15:31.165Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T05:15:31.165Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T05:15:31.165Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T05:15:31.165Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T05:15:31.165Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T05:15:31.165Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T05:15:31.165Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T05:15:31.165Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T05:15:31.165Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T05:15:31.165Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T05:15:31.165Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T05:15:31.165Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-01-28T05:15:31.166Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:15:31.166Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-28 05-13-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-28T05:15:31.166Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:15:31.166Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vFW 4f72ec1c-9b58 0 is matching search criteria 2022-01-28T05:15:31.166Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 4f72ec1c-9b58 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T05:15:31.166Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:15:31.166Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vFW 4f72ec1c-9b58 0 is matching search criteria 2022-01-28T05:15:31.166Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 4f72ec1c-9b58 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T05:15:31.166Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:15:31.166Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vFW 4f72ec1c-9b58 0 is matching search criteria 2022-01-28T05:15:31.166Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 4f72ec1c-9b58 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T05:15:31.167Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:15:31.167Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vFW 4f72ec1c-9b58 0 is not matching search criteria 2022-01-28T05:15:31.167Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T05:15:31.167Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T05:15:31.167Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-01-28T05:15:31.167Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T05:15:31.167Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T05:15:31.167Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T05:15:31.167Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T05:15:31.167Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T05:15:31.168Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T05:15:31.168Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T05:15:31.168Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T05:15:31.168Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=29222367-f137-4c0d-ba87-1c04a52e3f84 2022-01-28T05:15:31.168Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:15:31.168Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vFW 4f72ec1c-9b58 0 is not matching search criteria 2022-01-28T05:15:31.168Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T05:15:31.168Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T05:15:31.168Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T05:15:31.168Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T05:15:31.168Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T05:15:31.168Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T05:15:31.169Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T05:15:31.169Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-01-28T05:15:31.169Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T05:15:31.169Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T05:15:31.169Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T05:15:31.169Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T05:15:31.169Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3ce09006-b201-418f-91ec-5e45f0b0fae6 2022-01-28T05:15:31.169Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:15:31.169Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vFW 4f72ec1c-9b58 0 is not matching search criteria 2022-01-28T05:15:31.169Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T05:15:31.169Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T05:15:31.169Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T05:15:31.169Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T05:15:31.170Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T05:15:31.170Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T05:15:31.170Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T05:15:31.170Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T05:15:31.170Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T05:15:31.170Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T05:15:31.170Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T05:15:31.170Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-01-28T05:15:31.170Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=26c31e86-490d-4cd3-955b-2b7d99aeee8c 2022-01-28T05:15:31.170Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:15:31.170Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-28 05-13-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:15:31.170Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:15:31.171Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-28 05-13-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:15:31.171Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:15:31.171Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-28 05-13-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:15:31.171Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:15:31.171Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-28 05-13-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:15:31.171Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-01-28 05-13-42 Description:catalog service description Model UUID:9ff621f5-7a98-43cc-9d98-f10e2021c958 Model Version:NULL Model InvariantUuid:8bfe20da-e592-400f-be7d-06227e7552fb Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 4f72ec1c-9b58 Model UUID:0fae9a0f-fcac-45d0-a6a5-e2f907b35b98 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:16daaa91-2798-4df1-b3c4-f8fe867ee7b8 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:afd3f1a6-b620-44b4-82b1-d21516c04c47 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:66f424d2-5c1b-4a2f-8923-cc9a53af86c9 ModelName:Vfw4f72ec1c9b58..base_vfw..module-0 ModelUuid:67de1aa5-33bb-483f-a9b4-0e9419a1b141 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:29222367-f137-4c0d-ba87-1c04a52e3f84 ModelInvariantUuid:40c331a7-e9c2-4e26-9873-b1e8f3b5429d ModelName:vFW 4f72ec1c-9b58-nodes.vfwCvfc ModelUuid:cc0cdfba-3106-49a6-a634-1fa751d25590 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:b56c1ed0-1cf5-4bc2-862e-b3950bc254c3 ModelInvariantUuid:4295b8ba-c31d-42f4-9246-b81f07e7fce3 ModelName:Vfw4f72ec1c9b58.compute.nodes.heat.vfw ModelUuid:b32489b2-7a00-485d-bd87-3e2c36756858 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:3ce09006-b201-418f-91ec-5e45f0b0fae6 ModelInvariantUuid:17d872d4-8d3c-4579-9a59-5acce52dcdf5 ModelName:vFW 4f72ec1c-9b58-nodes.vsnCvfc ModelUuid:e35d5f6d-e7bd-482d-9e98-eabb8b7d3f51 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:bb5be87d-a026-4b78-bb03-f842ac626c6b ModelInvariantUuid:f77c5956-5aa1-4e1f-b631-bb821a9fc6be ModelName:Vfw4f72ec1c9b58.compute.nodes.heat.vsn ModelUuid:38be12b4-dd73-430d-98f8-09c55ab36d2d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:26c31e86-490d-4cd3-955b-2b7d99aeee8c ModelInvariantUuid:fab60b17-ec40-41fd-b4fd-2dc1b5a7304a ModelName:vFW 4f72ec1c-9b58-nodes.vpgCvfc ModelUuid:e44d5c0c-eb63-4f3c-a4e0-7505cb20dbdf ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:4ce9fda9-8711-4a8a-a744-b8b0ec7e6e5f ModelInvariantUuid:78f4fc96-69dd-4598-a657-e297326bfd32 ModelName:Vfw4f72ec1c9b58.compute.nodes.heat.vpg ModelUuid:29fec4bd-82b5-4528-b935-2e6cc9911aa1 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-01-28T05:15:31.177Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 47089afb-5998-48f7-9b3b-215c45588715 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-01-28T05:15:31.179Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||vFW 4f72ec1c-9b58 0 2022-01-28T05:15:31.179Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 47089afb-5998-48f7-9b3b-215c45588715 2022-01-28T05:15:31.179Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6aea6d0f-1c21-4da2-badf-0de2dc910593 from URL: /sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/vfw4f72ec1c9b580_modules.json 2022-01-28T05:15:31.180Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-01-28T05:15:31.180Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/vfw4f72ec1c9b580_modules.json 2022-01-28T05:15:31.592Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-01-28T05:15:31.592Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/vfw4f72ec1c9b580_modules.json 6aea6d0f-1c21-4da2-badf-0de2dc910593 785 2022-01-28T05:15:31.592Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/vfw4f72ec1c9b580_modules.json ASDC sendASDCNotification 2022-01-28T05:15:31.593Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/vfw4f72ec1c9b580_modules.json 2022-01-28T05:15:31.593Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T05:15:31.593Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:15:31.595Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:15:31.595Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346931592, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/vfw4f72ec1c9b580_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T05:15:31.695Z||pool-289-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:15:31.696Z||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-01-28T05:15:31.696Z||pool-289-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:15:31.709Z||pool-289-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:15:31.710Z||pool-289-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:15:32.595Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw4f72ec1c9b58..base_vfw..module-0", "vfModuleModelInvariantUUID": "66f424d2-5c1b-4a2f-8923-cc9a53af86c9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "67de1aa5-33bb-483f-a9b4-0e9419a1b141", "vfModuleModelCustomizationUUID": "6aca7e2d-af4a-40fb-be83-50b4d4215730", "isBase": true, "artifacts": [ "68cff594-f877-4866-be56-98f62795eea1", "2da682ca-f51b-41b9-b0c8-b78c5003db5f" ], "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-01-28T05:15:32.598Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw4f72ec1c9b58..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:67de1aa5-33bb-483f-a9b4-0e9419a1b141 VfModuleModelInvariantUUID:66f424d2-5c1b-4a2f-8923-cc9a53af86c9 VfModuleModelDescription:NULL Artifacts UUID List:{ 68cff594-f877-4866-be56-98f62795eea1 , 2da682ca-f51b-41b9-b0c8-b78c5003db5f } 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-01-28T05:15:32.599Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw4f72ec1c9b58..base_vfw..module-0", "vfModuleModelInvariantUUID": "66f424d2-5c1b-4a2f-8923-cc9a53af86c9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "67de1aa5-33bb-483f-a9b4-0e9419a1b141", "vfModuleModelCustomizationUUID": "6aca7e2d-af4a-40fb-be83-50b4d4215730", "isBase": true, "artifacts": [ "68cff594-f877-4866-be56-98f62795eea1", "2da682ca-f51b-41b9-b0c8-b78c5003db5f" ], "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-01-28T05:15:32.599Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw4f72ec1c9b58..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:67de1aa5-33bb-483f-a9b4-0e9419a1b141 VfModuleModelInvariantUUID:66f424d2-5c1b-4a2f-8923-cc9a53af86c9 VfModuleModelDescription:NULL Artifacts UUID List:{ 68cff594-f877-4866-be56-98f62795eea1 , 2da682ca-f51b-41b9-b0c8-b78c5003db5f } 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-01-28T05:15:32.599Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 68cff594-f877-4866-be56-98f62795eea1 from URL: /sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.yaml 2022-01-28T05:15:32.599Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-01-28T05:15:32.599Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.yaml 2022-01-28T05:15:32.838Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-01-28T05:15:32.838Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.yaml 68cff594-f877-4866-be56-98f62795eea1 20368 2022-01-28T05:15:32.838Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-01-28T05:15:32.839Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.yaml 2022-01-28T05:15:32.839Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T05:15:32.839Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:15:32.840Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:15:32.840Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346932838, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T05:15:32.940Z||pool-290-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:15:32.941Z||pool-290-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T05:15:32.941Z||pool-290-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:15:32.953Z||pool-290-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:15:32.953Z||pool-290-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:15:33.840Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2da682ca-f51b-41b9-b0c8-b78c5003db5f from URL: /sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.env 2022-01-28T05:15:33.841Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-01-28T05:15:33.842Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.env 2022-01-28T05:15:34.235Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-01-28T05:15:34.235Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.env 2da682ca-f51b-41b9-b0c8-b78c5003db5f 2098 2022-01-28T05:15:34.236Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.env ASDC sendASDCNotification 2022-01-28T05:15:34.236Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.env 2022-01-28T05:15:34.236Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T05:15:34.236Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:15:34.238Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:15:34.238Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346934236, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-28T05:15:34.338Z||pool-291-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:15:34.338Z||pool-291-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T05:15:34.339Z||pool-291-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:15:34.351Z||pool-291-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:15:34.351Z||pool-291-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:15:35.238Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 9ff621f5-7a98-43cc-9d98-f10e2021c958 2022-01-28T05:15:35.239Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4f72ec1c-9b58 0 47089afb-5998-48f7-9b3b-215c45588715 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-01-28T05:15:35.260Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@8032e6d, org.onap.sdc.toscaparser.api.parameters.Input@54252e58, org.onap.sdc.toscaparser.api.parameters.Input@292a67f6, org.onap.sdc.toscaparser.api.parameters.Input@6c9e583f, org.onap.sdc.toscaparser.api.parameters.Input@7dff7387] 2022-01-28T05:15:35.262Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:15:35.262Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-28 05-13-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:15:35.263Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-01-28T05:15:35.263Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= afd3f1a6-b620-44b4-82b1-d21516c04c47 2022-01-28T05:15:35.263Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: afd3f1a6-b620-44b4-82b1-d21516c04c47 matches Tosca VF Customization UUID: afd3f1a6-b620-44b4-82b1-d21516c04c47 2022-01-28T05:15:35.264Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: afd3f1a6-b620-44b4-82b1-d21516c04c47 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-01-28T05:15:35.267Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:15:35.267Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-28 05-13-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:15:35.268Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id afd3f1a6-b620-44b4-82b1-d21516c04c47: {\"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-01-28T05:15:35.268Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@64fbe77d 2022-01-28T05:15:35.268Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:15:35.269Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-28 05-13-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-28T05:15:35.269Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6aca7e2d-af4a-40fb-be83-50b4d4215730 2022-01-28T05:15:35.269Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6aca7e2d-af4a-40fb-be83-50b4d4215730 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-01-28T05:15:35.272Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:15:35.272Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vFW 4f72ec1c-9b58 0 is matching search criteria 2022-01-28T05:15:35.272Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 4f72ec1c-9b58 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T05:15:35.273Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:15:35.273Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vFW 4f72ec1c-9b58 0 is matching search criteria 2022-01-28T05:15:35.273Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 4f72ec1c-9b58 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T05:15:35.273Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:15:35.273Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vFW 4f72ec1c-9b58 0 is not matching search criteria 2022-01-28T05:15:35.273Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T05:15:35.273Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T05:15:35.273Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-01-28T05:15:35.274Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T05:15:35.274Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T05:15:35.274Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T05:15:35.274Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T05:15:35.274Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T05:15:35.274Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T05:15:35.274Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T05:15:35.274Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T05:15:35.274Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=29222367-f137-4c0d-ba87-1c04a52e3f84 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-01-28T05:15:35.277Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:15:35.277Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vFW 4f72ec1c-9b58 0 is matching search criteria 2022-01-28T05:15:35.277Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 4f72ec1c-9b58 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T05:15:35.277Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:15:35.277Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vFW 4f72ec1c-9b58 0 is not matching search criteria 2022-01-28T05:15:35.277Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T05:15:35.277Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T05:15:35.278Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T05:15:35.278Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T05:15:35.278Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T05:15:35.278Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T05:15:35.278Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T05:15:35.278Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-01-28T05:15:35.278Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T05:15:35.278Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T05:15:35.278Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T05:15:35.278Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T05:15:35.279Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3ce09006-b201-418f-91ec-5e45f0b0fae6 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-01-28T05:15:35.280Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:15:35.280Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vFW 4f72ec1c-9b58 0 is matching search criteria 2022-01-28T05:15:35.280Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 4f72ec1c-9b58 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T05:15:35.281Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:15:35.281Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vFW 4f72ec1c-9b58 0 is not matching search criteria 2022-01-28T05:15:35.281Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T05:15:35.281Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T05:15:35.281Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T05:15:35.281Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T05:15:35.281Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T05:15:35.281Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T05:15:35.282Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T05:15:35.282Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T05:15:35.282Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T05:15:35.282Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T05:15:35.282Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T05:15:35.282Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-01-28T05:15:35.282Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=26c31e86-490d-4cd3-955b-2b7d99aeee8c 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-01-28T05:15:35.283Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:15:35.284Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vFW 4f72ec1c-9b58 0 is matching search criteria 2022-01-28T05:15:35.284Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 4f72ec1c-9b58 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T05:15:35.284Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:15:35.284Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Node template vFW 4f72ec1c-9b58 0 is matching search criteria 2022-01-28T05:15:35.284Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 4f72ec1c-9b58 0] matching following query criteria: sdcType=VF, customizationUUID=afd3f1a6-b620-44b4-82b1-d21516c04c47 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-01-28T05:15:35.285Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:15:35.285Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-28 05-13-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:15:35.286Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 9ff621f5-7a98-43cc-9d98-f10e2021c958: vFW 4f72ec1c-9b58 2022-01-28T05:15:35.286Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:15:35.286Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-28 05-13-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:15:35.286Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:15:35.286Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-28 05-13-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:15:35.286Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:15:35.286Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-28 05-13-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:15:35.286Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:15:35.286Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-28 05-13-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:15:35.286Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:15:35.287Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-28 05-13-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:15:35.287Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-01-28 05-13-42 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-01-28T05:15:35.417Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4f72ec1c-9b58 47089afb-5998-48f7-9b3b-215c45588715 1 ASDC deployResourceStructure 2022-01-28T05:15:35.418Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/vfw4f72ec1c9b580_modules.json ASDC sendASDCNotification 2022-01-28T05:15:35.418Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/vfw4f72ec1c9b580_modules.json 2022-01-28T05:15:35.418Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T05:15:35.418Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:15:35.419Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:15:35.419Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346935417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/vfw4f72ec1c9b580_modules.json", "status": "DEPLOY_OK" } 2022-01-28T05:15:35.519Z||pool-292-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:15:35.520Z||pool-292-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T05:15:35.520Z||pool-292-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:15:35.533Z||pool-292-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:15:35.534Z||pool-292-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:15:36.419Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-01-28T05:15:36.420Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.yaml 2022-01-28T05:15:36.420Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T05:15:36.421Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:15:36.423Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:15:36.423Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346936419, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-01-28T05:15:36.523Z||pool-293-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:15:36.524Z||pool-293-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T05:15:36.524Z||pool-293-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:15:36.537Z||pool-293-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:15:36.537Z||pool-293-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:15:37.424Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.env ASDC sendASDCNotification 2022-01-28T05:15:37.424Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.env 2022-01-28T05:15:37.424Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T05:15:37.424Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:15:37.426Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:15:37.426Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346937424, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-01-28T05:15:37.526Z||pool-294-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:15:37.527Z||pool-294-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T05:15:37.528Z||pool-294-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:15:37.541Z||pool-294-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:15:37.541Z||pool-294-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:15:38.427Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128051342/1.0/artifacts/service-Vfw20220128051342-csar.csar ASDC sendASDCNotification 2022-01-28T05:15:38.427Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128051342/1.0/artifacts/service-Vfw20220128051342-csar.csar 2022-01-28T05:15:38.427Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T05:15:38.428Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:15:38.429Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:15:38.429Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346938427, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/artifacts/service-Vfw20220128051342-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T05:15:38.529Z||pool-295-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:15:38.530Z||pool-295-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T05:15:38.530Z||pool-295-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:15:38.543Z||pool-295-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:15:38.543Z||pool-295-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:15:39.429Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: caaf3fae-f851-4b1f-9d53-1c1cb29feea4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T05:15:39.439Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: caaf3fae-f851-4b1f-9d53-1c1cb29feea4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T05:15:39.441Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T05:15:39.441Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T05:15:39.441Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T05:16:09.442Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: caaf3fae-f851-4b1f-9d53-1c1cb29feea4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T05:16:09.450Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: caaf3fae-f851-4b1f-9d53-1c1cb29feea4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T05:16:09.452Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T05:16:09.452Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T05:16:09.452Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T05:16:20.695Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:16:20.696Z||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-01-28T05:16:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:16:20.719Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:16:20.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:16:20.720Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "multicloud-k8s-id", "timestamp": 1643346921186, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-28T05:16:20.721Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:16:39.452Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: caaf3fae-f851-4b1f-9d53-1c1cb29feea4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T05:16:39.460Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: caaf3fae-f851-4b1f-9d53-1c1cb29feea4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T05:16:39.461Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T05:16:39.461Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T05:16:39.461Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T05:17:09.462Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: caaf3fae-f851-4b1f-9d53-1c1cb29feea4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T05:17:09.468Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: caaf3fae-f851-4b1f-9d53-1c1cb29feea4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T05:17:09.469Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T05:17:09.469Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T05:17:09.469Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T05:17:20.695Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:17:20.696Z||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-01-28T05:17:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:17:20.721Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:17:20.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:17:20.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346920693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:17:20.722Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:17:39.470Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: caaf3fae-f851-4b1f-9d53-1c1cb29feea4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T05:17:39.477Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: caaf3fae-f851-4b1f-9d53-1c1cb29feea4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T05:17:39.478Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T05:17:39.478Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T05:17:39.478Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T05:18:09.479Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: caaf3fae-f851-4b1f-9d53-1c1cb29feea4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T05:18:09.487Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: caaf3fae-f851-4b1f-9d53-1c1cb29feea4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T05:18:09.489Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T05:18:09.489Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T05:18:09.489Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T05:18:20.695Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:18:20.696Z||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-01-28T05:18:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:18:20.720Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:18:21.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "multicloud-k8s-id", "timestamp": 1643346922206, "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-01-28T05:18:21.235Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of caaf3fae-f851-4b1f-9d53-1c1cb29feea4 2022-01-28T05:18:21.236Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId caaf3fae-f851-4b1f-9d53-1c1cb29feea4 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-01-28T05:18:21.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346920693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/vfw4f72ec1c9b580_modules.json", "status": "NOTIFIED" } 2022-01-28T05:18:21.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "multicloud-k8s-id", "timestamp": 1643346923209, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/vfw4f72ec1c9b580_modules.json", "status": "DEPLOY_OK" } 2022-01-28T05:18:21.247Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:18:21.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346920693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T05:18:21.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346920693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "aai-ml", "timestamp": 1643346923887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "clamp", "timestamp": 1643346924560, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/artifacts/service-Vfw20220128051342-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T05:18:21.248Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:18:21.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346920693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-28T05:18:21.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "aai-ml", "timestamp": 1643346923887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/vfw4f72ec1c9b580_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346920693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/artifacts/service-Vfw20220128051342-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "aai-ml", "timestamp": 1643346923887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "clamp", "timestamp": 1643346926565, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/artifacts/service-Vfw20220128051342-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T05:18:21.249Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:18:21.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346920693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/artifacts/service-Vfw20220128051342-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:18:21.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "aai-ml", "timestamp": 1643346923887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "clamp", "timestamp": 1643346927568, "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-01-28T05:18:21.254Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of caaf3fae-f851-4b1f-9d53-1c1cb29feea4 2022-01-28T05:18:21.254Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId caaf3fae-f851-4b1f-9d53-1c1cb29feea4 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-01-28T05:18:21.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "aai-ml", "timestamp": 1643346923887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.263Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643346928102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.263Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346928743, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/artifacts/service-Vfw20220128051342-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T05:18:21.263Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:18:21.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "aai-ml", "timestamp": 1643346923887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/artifacts/service-Vfw20220128051342-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.264Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643346928102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/vfw4f72ec1c9b580_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.264Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "aai-ml", "timestamp": 1643346923887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/artifacts/service-Vfw20220128051342-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:18:21.264Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643346928102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.264Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346931592, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/vfw4f72ec1c9b580_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T05:18:21.265Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:18:21.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643346928102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.265Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "aai-ml", "timestamp": 1643346931855, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/artifacts/service-Vfw20220128051342-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T05:18:21.265Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:18:21.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643346928102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.265Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346932838, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T05:18:21.265Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:18:21.266Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.266Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "ves-openapi-manager", "timestamp": 1643346929944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.266Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.266Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.266Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "cds", "timestamp": 1643346926207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.266Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.266Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.266Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "multicloud-k8s-id", "timestamp": 1643346931153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.266Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.266Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.266Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "policy-id", "timestamp": 1643346924690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.266Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.267Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643346928102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/artifacts/service-Vfw20220128051342-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.267Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.267Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346934236, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-28T05:18:21.267Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:18:21.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.267Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "ves-openapi-manager", "timestamp": 1643346929944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.267Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.267Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "cds", "timestamp": 1643346926207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.267Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.267Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "multicloud-k8s-id", "timestamp": 1643346931153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.268Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.268Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "policy-id", "timestamp": 1643346924690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.268Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.268Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643346928102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/artifacts/service-Vfw20220128051342-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:18:21.268Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.268Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346935417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/vfw4f72ec1c9b580_modules.json", "status": "DEPLOY_OK" } 2022-01-28T05:18:21.268Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:18:21.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.268Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "ves-openapi-manager", "timestamp": 1643346929944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.268Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.268Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "cds", "timestamp": 1643346926207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.268Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.268Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "multicloud-k8s-id", "timestamp": 1643346931153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.269Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.269Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "policy-id", "timestamp": 1643346924690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.269Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.269Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643346935946, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/artifacts/service-Vfw20220128051342-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T05:18:21.269Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:18:21.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.269Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346936419, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-01-28T05:18:21.269Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:18:21.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.269Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "clamp", "timestamp": 1643346935840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.269Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.269Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "ves-openapi-manager", "timestamp": 1643346929944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.269Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.269Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "cds", "timestamp": 1643346926207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.270Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.270Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "multicloud-k8s-id", "timestamp": 1643346931153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.270Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.270Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "policy-id", "timestamp": 1643346924690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.270Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.270Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346937424, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/resourceInstances/vfw4f72ec1c9b580/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-01-28T05:18:21.270Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:18:21.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.270Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "clamp", "timestamp": 1643346935840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.270Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.270Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "ves-openapi-manager", "timestamp": 1643346929944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.270Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "cds", "timestamp": 1643346926207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.271Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "multicloud-k8s-id", "timestamp": 1643346931153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.271Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "policy-id", "timestamp": 1643346924690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.271Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643346938427, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/artifacts/service-Vfw20220128051342-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T05:18:21.271Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:18:21.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "clamp", "timestamp": 1643346935840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.271Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "ves-openapi-manager", "timestamp": 1643346929944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-01-28T05:18:21.271Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "cds", "timestamp": 1643346926207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.272Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "multicloud-k8s-id", "timestamp": 1643346931153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.272Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "policy-id", "timestamp": 1643346924690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.272Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643346938719, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/artifacts/service-Vfw20220128051342-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T05:18:21.272Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:18:21.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "aai-ml", "timestamp": 1643346938755, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128051342/1.0/artifacts/service-Vfw20220128051342-csar.csar", "status": "DEPLOY_ERROR" } 2022-01-28T05:18:21.272Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:18:21.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "clamp", "timestamp": 1643346935840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.272Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "ves-openapi-manager", "timestamp": 1643346929944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/artifacts/service-DemoPnfT22ngbfd6eo5arnstb1d-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.273Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "cds", "timestamp": 1643346926207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/artifacts/service-DemoPnfT22ngbfd6eo5arnstb1d-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.273Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "multicloud-k8s-id", "timestamp": 1643346931153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/artifacts/service-DemoPnfT22ngbfd6eo5arnstb1d-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.273Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "policy-id", "timestamp": 1643346924690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/artifacts/service-DemoPnfT22ngbfd6eo5arnstb1d-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.273Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643346939721, "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-01-28T05:18:21.278Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of caaf3fae-f851-4b1f-9d53-1c1cb29feea4 2022-01-28T05:18:21.278Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId caaf3fae-f851-4b1f-9d53-1c1cb29feea4 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-01-28T05:18:21.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "aai-ml", "timestamp": 1643346939758, "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-01-28T05:18:21.290Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of caaf3fae-f851-4b1f-9d53-1c1cb29feea4 2022-01-28T05:18:21.290Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId caaf3fae-f851-4b1f-9d53-1c1cb29feea4 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-01-28T05:18:21.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "clamp", "timestamp": 1643346935840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "multicloud-k8s-id", "timestamp": 1643346931153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/artifacts/service-DemoPnfT22ngbfd6eo5arnstb1d-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:18:21.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "ves-openapi-manager", "timestamp": 1643346929944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/artifacts/service-DemoPnfT22ngbfd6eo5arnstb1d-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "cds", "timestamp": 1643346926207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/artifacts/service-DemoPnfT22ngbfd6eo5arnstb1d-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:18:21.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "policy-id", "timestamp": 1643346924690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/artifacts/service-DemoPnfT22ngbfd6eo5arnstb1d-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:18:21.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "clamp", "timestamp": 1643346935840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "ves-openapi-manager", "timestamp": 1643346941691, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T05:18:21.298Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:18:21.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "cds", "timestamp": 1643346941693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/artifacts/service-DemoPnfT22ngbfd6eo5arnstb1d-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T05:18:21.298Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:18:21.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "policy-id", "timestamp": 1643346941686, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/artifacts/service-DemoPnfT22ngbfd6eo5arnstb1d-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T05:18:21.298Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:18:21.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "clamp", "timestamp": 1643346935840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/artifacts/service-DemoPnfT22ngbfd6eo5arnstb1d-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "ves-openapi-manager", "timestamp": 1643346942700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-01-28T05:18:21.298Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:18:21.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "cds", "timestamp": 1643346942698, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/artifacts/service-DemoPnfT22ngbfd6eo5arnstb1d-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-01-28T05:18:21.309Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 112e6ee0-7689-4592-8d92-ce8a05854651 2022-01-28T05:18:21.309Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 112e6ee0-7689-4592-8d92-ce8a05854651 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-01-28T05:18:21.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "policy-id", "timestamp": 1643346942690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/artifacts/service-DemoPnfT22ngbfd6eo5arnstb1d-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T05:18:21.316Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:18:21.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "clamp", "timestamp": 1643346935840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/artifacts/service-DemoPnfT22ngbfd6eo5arnstb1d-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:18:21.316Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "ves-openapi-manager", "timestamp": 1643346943702, "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-01-28T05:18:21.320Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 112e6ee0-7689-4592-8d92-ce8a05854651 2022-01-28T05:18:21.320Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 112e6ee0-7689-4592-8d92-ce8a05854651 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-01-28T05:18:21.327Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.327Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "policy-id", "timestamp": 1643346943692, "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-01-28T05:18:21.332Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 112e6ee0-7689-4592-8d92-ce8a05854651 2022-01-28T05:18:21.333Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 112e6ee0-7689-4592-8d92-ce8a05854651 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-01-28T05:18:21.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "clamp", "timestamp": 1643346952563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/artifacts/service-DemoPnfT22ngbfd6eo5arnstb1d-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T05:18:21.341Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:18:21.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "aai-ml", "timestamp": 1643346953887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "clamp", "timestamp": 1643346954572, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/artifacts/service-DemoPnfT22ngbfd6eo5arnstb1d-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T05:18:21.341Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:18:21.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "aai-ml", "timestamp": 1643346953887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.342Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "clamp", "timestamp": 1643346955576, "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-01-28T05:18:21.346Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 112e6ee0-7689-4592-8d92-ce8a05854651 2022-01-28T05:18:21.346Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 112e6ee0-7689-4592-8d92-ce8a05854651 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-01-28T05:18:21.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "aai-ml", "timestamp": 1643346953887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "aai-ml", "timestamp": 1643346953887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "aai-ml", "timestamp": 1643346953887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643346958102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "aai-ml", "timestamp": 1643346953887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643346958102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "aai-ml", "timestamp": 1643346953887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/artifacts/service-DemoPnfT22ngbfd6eo5arnstb1d-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643346958102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.355Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "aai-ml", "timestamp": 1643346953887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/artifacts/service-DemoPnfT22ngbfd6eo5arnstb1d-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:18:21.355Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643346958102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.355Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643346958102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.355Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "aai-ml", "timestamp": 1643346962924, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/artifacts/service-DemoPnfT22ngbfd6eo5arnstb1d-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T05:18:21.355Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:18:21.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643346958102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.355Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643346958102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/artifacts/service-DemoPnfT22ngbfd6eo5arnstb1d-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:18:21.356Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643346958102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/artifacts/service-DemoPnfT22ngbfd6eo5arnstb1d-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:18:21.356Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:18:21.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "aai-ml", "timestamp": 1643346966602, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/artifacts/service-DemoPnfT22ngbfd6eo5arnstb1d-csar.csar", "status": "DEPLOY_ERROR" } 2022-01-28T05:18:21.356Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:18:21.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643346966804, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/artifacts/service-DemoPnfT22ngbfd6eo5arnstb1d-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T05:18:21.356Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:18:21.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "aai-ml", "timestamp": 1643346967606, "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-01-28T05:18:21.360Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 112e6ee0-7689-4592-8d92-ce8a05854651 2022-01-28T05:18:21.360Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 112e6ee0-7689-4592-8d92-ce8a05854651 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-01-28T05:18:21.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643346968412, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/artifacts/service-DemoPnfT22ngbfd6eo5arnstb1d-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T05:18:21.367Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:18:21.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:18:21.367Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643346969414, "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-01-28T05:18:21.371Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 112e6ee0-7689-4592-8d92-ce8a05854651 2022-01-28T05:18:21.371Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 112e6ee0-7689-4592-8d92-ce8a05854651 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-01-28T05:18:39.490Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: caaf3fae-f851-4b1f-9d53-1c1cb29feea4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T05:18:39.499Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: caaf3fae-f851-4b1f-9d53-1c1cb29feea4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T05:18:39.501Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T05:18:39.501Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-28T05:18:39.501Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-28T05:18:39.501Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-28T05:18:39.501Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-01-28T05:18:39.502Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||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-01-28T05:18:39.505Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-28T05:19:09.505Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: caaf3fae-f851-4b1f-9d53-1c1cb29feea4 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-01-28T05:19:09.510Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: caaf3fae-f851-4b1f-9d53-1c1cb29feea4 and serviceModelVersionId: 9ff621f5-7a98-43cc-9d98-f10e2021c958 2022-01-28T05:19:09.510Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8bfe20da-e592-400f-be7d-06227e7552fb 2022-01-28T05:19:09.511Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8bfe20da-e592-400f-be7d-06227e7552fb/model-vers/model-ver/9ff621f5-7a98-43cc-9d98-f10e2021c958?depth=0 2022-01-28T05:19:09.515Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-01-28T05:19:09.529Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bfe20da-e592-400f-be7d-06227e7552fb/model-vers/model-ver/9ff621f5-7a98-43cc-9d98-f10e2021c958?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-01-28T05:19:09.530Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bfe20da-e592-400f-be7d-06227e7552fb/model-vers/model-ver/9ff621f5-7a98-43cc-9d98-f10e2021c958?depth=0|INFO|500||Invoke 2022-01-28T05:19:09.545Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bfe20da-e592-400f-be7d-06227e7552fb/model-vers/model-ver/9ff621f5-7a98-43cc-9d98-f10e2021c958?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-01-28T05:19:09.574Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bfe20da-e592-400f-be7d-06227e7552fb/model-vers/model-ver/9ff621f5-7a98-43cc-9d98-f10e2021c958?depth=0|INFO|404|Not Found|InvokeReturn 2022-01-28T05:19:09.574Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bfe20da-e592-400f-be7d-06227e7552fb/model-vers/model-ver/9ff621f5-7a98-43cc-9d98-f10e2021c958?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220128-05:19:09:551-93766], Content-Length=[495], Date=[Fri, 28 Jan 2022 05:19:09 GMT], Content-Type=[application/json]} 2022-01-28T05:19:09.575Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||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/8bfe20da-e592-400f-be7d-06227e7552fb/model-vers/model-ver/9ff621f5-7a98-43cc-9d98-f10e2021c958","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8bfe20da-e592-400f-be7d-06227e7552fb/model-vers/model-ver/9ff621f5-7a98-43cc-9d98-f10e2021c958","ERR.5.4.6114"]}}} 2022-01-28T05:19:09.579Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=caaf3fae-f851-4b1f-9d53-1c1cb29feea4 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8bfe20da-e592-400f-be7d-06227e7552fb/model-vers/model-ver/9ff621f5-7a98-43cc-9d98-f10e2021c958 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8bfe20da-e592-400f-be7d-06227e7552fb/model-vers/model-ver/9ff621f5-7a98-43cc-9d98-f10e2021c958) (ec=ERR.5.4.6114) 2022-01-28T05:19:09.579Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=caaf3fae-f851-4b1f-9d53-1c1cb29feea4 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8bfe20da-e592-400f-be7d-06227e7552fb/model-vers/model-ver/9ff621f5-7a98-43cc-9d98-f10e2021c958 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8bfe20da-e592-400f-be7d-06227e7552fb/model-vers/model-ver/9ff621f5-7a98-43cc-9d98-f10e2021c958) (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-01-28T05:19:09.580Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=caaf3fae-f851-4b1f-9d53-1c1cb29feea4 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8bfe20da-e592-400f-be7d-06227e7552fb/model-vers/model-ver/9ff621f5-7a98-43cc-9d98-f10e2021c958 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8bfe20da-e592-400f-be7d-06227e7552fb/model-vers/model-ver/9ff621f5-7a98-43cc-9d98-f10e2021c958) (ec=ERR.5.4.6114) 2022-01-28T05:19:09.580Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=caaf3fae-f851-4b1f-9d53-1c1cb29feea4 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8bfe20da-e592-400f-be7d-06227e7552fb/model-vers/model-ver/9ff621f5-7a98-43cc-9d98-f10e2021c958 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8bfe20da-e592-400f-be7d-06227e7552fb/model-vers/model-ver/9ff621f5-7a98-43cc-9d98-f10e2021c958) (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-01-28T05:19:09.585Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-01-28T05:19:09.585Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID caaf3fae-f851-4b1f-9d53-1c1cb29feea4 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=caaf3fae-f851-4b1f-9d53-1c1cb29feea4 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8bfe20da-e592-400f-be7d-06227e7552fb/model-vers/model-ver/9ff621f5-7a98-43cc-9d98-f10e2021c958 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8bfe20da-e592-400f-be7d-06227e7552fb/model-vers/model-ver/9ff621f5-7a98-43cc-9d98-f10e2021c958) (ec=ERR.5.4.6114) 2022-01-28T05:19:09.585Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-01-28T05:19:09.585Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:19:09.587Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:19:09.587Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347149585, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dcaaf3fae-f851-4b1f-9d53-1c1cb29feea4 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8bfe20da-e592-400f-be7d-06227e7552fb/model-vers/model-ver/9ff621f5-7a98-43cc-9d98-f10e2021c958 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8bfe20da-e592-400f-be7d-06227e7552fb/model-vers/model-ver/9ff621f5-7a98-43cc-9d98-f10e2021c958) (ec\u003dERR.5.4.6114)" } 2022-01-28T05:19:09.687Z||pool-296-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:19:09.687Z||pool-296-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T05:19:09.688Z||pool-296-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:19:09.704Z||pool-296-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:19:09.704Z||pool-296-thread-1|||||INFO|500||cambria reply ok (17 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-01-28T05:19:10.597Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:19:10.597Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-28T05:19:10.597Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:19:14.938Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:19:14.939Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-28T05:19:14.939Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"112e6ee0-7689-4592-8d92-ce8a05854651","serviceName":"Demo_pNF_T22nGBFD6eO5aRnStb1d","serviceVersion":"1.0","serviceUUID":"5dd2de5b-5a5a-4b71-8bd6-cc7143a0a575","serviceDescription":"catalog service description","serviceInvariantUUID":"35bd85d2-8e3b-4ec2-ac85-168713c58288","resources":[{"resourceInstanceName":"pNF 02436b32-761f 0","resourceName":"pNF 02436b32-761f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"dbe4683a-dd66-47e3-be80-1515097f31bc","resourceInvariantUUID":"0c64fea2-ab04-4bed-857e-4ad9c6fd34e2","resourceCustomizationUUID":"3254f94f-053a-4799-85f9-66b19fe2fcd4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/vf-license-model.xml","artifactChecksum":"Yjg3N2M3YWM2MzdhMjI4MDdkYmMyNjA1OWEwNzQ5MjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bea88ae1-9218-442a-8233-cc0e8bf5f86a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/pNF.csar","artifactChecksum":"ZjBmZTk0NzU2ZjZmZGU1NTliOTg5OGQzNzQ2ZDA4YTA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2df7927f-2a38-4825-b1e4-cd8b48f860bc","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ef69f586-a7e6-493d-ade7-a0d149fce023","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/vendor-license-model.xml","artifactChecksum":"OGFlNjlkNjZiZjgxNzRlYmZiZDhkOTEwNzA5YTRlYmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bf72b8f4-9621-4882-9e85-f6b616345049","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70cc11aa-2e3a-4626-9ca6-3c60b120af79","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7a95c8c3-116d-4d80-a2e6-5cb9e61e4b0f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfT22ngbfd6eo5arnstb1d-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/artifacts/service-DemoPnfT22ngbfd6eo5arnstb1d-template.yml","artifactChecksum":"MGRjMmI2ZmM5Y2MzMjdjOTJkMDU3ZTg0ZDcxOGNhZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"072e77fd-cda9-4aa4-beaa-26abe6b7707e","artifactVersion":"1"},{"artifactName":"service-DemoPnfT22ngbfd6eo5arnstb1d-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/artifacts/service-DemoPnfT22ngbfd6eo5arnstb1d-csar.csar","artifactChecksum":"ZTVhNDMzY2JmMTJmZjQ5MTUyNjllMTM3MDQ4ZDgwMmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"21e221ee-6681-4afc-80ed-10da15c7db51","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-28T05:19:14.941Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T05:19:14.941Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:19:14.943Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:19:14.944Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347150597, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:19:15.044Z||pool-297-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:19:15.044Z||pool-297-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T05:19:15.044Z||pool-297-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:19:15.058Z||pool-297-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:19:15.059Z||pool-297-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:19:15.944Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T05:19:15.944Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:19:15.945Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:19:15.946Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347150597, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T05:19:16.046Z||pool-298-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:19:16.046Z||pool-298-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T05:19:16.046Z||pool-298-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:19:16.058Z||pool-298-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:19:16.059Z||pool-298-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-01-28T05:19:16.946Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T05:19:16.947Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:19:16.949Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:19:16.949Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347150597, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T05:19:17.049Z||pool-299-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:19:17.050Z||pool-299-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T05:19:17.050Z||pool-299-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:19:17.063Z||pool-299-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:19:17.063Z||pool-299-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:19:17.949Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T05:19:17.950Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:19:17.952Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:19:17.953Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347150597, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:19:18.053Z||pool-300-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:19:18.054Z||pool-300-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T05:19:18.054Z||pool-300-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:19:18.067Z||pool-300-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:19:18.067Z||pool-300-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:19:18.953Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T05:19:18.954Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:19:18.957Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:19:18.957Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347150597, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:19:19.057Z||pool-301-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:19:19.057Z||pool-301-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T05:19:19.057Z||pool-301-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:19:19.070Z||pool-301-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:19:19.070Z||pool-301-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:19:19.957Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T05:19:19.958Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:19:19.960Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:19:19.960Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347150597, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:19:20.060Z||pool-302-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:19:20.061Z||pool-302-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T05:19:20.061Z||pool-302-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:19:20.074Z||pool-302-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:19:20.075Z||pool-302-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:19:20.695Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:19:20.695Z||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-01-28T05:19:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:19:20.960Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T05:19:20.961Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:19:20.962Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:19:20.963Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347150597, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/artifacts/service-DemoPnfT22ngbfd6eo5arnstb1d-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:19:21.063Z||pool-303-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:19:21.064Z||pool-303-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T05:19:21.064Z||pool-303-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:19:21.077Z||pool-303-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:19:21.077Z||pool-303-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:19:21.085Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:19:21.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:19:21.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caaf3fae-f851-4b1f-9d53-1c1cb29feea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347149585, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dcaaf3fae-f851-4b1f-9d53-1c1cb29feea4 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8bfe20da-e592-400f-be7d-06227e7552fb/model-vers/model-ver/9ff621f5-7a98-43cc-9d98-f10e2021c958 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8bfe20da-e592-400f-be7d-06227e7552fb/model-vers/model-ver/9ff621f5-7a98-43cc-9d98-f10e2021c958) (ec\u003dERR.5.4.6114)" } 2022-01-28T05:19:21.086Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:19:21.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:19:21.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347150597, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:19:21.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:19:21.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:19:21.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347150597, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T05:19:21.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:19:21.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:19:21.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347150597, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T05:19:21.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:19:21.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:19:21.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347150597, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:19:21.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:19:21.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:19:21.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347150597, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:19:21.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:19:21.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:19:21.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347150597, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/resourceInstances/pnf02436b32761f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:19:21.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-28T05:19:21.963Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T05:19:21.964Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:19:21.966Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:19:21.966Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347150597, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/artifacts/service-DemoPnfT22ngbfd6eo5arnstb1d-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:19:22.066Z||pool-304-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T05:19:22.067Z||pool-304-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T05:19:22.067Z||pool-304-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:19:22.081Z||pool-304-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:19:22.082Z||pool-304-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:19:22.967Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "serviceName": "Demo_pNF_T22nGBFD6eO5aRnStb1d", "serviceVersion": "1.0", "serviceUUID": "5dd2de5b-5a5a-4b71-8bd6-cc7143a0a575", "serviceDescription": "catalog service description", "serviceInvariantUUID": "35bd85d2-8e3b-4ec2-ac85-168713c58288", "resources": [ { "resourceInstanceName": "pNF 02436b32-761f 0", "resourceCustomizationUUID": "3254f94f-053a-4799-85f9-66b19fe2fcd4", "resourceName": "pNF 02436b32-761f", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "dbe4683a-dd66-47e3-be80-1515097f31bc", "resourceInvariantUUID": "0c64fea2-ab04-4bed-857e-4ad9c6fd34e2", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfT22ngbfd6eo5arnstb1d-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/artifacts/service-DemoPnfT22ngbfd6eo5arnstb1d-csar.csar", "artifactChecksum": "ZTVhNDMzY2JmMTJmZjQ5MTUyNjllMTM3MDQ4ZDgwMmY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "21e221ee-6681-4afc-80ed-10da15c7db51" } ], "workloadContext": "Production" } 2022-01-28T05:19:22.968Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-28T05:19:22.968Z|caaf3fae-f851-4b1f-9d53-1c1cb29feea4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5dd2de5b-5a5a-4b71-8bd6-cc7143a0a575 ASDC 2022-01-28T05:19:22.968Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:112e6ee0-7689-4592-8d92-ce8a05854651 ServiceName:Demo_pNF_T22nGBFD6eO5aRnStb1d ServiceVersion:1.0 ServiceUUID:5dd2de5b-5a5a-4b71-8bd6-cc7143a0a575 ServiceInvariantUUID:35bd85d2-8e3b-4ec2-ac85-168713c58288 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfT22ngbfd6eo5arnstb1d-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/artifacts/service-DemoPnfT22ngbfd6eo5arnstb1d-csar.csar ArtifactUUID:21e221ee-6681-4afc-80ed-10da15c7db51 ArtifactChecksum:ZTVhNDMzY2JmMTJmZjQ5MTUyNjllMTM3MDQ4ZDgwMmY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 02436b32-761f 0 ResourceCustomizationUUID:3254f94f-053a-4799-85f9-66b19fe2fcd4 ResourceInvariantUUID:0c64fea2-ab04-4bed-857e-4ad9c6fd34e2 ResourceName:pNF 02436b32-761f ResourceType:PNF ResourceUUID:dbe4683a-dd66-47e3-be80-1515097f31bc ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-01-28T05:19:22.968Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5dd2de5b-5a5a-4b71-8bd6-cc7143a0a575 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-01-28T05:19:22.989Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T05:19:22.989Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-01-28T05:19:22.989Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-01-28T05:19:22.989Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 21e221ee-6681-4afc-80ed-10da15c7db51 from URL: /sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/artifacts/service-DemoPnfT22ngbfd6eo5arnstb1d-csar.csar 2022-01-28T05:19:22.989Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-01-28T05:19:22.989Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/artifacts/service-DemoPnfT22ngbfd6eo5arnstb1d-csar.csar 2022-01-28T05:19:23.123Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-01-28T05:19:23.126Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/artifacts/service-DemoPnfT22ngbfd6eo5arnstb1d-csar.csar 21e221ee-6681-4afc-80ed-10da15c7db51 82607 2022-01-28T05:19:23.126Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/artifacts/service-DemoPnfT22ngbfd6eo5arnstb1d-csar.csar ASDC sendASDCNotification 2022-01-28T05:19:23.127Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/artifacts/service-DemoPnfT22ngbfd6eo5arnstb1d-csar.csar 2022-01-28T05:19:23.127Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T05:19:23.127Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:19:23.128Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:19:23.128Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347163126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/artifacts/service-DemoPnfT22ngbfd6eo5arnstb1d-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T05:19:23.229Z||pool-305-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T05:19:23.229Z||pool-305-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T05:19:23.230Z||pool-305-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:19:23.243Z||pool-305-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:19:23.244Z||pool-305-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:19:24.129Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T05:19:24.130Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-01-28T05:19:24.130Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 21e221ee-6681-4afc-80ed-10da15c7db51, URL: /sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/artifacts/service-DemoPnfT22ngbfd6eo5arnstb1d-csar.csar to file: /app/ASDC/1/service-DemoPnfT22ngbfd6eo5arnstb1d-csar.csar 2022-01-28T05:19:24.130Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfT22ngbfd6eo5arnstb1d-csar.csar 2022-01-28T05:19:24.131Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfT22ngbfd6eo5arnstb1d-csar.csar 2022-01-28T05:19:24.131Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfT22ngbfd6eo5arnstb1d-csar.csar 2022-01-28T05:19:24.202Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12253811967510522109/Definitions/service-DemoPnfT22ngbfd6eo5arnstb1d-template.yml 2022-01-28T05:19:24.708Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-28T05:19:24.708Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-01-28T05:19:24.708Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfT22ngbfd6eo5arnstb1d-csar.csar 2022-01-28T05:19:24.708Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-01-28T05:19:24.708Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 02436b32-761f 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-DemoPnfT22ngbfd6eo5arnstb1d-csar.csar 2022-01-28T05:19:24.708Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||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-DemoPnfT22ngbfd6eo5arnstb1d-csar.csar 2022-01-28T05:19:24.708Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfT22ngbfd6eo5arnstb1d-csar.csar 2022-01-28T05:19:24.708Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||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-DemoPnfT22ngbfd6eo5arnstb1d-csar.csar 2022-01-28T05:19:24.708Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfT22ngbfd6eo5arnstb1d-csar.csar 2022-01-28T05:19:24.708Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfT22ngbfd6eo5arnstb1d-csar.csar 2022-01-28T05:19:24.708Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfT22ngbfd6eo5arnstb1d-csar.csar 2022-01-28T05:19:24.708Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-01-28T05:19:24.708Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:19:24.708Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_T22nGBFD6eO5aRnStb1d is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:19:24.709Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||Node template pNF 02436b32-761f 0 is matching search criteria 2022-01-28T05:19:24.709Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-01-28T05:19:24.709Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 02436b32-761f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T05:19:24.709Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:19:24.709Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_T22nGBFD6eO5aRnStb1d is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:19:24.709Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||Node template pNF 02436b32-761f 0 is matching search criteria 2022-01-28T05:19:24.709Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-01-28T05:19:24.709Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 02436b32-761f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T05:19:24.709Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:19:24.709Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_T22nGBFD6eO5aRnStb1d is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:19:24.709Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:19:24.709Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_T22nGBFD6eO5aRnStb1d is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:19:24.709Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:19:24.709Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_T22nGBFD6eO5aRnStb1d is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:19:24.709Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:19:24.709Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_T22nGBFD6eO5aRnStb1d is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:19:24.709Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:19:24.709Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_T22nGBFD6eO5aRnStb1d is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:19:24.709Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_T22nGBFD6eO5aRnStb1d Description:catalog service description Model UUID:5dd2de5b-5a5a-4b71-8bd6-cc7143a0a575 Model Version:NULL Model InvariantUuid:35bd85d2-8e3b-4ec2-ac85-168713c58288 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-01-28T05:19:24.715Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: dbe4683a-dd66-47e3-be80-1515097f31bc 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-01-28T05:19:24.717Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||pNF 02436b32-761f 0 2022-01-28T05:19:24.717Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: dbe4683a-dd66-47e3-be80-1515097f31bc 2022-01-28T05:19:24.717Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 5dd2de5b-5a5a-4b71-8bd6-cc7143a0a575 2022-01-28T05:19:24.717Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 5dd2de5b-5a5a-4b71-8bd6-cc7143a0a575 2022-01-28T05:19:24.717Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 02436b32-761f 0 dbe4683a-dd66-47e3-be80-1515097f31bc 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-01-28T05:19:24.720Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@64bfca, org.onap.sdc.toscaparser.api.parameters.Input@4176433e, org.onap.sdc.toscaparser.api.parameters.Input@3b0da7db, org.onap.sdc.toscaparser.api.parameters.Input@b0f6e4e, org.onap.sdc.toscaparser.api.parameters.Input@2eb01a0a] 2022-01-28T05:19:24.720Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:19:24.720Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_T22nGBFD6eO5aRnStb1d is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:19:24.720Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 5dd2de5b-5a5a-4b71-8bd6-cc7143a0a575: pNF 02436b32-761f 2022-01-28T05:19:24.720Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||Processing PNF resource: dbe4683a-dd66-47e3-be80-1515097f31bc 2022-01-28T05:19:24.720Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:19:24.720Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_T22nGBFD6eO5aRnStb1d is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:19:24.720Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||Resource customization UUID: 3254f94f-053a-4799-85f9-66b19fe2fcd4 is the same as notified resource customizationUUID: 3254f94f-053a-4799-85f9-66b19fe2fcd4 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-01-28T05:19:24.754Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 02436b32-761f dbe4683a-dd66-47e3-be80-1515097f31bc 0 ASDC deployResourceStructure 2022-01-28T05:19:24.754Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/artifacts/service-DemoPnfT22ngbfd6eo5arnstb1d-csar.csar ASDC sendASDCNotification 2022-01-28T05:19:24.754Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/artifacts/service-DemoPnfT22ngbfd6eo5arnstb1d-csar.csar 2022-01-28T05:19:24.754Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T05:19:24.754Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:19:24.756Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:19:24.756Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347164754, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/artifacts/service-DemoPnfT22ngbfd6eo5arnstb1d-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T05:19:24.856Z||pool-306-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:19:24.857Z||pool-306-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T05:19:24.858Z||pool-306-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:19:24.872Z||pool-306-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:19:24.872Z||pool-306-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-01-28T05:19:25.757Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 112e6ee0-7689-4592-8d92-ce8a05854651 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T05:19:25.771Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 112e6ee0-7689-4592-8d92-ce8a05854651 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T05:19:25.773Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T05:19:25.773Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-28T05:19:25.773Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-28T05:19:25.774Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-28T05:19:25.774Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-28T05:19:25.774Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-01-28T05:19:25.774Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||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-01-28T05:19:25.778Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-28T05:19:55.778Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 112e6ee0-7689-4592-8d92-ce8a05854651 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-01-28T05:19:55.782Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 112e6ee0-7689-4592-8d92-ce8a05854651 and serviceModelVersionId: 5dd2de5b-5a5a-4b71-8bd6-cc7143a0a575 2022-01-28T05:19:55.782Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 35bd85d2-8e3b-4ec2-ac85-168713c58288 2022-01-28T05:19:55.783Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/35bd85d2-8e3b-4ec2-ac85-168713c58288/model-vers/model-ver/5dd2de5b-5a5a-4b71-8bd6-cc7143a0a575?depth=0 2022-01-28T05:19:55.787Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-01-28T05:19:55.804Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35bd85d2-8e3b-4ec2-ac85-168713c58288/model-vers/model-ver/5dd2de5b-5a5a-4b71-8bd6-cc7143a0a575?depth=0|INFO|500||Invoke 2022-01-28T05:19:55.804Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35bd85d2-8e3b-4ec2-ac85-168713c58288/model-vers/model-ver/5dd2de5b-5a5a-4b71-8bd6-cc7143a0a575?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35bd85d2-8e3b-4ec2-ac85-168713c58288/model-vers/model-ver/5dd2de5b-5a5a-4b71-8bd6-cc7143a0a575?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[112e6ee0-7689-4592-8d92-ce8a05854651], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a2ae97fc-7d8d-48b2-b9f3-f665dd91acea], X-ECOMP-RequestID=[112e6ee0-7689-4592-8d92-ce8a05854651], X-TransactionId=[], X-ONAP-RequestID=[112e6ee0-7689-4592-8d92-ce8a05854651], Content-Type=[application/merge-patch+json]} 2022-01-28T05:19:55.825Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35bd85d2-8e3b-4ec2-ac85-168713c58288/model-vers/model-ver/5dd2de5b-5a5a-4b71-8bd6-cc7143a0a575?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-01-28T05:19:55.847Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35bd85d2-8e3b-4ec2-ac85-168713c58288/model-vers/model-ver/5dd2de5b-5a5a-4b71-8bd6-cc7143a0a575?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/35bd85d2-8e3b-4ec2-ac85-168713c58288/model-vers/model-ver/5dd2de5b-5a5a-4b71-8bd6-cc7143a0a575?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220128-05:19:55:831-73730], Content-Length=[495], Date=[Fri, 28 Jan 2022 05:19:55 GMT], Content-Type=[application/json]} 2022-01-28T05:19:55.848Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35bd85d2-8e3b-4ec2-ac85-168713c58288/model-vers/model-ver/5dd2de5b-5a5a-4b71-8bd6-cc7143a0a575?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/35bd85d2-8e3b-4ec2-ac85-168713c58288/model-vers/model-ver/5dd2de5b-5a5a-4b71-8bd6-cc7143a0a575","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/35bd85d2-8e3b-4ec2-ac85-168713c58288/model-vers/model-ver/5dd2de5b-5a5a-4b71-8bd6-cc7143a0a575","ERR.5.4.6114"]}}} 2022-01-28T05:19:55.848Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35bd85d2-8e3b-4ec2-ac85-168713c58288/model-vers/model-ver/5dd2de5b-5a5a-4b71-8bd6-cc7143a0a575?depth=0|INFO|404|Not Found|InvokeReturn 2022-01-28T05:19:55.850Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=112e6ee0-7689-4592-8d92-ce8a05854651 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/35bd85d2-8e3b-4ec2-ac85-168713c58288/model-vers/model-ver/5dd2de5b-5a5a-4b71-8bd6-cc7143a0a575 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/35bd85d2-8e3b-4ec2-ac85-168713c58288/model-vers/model-ver/5dd2de5b-5a5a-4b71-8bd6-cc7143a0a575) (ec=ERR.5.4.6114) 2022-01-28T05:19:55.851Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=112e6ee0-7689-4592-8d92-ce8a05854651 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/35bd85d2-8e3b-4ec2-ac85-168713c58288/model-vers/model-ver/5dd2de5b-5a5a-4b71-8bd6-cc7143a0a575 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/35bd85d2-8e3b-4ec2-ac85-168713c58288/model-vers/model-ver/5dd2de5b-5a5a-4b71-8bd6-cc7143a0a575) (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-01-28T05:19:55.851Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=112e6ee0-7689-4592-8d92-ce8a05854651 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/35bd85d2-8e3b-4ec2-ac85-168713c58288/model-vers/model-ver/5dd2de5b-5a5a-4b71-8bd6-cc7143a0a575 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/35bd85d2-8e3b-4ec2-ac85-168713c58288/model-vers/model-ver/5dd2de5b-5a5a-4b71-8bd6-cc7143a0a575) (ec=ERR.5.4.6114) 2022-01-28T05:19:55.851Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=112e6ee0-7689-4592-8d92-ce8a05854651 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/35bd85d2-8e3b-4ec2-ac85-168713c58288/model-vers/model-ver/5dd2de5b-5a5a-4b71-8bd6-cc7143a0a575 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/35bd85d2-8e3b-4ec2-ac85-168713c58288/model-vers/model-ver/5dd2de5b-5a5a-4b71-8bd6-cc7143a0a575) (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-01-28T05:19:55.853Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-01-28T05:19:55.854Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 112e6ee0-7689-4592-8d92-ce8a05854651 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=112e6ee0-7689-4592-8d92-ce8a05854651 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/35bd85d2-8e3b-4ec2-ac85-168713c58288/model-vers/model-ver/5dd2de5b-5a5a-4b71-8bd6-cc7143a0a575 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/35bd85d2-8e3b-4ec2-ac85-168713c58288/model-vers/model-ver/5dd2de5b-5a5a-4b71-8bd6-cc7143a0a575) (ec=ERR.5.4.6114) 2022-01-28T05:19:55.854Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-01-28T05:19:55.854Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:19:55.855Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:19:55.855Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347195854, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d112e6ee0-7689-4592-8d92-ce8a05854651 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/35bd85d2-8e3b-4ec2-ac85-168713c58288/model-vers/model-ver/5dd2de5b-5a5a-4b71-8bd6-cc7143a0a575 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/35bd85d2-8e3b-4ec2-ac85-168713c58288/model-vers/model-ver/5dd2de5b-5a5a-4b71-8bd6-cc7143a0a575) (ec\u003dERR.5.4.6114)" } 2022-01-28T05:19:55.955Z||pool-307-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:19:55.956Z||pool-307-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T05:19:55.956Z||pool-307-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:19:55.973Z||pool-307-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:19:55.973Z||pool-307-thread-1|||||INFO|500||cambria reply ok (17 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-01-28T05:19:56.866Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:19:56.866Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-28T05:19:56.866Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:20:06.406Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:20:06.406Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:20:06.406Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-28T05:20:06.406Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:20:15.943Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:20:15.943Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:20:15.943Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-28T05:20:15.944Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:20:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:20:20.695Z||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-01-28T05:20:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:20:20.718Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:20:20.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T05:20:20.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347150597, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/artifacts/service-DemoPnfT22ngbfd6eo5arnstb1d-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:20:20.720Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T05:20:25.479Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:20:25.479Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:20:25.480Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-28T05:20:25.480Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:20:35.020Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:21:20.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:21:20.693Z||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-01-28T05:21:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:21:20.695Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:21:20.695Z||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-01-28T05:21:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:21:21.218Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:21:21.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-28T05:21:21.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347150597, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/artifacts/service-DemoPnfT22ngbfd6eo5arnstb1d-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:21:21.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-01-28T05:21:21.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-28T05:21:21.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347163126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/artifacts/service-DemoPnfT22ngbfd6eo5arnstb1d-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T05:21:21.221Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:21:21.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-28T05:21:21.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347164754, "artifactURL": "/sdc/v1/catalog/services/DemoPnfT22ngbfd6eo5arnstb1d/1.0/artifacts/service-DemoPnfT22ngbfd6eo5arnstb1d-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T05:21:21.221Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:21:21.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-28T05:21:21.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "112e6ee0-7689-4592-8d92-ce8a05854651", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347195854, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d112e6ee0-7689-4592-8d92-ce8a05854651 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/35bd85d2-8e3b-4ec2-ac85-168713c58288/model-vers/model-ver/5dd2de5b-5a5a-4b71-8bd6-cc7143a0a575 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/35bd85d2-8e3b-4ec2-ac85-168713c58288/model-vers/model-ver/5dd2de5b-5a5a-4b71-8bd6-cc7143a0a575) (ec\u003dERR.5.4.6114)" } 2022-01-28T05:21:21.221Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:21:30.234Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:22:20.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:22:20.693Z||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-01-28T05:22:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:22:20.695Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:22:20.695Z||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-01-28T05:22:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:22:30.233Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:22:30.238Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:23:20.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:23:20.693Z||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-01-28T05:23:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:23:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:23:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|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-01-28T05:23:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:23:30.235Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:23:30.237Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:24:20.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:24:20.693Z||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-01-28T05:24:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:24:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:24:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|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-01-28T05:24:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:24:30.236Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:24:30.237Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:25:20.692Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:25:20.693Z||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-01-28T05:25:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:25:20.695Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:25:20.695Z||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-01-28T05:25:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:25:30.235Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:25:30.237Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:26:20.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:26:20.693Z||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-01-28T05:26:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:26:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:26:20.695Z||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-01-28T05:26:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:26:30.233Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:26:30.237Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:27:20.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:27:20.693Z||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-01-28T05:27:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:27:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:27:20.695Z||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-01-28T05:27:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:27:30.237Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:27:30.238Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:28:20.693Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:28:20.693Z||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-01-28T05:28:20.694Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:28:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:28:20.696Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T05:28:20.696Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:28:21.325Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:28:21.326Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.326Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"21b47de4-3944-43ea-b5f6-1591f2bbcaa7","serviceName":"Demo_pNF_KOZSxB49sFEiW6Zz0lfC","serviceVersion":"1.0","serviceUUID":"3d4dac8a-3190-4126-9f2f-ffe7f9441db9","serviceDescription":"catalog service description","serviceInvariantUUID":"f697b3e0-28a1-4240-97a1-ea84277d4e51","resources":[{"resourceInstanceName":"pNF 17787e32-c789 0","resourceName":"pNF 17787e32-c789","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e78fcffc-d3cd-4b71-9a55-8732097b7bf4","resourceInvariantUUID":"d63025bd-c13f-4fc4-84a6-593d948072b4","resourceCustomizationUUID":"25a771bf-4902-4625-a33a-9a460c0d03c9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/vf-license-model.xml","artifactChecksum":"ZGZiZWM1NDJkOWU0NDM5MWVhNDgxYjg0ZThmM2UyOTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f7115dfa-2331-41d2-ad2d-508f15976ac2","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/pNF.csar","artifactChecksum":"ZjBmZTk0NzU2ZjZmZGU1NTliOTg5OGQzNzQ2ZDA4YTA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"57a69ccc-6653-4c95-b983-45a35aef5848","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"65ff68e3-fc00-493e-b819-c3985cf4b3f6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/vendor-license-model.xml","artifactChecksum":"ZjhkYTE1MGUwYTA2NTZmZmRlYjlmMTZlNzg5ZWI5Njg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0b5c1db3-a82e-43c7-a571-d3ca96cbdf8b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"19168dfb-0de3-4647-a02a-140b21e24918","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6f735ccf-e8cf-4cc8-8fbf-8f00896e6805","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfKozsxb49sfeiw6zz0lfc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/artifacts/service-DemoPnfKozsxb49sfeiw6zz0lfc-template.yml","artifactChecksum":"YmJjZTkxNzBiYzIxNjdjODc1NDk2MTVjNjJiODFiNDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bc9575d8-d753-4685-8292-9c3e79f07ec2","artifactVersion":"1"},{"artifactName":"service-DemoPnfKozsxb49sfeiw6zz0lfc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/artifacts/service-DemoPnfKozsxb49sfeiw6zz0lfc-csar.csar","artifactChecksum":"ODk1NWMzN2EzMGUxOWZmMzZlN2FlNzNlNDQxMTdiNTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ce54d76b-61fe-4f0b-9608-e08451f271ff","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-28T05:28:21.327Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:28:21.327Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T05:28:21.328Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:28:21.329Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.330Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "cds", "timestamp": 1643347661207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.330Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.330Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.330Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "policy-id", "timestamp": 1643347664690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.330Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.330Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.331Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "cds", "timestamp": 1643347661207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.331Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.331Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.331Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:28:21.331Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347700693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.331Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "policy-id", "timestamp": 1643347664690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.331Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.331Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.331Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "cds", "timestamp": 1643347661207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.331Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.331Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.331Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "policy-id", "timestamp": 1643347664690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.331Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.331Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.332Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "cds", "timestamp": 1643347661207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.332Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.332Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.332Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "policy-id", "timestamp": 1643347664690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.332Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.332Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.332Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "ves-openapi-manager", "timestamp": 1643347669944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.332Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.332Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.332Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "cds", "timestamp": 1643347661207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.332Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.332Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.332Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "policy-id", "timestamp": 1643347664690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.332Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.333Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.333Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "ves-openapi-manager", "timestamp": 1643347669944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.333Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.333Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.333Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "multicloud-k8s-id", "timestamp": 1643347671153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.333Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.333Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.333Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "cds", "timestamp": 1643347661207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.333Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.333Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.333Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "policy-id", "timestamp": 1643347664690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.333Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.333Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.333Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "ves-openapi-manager", "timestamp": 1643347669944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.334Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.334Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.334Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "multicloud-k8s-id", "timestamp": 1643347671153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.334Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.334Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.334Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "cds", "timestamp": 1643347661207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/artifacts/service-DemoPnfKozsxb49sfeiw6zz0lfc-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.334Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.334Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.334Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "policy-id", "timestamp": 1643347664690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/artifacts/service-DemoPnfKozsxb49sfeiw6zz0lfc-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.334Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.334Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.334Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "ves-openapi-manager", "timestamp": 1643347669944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.335Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.335Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.335Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "multicloud-k8s-id", "timestamp": 1643347671153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.335Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.335Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.335Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "cds", "timestamp": 1643347661207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/artifacts/service-DemoPnfKozsxb49sfeiw6zz0lfc-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:28:21.335Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.335Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.335Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "aai-ml", "timestamp": 1643347673887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.335Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.335Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.335Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "policy-id", "timestamp": 1643347664690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/artifacts/service-DemoPnfKozsxb49sfeiw6zz0lfc-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:28:21.335Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.335Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.336Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "ves-openapi-manager", "timestamp": 1643347669944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.336Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.336Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.336Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "multicloud-k8s-id", "timestamp": 1643347671153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.336Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.336Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.336Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "aai-ml", "timestamp": 1643347673887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.336Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.336Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.336Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "ves-openapi-manager", "timestamp": 1643347669944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-01-28T05:28:21.336Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.336Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.336Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "multicloud-k8s-id", "timestamp": 1643347671153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.336Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.336Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.337Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "cds", "timestamp": 1643347675902, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/artifacts/service-DemoPnfKozsxb49sfeiw6zz0lfc-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T05:28:21.337Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:28:21.337Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.337Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "policy-id", "timestamp": 1643347675939, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/artifacts/service-DemoPnfKozsxb49sfeiw6zz0lfc-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T05:28:21.337Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:28:21.337Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.337Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "aai-ml", "timestamp": 1643347673887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.337Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.337Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.337Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "ves-openapi-manager", "timestamp": 1643347669944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/artifacts/service-DemoPnfKozsxb49sfeiw6zz0lfc-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.337Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.337Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.337Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "multicloud-k8s-id", "timestamp": 1643347671153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.338Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.338Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.338Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "cds", "timestamp": 1643347676905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/artifacts/service-DemoPnfKozsxb49sfeiw6zz0lfc-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-01-28T05:28:21.357Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 21b47de4-3944-43ea-b5f6-1591f2bbcaa7 2022-01-28T05:28:21.357Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21b47de4-3944-43ea-b5f6-1591f2bbcaa7 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-01-28T05:28:21.363Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.363Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "policy-id", "timestamp": 1643347676942, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/artifacts/service-DemoPnfKozsxb49sfeiw6zz0lfc-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T05:28:21.363Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:28:21.363Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.364Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "aai-ml", "timestamp": 1643347673887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.364Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.364Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.364Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "ves-openapi-manager", "timestamp": 1643347669944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/artifacts/service-DemoPnfKozsxb49sfeiw6zz0lfc-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.364Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.364Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.364Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "multicloud-k8s-id", "timestamp": 1643347671153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/artifacts/service-DemoPnfKozsxb49sfeiw6zz0lfc-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.364Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.364Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.364Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "policy-id", "timestamp": 1643347677944, "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-01-28T05:28:21.367Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 21b47de4-3944-43ea-b5f6-1591f2bbcaa7 2022-01-28T05:28:21.367Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21b47de4-3944-43ea-b5f6-1591f2bbcaa7 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-01-28T05:28:21.372Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.372Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "aai-ml", "timestamp": 1643347673887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.372Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.372Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.372Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643347678102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.372Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.373Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.373Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "multicloud-k8s-id", "timestamp": 1643347671153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/artifacts/service-DemoPnfKozsxb49sfeiw6zz0lfc-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:28:21.373Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.373Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.373Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "ves-openapi-manager", "timestamp": 1643347678943, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T05:28:21.373Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:28:21.373Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.373Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "aai-ml", "timestamp": 1643347673887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.373Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.373Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.373Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643347678102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.373Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.373Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.373Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "ves-openapi-manager", "timestamp": 1643347679952, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-01-28T05:28:21.373Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:28:21.373Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.373Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "aai-ml", "timestamp": 1643347673887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/artifacts/service-DemoPnfKozsxb49sfeiw6zz0lfc-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.373Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.373Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.373Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643347678102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.374Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.374Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.374Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "ves-openapi-manager", "timestamp": 1643347680954, "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-01-28T05:28:21.376Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 21b47de4-3944-43ea-b5f6-1591f2bbcaa7 2022-01-28T05:28:21.376Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21b47de4-3944-43ea-b5f6-1591f2bbcaa7 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-01-28T05:28:21.381Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.381Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "aai-ml", "timestamp": 1643347673887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/artifacts/service-DemoPnfKozsxb49sfeiw6zz0lfc-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:28:21.381Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.381Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.381Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643347678102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.382Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.382Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.382Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643347678102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.382Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.382Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.382Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "aai-ml", "timestamp": 1643347682941, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/artifacts/service-DemoPnfKozsxb49sfeiw6zz0lfc-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T05:28:21.382Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:28:21.382Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.382Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643347678102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.382Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.382Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.382Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643347678102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/artifacts/service-DemoPnfKozsxb49sfeiw6zz0lfc-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.382Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.382Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.382Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643347678102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/artifacts/service-DemoPnfKozsxb49sfeiw6zz0lfc-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:28:21.382Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.382Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.382Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "clamp", "timestamp": 1643347685840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.382Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.382Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.383Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643347686798, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/artifacts/service-DemoPnfKozsxb49sfeiw6zz0lfc-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T05:28:21.383Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:28:21.383Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.383Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "aai-ml", "timestamp": 1643347686800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/artifacts/service-DemoPnfKozsxb49sfeiw6zz0lfc-csar.csar", "status": "DEPLOY_ERROR" } 2022-01-28T05:28:21.383Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:28:21.383Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.383Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "clamp", "timestamp": 1643347685840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.383Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.383Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.383Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "aai-ml", "timestamp": 1643347687803, "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-01-28T05:28:21.386Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 21b47de4-3944-43ea-b5f6-1591f2bbcaa7 2022-01-28T05:28:21.386Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21b47de4-3944-43ea-b5f6-1591f2bbcaa7 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-01-28T05:28:21.391Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.391Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643347688394, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/artifacts/service-DemoPnfKozsxb49sfeiw6zz0lfc-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T05:28:21.391Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:28:21.391Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.392Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "clamp", "timestamp": 1643347685840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.392Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.392Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.392Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643347689397, "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-01-28T05:28:21.394Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 21b47de4-3944-43ea-b5f6-1591f2bbcaa7 2022-01-28T05:28:21.394Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21b47de4-3944-43ea-b5f6-1591f2bbcaa7 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-01-28T05:28:21.400Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.400Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "clamp", "timestamp": 1643347685840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.400Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.400Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.400Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "clamp", "timestamp": 1643347685840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.400Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.400Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.400Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "clamp", "timestamp": 1643347685840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.400Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.400Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.400Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "clamp", "timestamp": 1643347685840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/artifacts/service-DemoPnfKozsxb49sfeiw6zz0lfc-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:21.400Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.400Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T05:28:21.401Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "clamp", "timestamp": 1643347685840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/artifacts/service-DemoPnfKozsxb49sfeiw6zz0lfc-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:28:21.401Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T05:28:21.430Z||pool-308-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T05:28:21.430Z||pool-308-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T05:28:21.430Z||pool-308-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:28:21.443Z||pool-308-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:28:21.443Z||pool-308-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:28:22.331Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T05:28:22.332Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:28:22.334Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:28:22.334Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347700693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:22.434Z||pool-309-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:28:22.435Z||pool-309-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T05:28:22.435Z||pool-309-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:28:22.450Z||pool-309-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:28:22.450Z||pool-309-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-01-28T05:28:23.335Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T05:28:23.336Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:28:23.337Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:28:23.337Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347700693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:23.438Z||pool-310-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T05:28:23.438Z||pool-310-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T05:28:23.438Z||pool-310-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:28:23.450Z||pool-310-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:28:23.451Z||pool-310-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:28:24.338Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T05:28:24.338Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:28:24.340Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:28:24.340Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347700693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:24.440Z||pool-311-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:28:24.441Z||pool-311-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T05:28:24.441Z||pool-311-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:28:24.454Z||pool-311-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:28:24.454Z||pool-311-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:28:25.340Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T05:28:25.341Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:28:25.343Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:28:25.343Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347700693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:25.443Z||pool-312-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:28:25.444Z||pool-312-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T05:28:25.444Z||pool-312-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:28:25.456Z||pool-312-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:28:25.457Z||pool-312-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:28:26.343Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T05:28:26.344Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:28:26.345Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:28:26.345Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347700693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:26.445Z||pool-313-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:28:26.446Z||pool-313-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T05:28:26.446Z||pool-313-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:28:26.459Z||pool-313-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:28:26.460Z||pool-313-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:28:27.346Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T05:28:27.346Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:28:27.348Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:28:27.349Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347700693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/artifacts/service-DemoPnfKozsxb49sfeiw6zz0lfc-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:28:27.449Z||pool-314-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:28:27.449Z||pool-314-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T05:28:27.449Z||pool-314-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:28:27.462Z||pool-314-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:28:27.462Z||pool-314-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:28:28.349Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T05:28:28.350Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:28:28.351Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:28:28.351Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347700693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/artifacts/service-DemoPnfKozsxb49sfeiw6zz0lfc-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:28:28.452Z||pool-315-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T05:28:28.452Z||pool-315-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T05:28:28.453Z||pool-315-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:28:28.465Z||pool-315-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:28:28.465Z||pool-315-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:28:29.353Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "serviceName": "Demo_pNF_KOZSxB49sFEiW6Zz0lfC", "serviceVersion": "1.0", "serviceUUID": "3d4dac8a-3190-4126-9f2f-ffe7f9441db9", "serviceDescription": "catalog service description", "serviceInvariantUUID": "f697b3e0-28a1-4240-97a1-ea84277d4e51", "resources": [ { "resourceInstanceName": "pNF 17787e32-c789 0", "resourceCustomizationUUID": "25a771bf-4902-4625-a33a-9a460c0d03c9", "resourceName": "pNF 17787e32-c789", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "e78fcffc-d3cd-4b71-9a55-8732097b7bf4", "resourceInvariantUUID": "d63025bd-c13f-4fc4-84a6-593d948072b4", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfKozsxb49sfeiw6zz0lfc-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/artifacts/service-DemoPnfKozsxb49sfeiw6zz0lfc-csar.csar", "artifactChecksum": "ODk1NWMzN2EzMGUxOWZmMzZlN2FlNzNlNDQxMTdiNTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ce54d76b-61fe-4f0b-9608-e08451f271ff" } ], "workloadContext": "Production" } 2022-01-28T05:28:29.353Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-28T05:28:29.353Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3d4dac8a-3190-4126-9f2f-ffe7f9441db9 ASDC 2022-01-28T05:28:29.353Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:21b47de4-3944-43ea-b5f6-1591f2bbcaa7 ServiceName:Demo_pNF_KOZSxB49sFEiW6Zz0lfC ServiceVersion:1.0 ServiceUUID:3d4dac8a-3190-4126-9f2f-ffe7f9441db9 ServiceInvariantUUID:f697b3e0-28a1-4240-97a1-ea84277d4e51 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfKozsxb49sfeiw6zz0lfc-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/artifacts/service-DemoPnfKozsxb49sfeiw6zz0lfc-csar.csar ArtifactUUID:ce54d76b-61fe-4f0b-9608-e08451f271ff ArtifactChecksum:ODk1NWMzN2EzMGUxOWZmMzZlN2FlNzNlNDQxMTdiNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 17787e32-c789 0 ResourceCustomizationUUID:25a771bf-4902-4625-a33a-9a460c0d03c9 ResourceInvariantUUID:d63025bd-c13f-4fc4-84a6-593d948072b4 ResourceName:pNF 17787e32-c789 ResourceType:PNF ResourceUUID:e78fcffc-d3cd-4b71-9a55-8732097b7bf4 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-01-28T05:28:29.354Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3d4dac8a-3190-4126-9f2f-ffe7f9441db9 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-01-28T05:28:29.373Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T05:28:29.373Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-01-28T05:28:29.374Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-01-28T05:28:29.374Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ce54d76b-61fe-4f0b-9608-e08451f271ff from URL: /sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/artifacts/service-DemoPnfKozsxb49sfeiw6zz0lfc-csar.csar 2022-01-28T05:28:29.374Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-01-28T05:28:29.374Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/artifacts/service-DemoPnfKozsxb49sfeiw6zz0lfc-csar.csar 2022-01-28T05:28:29.504Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-01-28T05:28:29.510Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/artifacts/service-DemoPnfKozsxb49sfeiw6zz0lfc-csar.csar ce54d76b-61fe-4f0b-9608-e08451f271ff 82634 2022-01-28T05:28:29.510Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/artifacts/service-DemoPnfKozsxb49sfeiw6zz0lfc-csar.csar ASDC sendASDCNotification 2022-01-28T05:28:29.511Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/artifacts/service-DemoPnfKozsxb49sfeiw6zz0lfc-csar.csar 2022-01-28T05:28:29.511Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T05:28:29.511Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:28:29.513Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:28:29.513Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347709510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/artifacts/service-DemoPnfKozsxb49sfeiw6zz0lfc-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T05:28:29.613Z||pool-316-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:28:29.614Z||pool-316-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T05:28:29.614Z||pool-316-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:28:29.628Z||pool-316-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:28:29.628Z||pool-316-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:28:30.514Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T05:28:30.515Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-01-28T05:28:30.515Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ce54d76b-61fe-4f0b-9608-e08451f271ff, URL: /sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/artifacts/service-DemoPnfKozsxb49sfeiw6zz0lfc-csar.csar to file: /app/ASDC/1/service-DemoPnfKozsxb49sfeiw6zz0lfc-csar.csar 2022-01-28T05:28:30.515Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfKozsxb49sfeiw6zz0lfc-csar.csar 2022-01-28T05:28:30.516Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfKozsxb49sfeiw6zz0lfc-csar.csar 2022-01-28T05:28:30.516Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfKozsxb49sfeiw6zz0lfc-csar.csar 2022-01-28T05:28:30.586Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2089140648574726994/Definitions/service-DemoPnfKozsxb49sfeiw6zz0lfc-template.yml 2022-01-28T05:28:31.077Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-28T05:28:31.077Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-01-28T05:28:31.077Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfKozsxb49sfeiw6zz0lfc-csar.csar 2022-01-28T05:28:31.077Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-01-28T05:28:31.077Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||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-DemoPnfKozsxb49sfeiw6zz0lfc-csar.csar 2022-01-28T05:28:31.077Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfKozsxb49sfeiw6zz0lfc-csar.csar 2022-01-28T05:28:31.077Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||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-DemoPnfKozsxb49sfeiw6zz0lfc-csar.csar 2022-01-28T05:28:31.077Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKozsxb49sfeiw6zz0lfc-csar.csar 2022-01-28T05:28:31.077Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKozsxb49sfeiw6zz0lfc-csar.csar 2022-01-28T05:28:31.078Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKozsxb49sfeiw6zz0lfc-csar.csar 2022-01-28T05:28:31.078Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 17787e32-c789 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-DemoPnfKozsxb49sfeiw6zz0lfc-csar.csar 2022-01-28T05:28:31.078Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-01-28T05:28:31.078Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:28:31.078Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_KOZSxB49sFEiW6Zz0lfC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:28:31.078Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||Node template pNF 17787e32-c789 0 is matching search criteria 2022-01-28T05:28:31.078Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-01-28T05:28:31.078Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 17787e32-c789 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T05:28:31.078Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:28:31.078Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_KOZSxB49sFEiW6Zz0lfC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:28:31.078Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||Node template pNF 17787e32-c789 0 is matching search criteria 2022-01-28T05:28:31.078Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-01-28T05:28:31.079Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 17787e32-c789 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T05:28:31.079Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:28:31.079Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_KOZSxB49sFEiW6Zz0lfC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:28:31.079Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:28:31.079Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_KOZSxB49sFEiW6Zz0lfC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:28:31.079Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:28:31.079Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_KOZSxB49sFEiW6Zz0lfC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:28:31.079Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:28:31.079Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_KOZSxB49sFEiW6Zz0lfC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:28:31.079Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:28:31.079Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_KOZSxB49sFEiW6Zz0lfC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:28:31.079Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_KOZSxB49sFEiW6Zz0lfC Description:catalog service description Model UUID:3d4dac8a-3190-4126-9f2f-ffe7f9441db9 Model Version:NULL Model InvariantUuid:f697b3e0-28a1-4240-97a1-ea84277d4e51 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-01-28T05:28:31.085Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: e78fcffc-d3cd-4b71-9a55-8732097b7bf4 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-01-28T05:28:31.087Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||INFO|500||pNF 17787e32-c789 0 2022-01-28T05:28:31.087Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e78fcffc-d3cd-4b71-9a55-8732097b7bf4 2022-01-28T05:28:31.087Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 3d4dac8a-3190-4126-9f2f-ffe7f9441db9 2022-01-28T05:28:31.087Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 3d4dac8a-3190-4126-9f2f-ffe7f9441db9 2022-01-28T05:28:31.087Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 17787e32-c789 0 e78fcffc-d3cd-4b71-9a55-8732097b7bf4 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-01-28T05:28:31.090Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7c8193f2, org.onap.sdc.toscaparser.api.parameters.Input@1197ba95, org.onap.sdc.toscaparser.api.parameters.Input@2cbcdcf1, org.onap.sdc.toscaparser.api.parameters.Input@4b0835e9, org.onap.sdc.toscaparser.api.parameters.Input@3be62179] 2022-01-28T05:28:31.090Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:28:31.090Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_KOZSxB49sFEiW6Zz0lfC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:28:31.090Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 3d4dac8a-3190-4126-9f2f-ffe7f9441db9: pNF 17787e32-c789 2022-01-28T05:28:31.090Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||INFO|500||Processing PNF resource: e78fcffc-d3cd-4b71-9a55-8732097b7bf4 2022-01-28T05:28:31.090Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:28:31.090Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_KOZSxB49sFEiW6Zz0lfC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:28:31.090Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||INFO|500||Resource customization UUID: 25a771bf-4902-4625-a33a-9a460c0d03c9 is the same as notified resource customizationUUID: 25a771bf-4902-4625-a33a-9a460c0d03c9 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-01-28T05:28:31.118Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 17787e32-c789 e78fcffc-d3cd-4b71-9a55-8732097b7bf4 0 ASDC deployResourceStructure 2022-01-28T05:28:31.119Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/artifacts/service-DemoPnfKozsxb49sfeiw6zz0lfc-csar.csar ASDC sendASDCNotification 2022-01-28T05:28:31.119Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/artifacts/service-DemoPnfKozsxb49sfeiw6zz0lfc-csar.csar 2022-01-28T05:28:31.119Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T05:28:31.119Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:28:31.121Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:28:31.121Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347711119, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/artifacts/service-DemoPnfKozsxb49sfeiw6zz0lfc-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T05:28:31.221Z||pool-317-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:28:31.222Z||pool-317-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T05:28:31.222Z||pool-317-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:28:31.235Z||pool-317-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:28:31.236Z||pool-317-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:28:32.121Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21b47de4-3944-43ea-b5f6-1591f2bbcaa7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T05:28:32.133Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21b47de4-3944-43ea-b5f6-1591f2bbcaa7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T05:28:32.136Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T05:28:32.136Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-28T05:28:32.137Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-28T05:28:32.137Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-28T05:28:32.137Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-28T05:28:32.137Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-01-28T05:28:32.137Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-28T05:28:32.141Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-28T05:29:02.142Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 21b47de4-3944-43ea-b5f6-1591f2bbcaa7 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-01-28T05:29:02.146Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 21b47de4-3944-43ea-b5f6-1591f2bbcaa7 and serviceModelVersionId: 3d4dac8a-3190-4126-9f2f-ffe7f9441db9 2022-01-28T05:29:02.146Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f697b3e0-28a1-4240-97a1-ea84277d4e51 2022-01-28T05:29:02.147Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f697b3e0-28a1-4240-97a1-ea84277d4e51/model-vers/model-ver/3d4dac8a-3190-4126-9f2f-ffe7f9441db9?depth=0 2022-01-28T05:29:02.151Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-01-28T05:29:02.171Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f697b3e0-28a1-4240-97a1-ea84277d4e51/model-vers/model-ver/3d4dac8a-3190-4126-9f2f-ffe7f9441db9?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-01-28T05:29:02.172Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f697b3e0-28a1-4240-97a1-ea84277d4e51/model-vers/model-ver/3d4dac8a-3190-4126-9f2f-ffe7f9441db9?depth=0|INFO|500||Invoke 2022-01-28T05:29:02.187Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f697b3e0-28a1-4240-97a1-ea84277d4e51/model-vers/model-ver/3d4dac8a-3190-4126-9f2f-ffe7f9441db9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-01-28T05:29:02.207Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f697b3e0-28a1-4240-97a1-ea84277d4e51/model-vers/model-ver/3d4dac8a-3190-4126-9f2f-ffe7f9441db9?depth=0|INFO|404|Not Found|InvokeReturn 2022-01-28T05:29:02.207Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f697b3e0-28a1-4240-97a1-ea84277d4e51/model-vers/model-ver/3d4dac8a-3190-4126-9f2f-ffe7f9441db9?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220128-05:29:02:193-60206], Content-Length=[495], Date=[Fri, 28 Jan 2022 05:29:02 GMT], Content-Type=[application/json]} 2022-01-28T05:29:02.208Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/f697b3e0-28a1-4240-97a1-ea84277d4e51/model-vers/model-ver/3d4dac8a-3190-4126-9f2f-ffe7f9441db9","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f697b3e0-28a1-4240-97a1-ea84277d4e51/model-vers/model-ver/3d4dac8a-3190-4126-9f2f-ffe7f9441db9","ERR.5.4.6114"]}}} 2022-01-28T05:29:02.211Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=21b47de4-3944-43ea-b5f6-1591f2bbcaa7 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f697b3e0-28a1-4240-97a1-ea84277d4e51/model-vers/model-ver/3d4dac8a-3190-4126-9f2f-ffe7f9441db9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f697b3e0-28a1-4240-97a1-ea84277d4e51/model-vers/model-ver/3d4dac8a-3190-4126-9f2f-ffe7f9441db9) (ec=ERR.5.4.6114) 2022-01-28T05:29:02.211Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=21b47de4-3944-43ea-b5f6-1591f2bbcaa7 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f697b3e0-28a1-4240-97a1-ea84277d4e51/model-vers/model-ver/3d4dac8a-3190-4126-9f2f-ffe7f9441db9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f697b3e0-28a1-4240-97a1-ea84277d4e51/model-vers/model-ver/3d4dac8a-3190-4126-9f2f-ffe7f9441db9) (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-01-28T05:29:02.211Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=21b47de4-3944-43ea-b5f6-1591f2bbcaa7 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f697b3e0-28a1-4240-97a1-ea84277d4e51/model-vers/model-ver/3d4dac8a-3190-4126-9f2f-ffe7f9441db9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f697b3e0-28a1-4240-97a1-ea84277d4e51/model-vers/model-ver/3d4dac8a-3190-4126-9f2f-ffe7f9441db9) (ec=ERR.5.4.6114) 2022-01-28T05:29:02.211Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=21b47de4-3944-43ea-b5f6-1591f2bbcaa7 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f697b3e0-28a1-4240-97a1-ea84277d4e51/model-vers/model-ver/3d4dac8a-3190-4126-9f2f-ffe7f9441db9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f697b3e0-28a1-4240-97a1-ea84277d4e51/model-vers/model-ver/3d4dac8a-3190-4126-9f2f-ffe7f9441db9) (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-01-28T05:29:02.216Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-01-28T05:29:02.216Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 21b47de4-3944-43ea-b5f6-1591f2bbcaa7 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=21b47de4-3944-43ea-b5f6-1591f2bbcaa7 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f697b3e0-28a1-4240-97a1-ea84277d4e51/model-vers/model-ver/3d4dac8a-3190-4126-9f2f-ffe7f9441db9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f697b3e0-28a1-4240-97a1-ea84277d4e51/model-vers/model-ver/3d4dac8a-3190-4126-9f2f-ffe7f9441db9) (ec=ERR.5.4.6114) 2022-01-28T05:29:02.217Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-01-28T05:29:02.217Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:29:02.218Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:29:02.218Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347742216, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d21b47de4-3944-43ea-b5f6-1591f2bbcaa7 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f697b3e0-28a1-4240-97a1-ea84277d4e51/model-vers/model-ver/3d4dac8a-3190-4126-9f2f-ffe7f9441db9 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f697b3e0-28a1-4240-97a1-ea84277d4e51/model-vers/model-ver/3d4dac8a-3190-4126-9f2f-ffe7f9441db9) (ec\u003dERR.5.4.6114)" } 2022-01-28T05:29:02.318Z||pool-318-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:29:02.319Z||pool-318-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T05:29:02.319Z||pool-318-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:29:02.335Z||pool-318-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:29:02.336Z||pool-318-thread-1|||||INFO|500||cambria reply ok (17 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-01-28T05:29:20.693Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:29:20.693Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|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-01-28T05:29:20.694Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:29:20.695Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:29:20.695Z||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-01-28T05:29:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:29:20.817Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:29:20.817Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:29:20.817Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347700693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:29:20.818Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:29:23.744Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:29:23.745Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-28T05:29:23.745Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"9c6854ee-9807-4455-870d-29001fa5f0d1","serviceName":"vFW 2022-01-28 05-28-13","serviceVersion":"1.0","serviceUUID":"7fa3ce6a-efaf-4655-b344-3c9735cfab92","serviceDescription":"catalog service description","serviceInvariantUUID":"74a2ed56-a8e8-4c23-923b-f62a1c0c45ba","resources":[{"resourceInstanceName":"vFW 99d24a39-5025 0","resourceName":"vFW 99d24a39-5025","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7a531163-4493-418b-bc56-5f8a43d339ab","resourceInvariantUUID":"cc2a4055-99ad-4e61-8e88-f733ce610cc1","resourceCustomizationUUID":"465de78c-854c-424c-a77f-758154569252","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/vf-license-model.xml","artifactChecksum":"ODBlZmQ4YTRiZGIyOGE1ZGFlNjk5NzZmY2IzNGNhNDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7d451da3-d33e-4b7f-b504-64c709223550","artifactVersion":"1"},{"artifactName":"vfw99d24a3950250_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/vfw99d24a3950250_modules.json","artifactChecksum":"NzgwZjY3NjU2ODNlNjM2MDM5YTNjODYwODYwYjIzNWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3d161416-60d2-48e8-9ffc-882f33d6d805","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"133c0503-61ce-40f6-a22e-c241c1ae15ff","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/vendor-license-model.xml","artifactChecksum":"MzVjOTFlZjgwNTFiMGE4NjMwZTE5MjA3MmY2OTRjNmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d88d58e8-0b02-420a-b79f-1db195e98d5e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"eecd29f1-e7fc-4b9f-a1ee-28ea8975ca12","artifactVersion":"2","generatedFromUUID":"133c0503-61ce-40f6-a22e-c241c1ae15ff"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220128052813-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128052813/1.0/artifacts/service-Vfw20220128052813-template.yml","artifactChecksum":"OWI2NjIzZGM2MmUzNTFkNDgxNmE5NGQ3YzY5MWI3YmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b7c0c819-9585-418f-96e0-7f3f952cd84d","artifactVersion":"1"},{"artifactName":"service-Vfw20220128052813-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220128052813/1.0/artifacts/service-Vfw20220128052813-csar.csar","artifactChecksum":"YzgwMDgxMWJkZDdhYTMzZjE4NTY2M2JkMTk3MGI5Mzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8567857b-e755-4c2d-93c0-ddb47476dc38","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-28T05:29:23.747Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T05:29:23.747Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:29:23.749Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:29:23.749Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347760693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:29:23.849Z||pool-319-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:29:23.849Z||pool-319-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T05:29:23.850Z||pool-319-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:29:23.862Z||pool-319-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:29:23.863Z||pool-319-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:29:24.750Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T05:29:24.751Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:29:24.753Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:29:24.753Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347760693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/vfw99d24a3950250_modules.json", "status": "NOTIFIED" } 2022-01-28T05:29:24.853Z||pool-320-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:29:24.853Z||pool-320-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T05:29:24.853Z||pool-320-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:29:24.865Z||pool-320-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:29:24.866Z||pool-320-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:29:25.754Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T05:29:25.755Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:29:25.756Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:29:25.757Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347760693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T05:29:25.857Z||pool-321-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:29:25.857Z||pool-321-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T05:29:25.858Z||pool-321-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:29:25.870Z||pool-321-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:29:25.871Z||pool-321-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:29:26.757Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T05:29:26.757Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:29:26.758Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:29:26.759Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347760693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:29:26.859Z||pool-322-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:29:26.859Z||pool-322-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T05:29:26.860Z||pool-322-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:29:26.873Z||pool-322-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:29:26.873Z||pool-322-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:29:27.759Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T05:29:27.760Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:29:27.762Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:29:27.762Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347760693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-28T05:29:27.862Z||pool-323-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:29:27.862Z||pool-323-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T05:29:27.862Z||pool-323-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:29:27.875Z||pool-323-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:29:27.875Z||pool-323-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:29:28.762Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T05:29:28.763Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:29:28.765Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:29:28.765Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347760693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/artifacts/service-Vfw20220128052813-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:29:28.865Z||pool-324-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:29:28.865Z||pool-324-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T05:29:28.866Z||pool-324-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:29:28.879Z||pool-324-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:29:28.879Z||pool-324-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-01-28T05:29:29.765Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T05:29:29.765Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:29:29.766Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:29:29.766Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347760693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/artifacts/service-Vfw20220128052813-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:29:29.867Z||pool-325-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T05:29:29.867Z||pool-325-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T05:29:29.867Z||pool-325-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:29:29.880Z||pool-325-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:29:29.880Z||pool-325-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:29:30.767Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "serviceName": "vFW 2022-01-28 05-28-13", "serviceVersion": "1.0", "serviceUUID": "7fa3ce6a-efaf-4655-b344-3c9735cfab92", "serviceDescription": "catalog service description", "serviceInvariantUUID": "74a2ed56-a8e8-4c23-923b-f62a1c0c45ba", "resources": [ { "resourceInstanceName": "vFW 99d24a39-5025 0", "resourceCustomizationUUID": "465de78c-854c-424c-a77f-758154569252", "resourceName": "vFW 99d24a39-5025", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7a531163-4493-418b-bc56-5f8a43d339ab", "resourceInvariantUUID": "cc2a4055-99ad-4e61-8e88-f733ce610cc1", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw99d24a3950250_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/vfw99d24a3950250_modules.json", "artifactChecksum": "NzgwZjY3NjU2ODNlNjM2MDM5YTNjODYwODYwYjIzNWY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3d161416-60d2-48e8-9ffc-882f33d6d805", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "133c0503-61ce-40f6-a22e-c241c1ae15ff", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "eecd29f1-e7fc-4b9f-a1ee-28ea8975ca12", "generatedFromUUID": "133c0503-61ce-40f6-a22e-c241c1ae15ff" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "eecd29f1-e7fc-4b9f-a1ee-28ea8975ca12", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220128052813-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/artifacts/service-Vfw20220128052813-csar.csar", "artifactChecksum": "YzgwMDgxMWJkZDdhYTMzZjE4NTY2M2JkMTk3MGI5Mzc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8567857b-e755-4c2d-93c0-ddb47476dc38" } ], "workloadContext": "Production" } 2022-01-28T05:29:30.768Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-28T05:29:30.768Z|21b47de4-3944-43ea-b5f6-1591f2bbcaa7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7fa3ce6a-efaf-4655-b344-3c9735cfab92 ASDC 2022-01-28T05:29:30.769Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:9c6854ee-9807-4455-870d-29001fa5f0d1 ServiceName:vFW 2022-01-28 05-28-13 ServiceVersion:1.0 ServiceUUID:7fa3ce6a-efaf-4655-b344-3c9735cfab92 ServiceInvariantUUID:74a2ed56-a8e8-4c23-923b-f62a1c0c45ba ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220128052813-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220128052813/1.0/artifacts/service-Vfw20220128052813-csar.csar ArtifactUUID:8567857b-e755-4c2d-93c0-ddb47476dc38 ArtifactChecksum:YzgwMDgxMWJkZDdhYTMzZjE4NTY2M2JkMTk3MGI5Mzc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 99d24a39-5025 0 ResourceCustomizationUUID:465de78c-854c-424c-a77f-758154569252 ResourceInvariantUUID:cc2a4055-99ad-4e61-8e88-f733ce610cc1 ResourceName:vFW 99d24a39-5025 ResourceType:VF ResourceUUID:7a531163-4493-418b-bc56-5f8a43d339ab ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw99d24a3950250_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/vfw99d24a3950250_modules.json ArtifactUUID:3d161416-60d2-48e8-9ffc-882f33d6d805 ArtifactChecksum:NzgwZjY3NjU2ODNlNjM2MDM5YTNjODYwODYwYjIzNWY= 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/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.yaml ArtifactUUID:133c0503-61ce-40f6-a22e-c241c1ae15ff 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/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.env ArtifactUUID:eecd29f1-e7fc-4b9f-a1ee-28ea8975ca12 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/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.env ArtifactUUID:eecd29f1-e7fc-4b9f-a1ee-28ea8975ca12 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-01-28T05:29:30.769Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7fa3ce6a-efaf-4655-b344-3c9735cfab92 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-01-28T05:29:30.793Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T05:29:30.794Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-01-28T05:29:30.794Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-01-28T05:29:30.794Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8567857b-e755-4c2d-93c0-ddb47476dc38 from URL: /sdc/v1/catalog/services/Vfw20220128052813/1.0/artifacts/service-Vfw20220128052813-csar.csar 2022-01-28T05:29:30.794Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-01-28T05:29:30.794Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128052813/1.0/artifacts/service-Vfw20220128052813-csar.csar 2022-01-28T05:29:31.335Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-01-28T05:29:31.340Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128052813/1.0/artifacts/service-Vfw20220128052813-csar.csar 8567857b-e755-4c2d-93c0-ddb47476dc38 98906 2022-01-28T05:29:31.340Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128052813/1.0/artifacts/service-Vfw20220128052813-csar.csar ASDC sendASDCNotification 2022-01-28T05:29:31.340Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128052813/1.0/artifacts/service-Vfw20220128052813-csar.csar 2022-01-28T05:29:31.340Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T05:29:31.340Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:29:31.342Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:29:31.342Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347771340, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/artifacts/service-Vfw20220128052813-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T05:29:31.442Z||pool-326-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:29:31.443Z||pool-326-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T05:29:31.443Z||pool-326-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:29:31.457Z||pool-326-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:29:31.457Z||pool-326-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:29:32.342Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T05:29:32.343Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-01-28T05:29:32.343Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 8567857b-e755-4c2d-93c0-ddb47476dc38, URL: /sdc/v1/catalog/services/Vfw20220128052813/1.0/artifacts/service-Vfw20220128052813-csar.csar to file: /app/ASDC/1/service-Vfw20220128052813-csar.csar 2022-01-28T05:29:32.344Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220128052813-csar.csar 2022-01-28T05:29:32.344Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220128052813-csar.csar 2022-01-28T05:29:32.344Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220128052813-csar.csar 2022-01-28T05:29:32.665Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12701279008747079420/Definitions/service-Vfw20220128052813-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-01-28T05:29:33.985Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-28T05:29:33.985Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-01-28T05:29:33.985Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220128052813-csar.csar 2022-01-28T05:29:33.985Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-01-28T05:29:33.985Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220128052813-csar.csar 2022-01-28T05:29:33.985Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220128052813-csar.csar 2022-01-28T05:29:33.985Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220128052813-csar.csar 2022-01-28T05:29:33.985Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220128052813-csar.csar 2022-01-28T05:29:33.985Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220128052813-csar.csar 2022-01-28T05:29:33.985Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220128052813-csar.csar 2022-01-28T05:29:33.985Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220128052813-csar.csar 2022-01-28T05:29:33.985Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220128052813-csar.csar 2022-01-28T05:29:33.985Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220128052813-csar.csar 2022-01-28T05:29:33.985Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220128052813-csar.csar 2022-01-28T05:29:33.985Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220128052813-csar.csar 2022-01-28T05:29:33.986Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 99d24a39-5025 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-Vfw20220128052813-csar.csar 2022-01-28T05:29:33.986Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220128052813-csar.csar 2022-01-28T05:29:33.986Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-01-28T05:29:33.986Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:29:33.986Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-28 05-28-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:29:33.986Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vFW 99d24a39-5025 0 is matching search criteria 2022-01-28T05:29:33.986Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-01-28T05:29:33.986Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 99d24a39-5025 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T05:29:33.986Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:29:33.986Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-28 05-28-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:29:33.986Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vFW 99d24a39-5025 0 is matching search criteria 2022-01-28T05:29:33.986Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-01-28T05:29:33.986Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 99d24a39-5025 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T05:29:33.986Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:29:33.986Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-28 05-28-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:29:33.986Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:29:33.986Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vFW 99d24a39-5025 0 is not matching search criteria 2022-01-28T05:29:33.986Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T05:29:33.986Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T05:29:33.986Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T05:29:33.986Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T05:29:33.987Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T05:29:33.987Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T05:29:33.987Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T05:29:33.987Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T05:29:33.987Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T05:29:33.987Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T05:29:33.987Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T05:29:33.987Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T05:29:33.987Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T05:29:33.987Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T05:29:33.987Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T05:29:33.987Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-01-28T05:29:33.987Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:29:33.987Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-28 05-28-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-28T05:29:33.987Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:29:33.987Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vFW 99d24a39-5025 0 is matching search criteria 2022-01-28T05:29:33.987Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 99d24a39-5025 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T05:29:33.987Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:29:33.987Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vFW 99d24a39-5025 0 is matching search criteria 2022-01-28T05:29:33.987Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 99d24a39-5025 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T05:29:33.988Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:29:33.988Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vFW 99d24a39-5025 0 is matching search criteria 2022-01-28T05:29:33.988Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 99d24a39-5025 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T05:29:33.988Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:29:33.988Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vFW 99d24a39-5025 0 is not matching search criteria 2022-01-28T05:29:33.988Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T05:29:33.988Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-01-28T05:29:33.988Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T05:29:33.988Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T05:29:33.988Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T05:29:33.988Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T05:29:33.988Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T05:29:33.988Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T05:29:33.988Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T05:29:33.988Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T05:29:33.988Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T05:29:33.988Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=aec4e74f-8c32-437a-a6ae-9c0dff7bf525 2022-01-28T05:29:33.989Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:29:33.989Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vFW 99d24a39-5025 0 is not matching search criteria 2022-01-28T05:29:33.989Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T05:29:33.989Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T05:29:33.989Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T05:29:33.989Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T05:29:33.989Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T05:29:33.989Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T05:29:33.989Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T05:29:33.989Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-01-28T05:29:33.989Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T05:29:33.989Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T05:29:33.989Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T05:29:33.989Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T05:29:33.989Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2b7608fe-77e0-4448-a588-904173bff596 2022-01-28T05:29:33.989Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:29:33.989Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vFW 99d24a39-5025 0 is not matching search criteria 2022-01-28T05:29:33.989Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T05:29:33.989Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T05:29:33.989Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T05:29:33.989Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T05:29:33.989Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T05:29:33.989Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T05:29:33.989Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T05:29:33.990Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T05:29:33.990Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T05:29:33.990Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T05:29:33.990Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T05:29:33.990Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-01-28T05:29:33.990Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1290cbe9-5a17-4996-a17b-c58d10644839 2022-01-28T05:29:33.990Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:29:33.990Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-28 05-28-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:29:33.990Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:29:33.990Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-28 05-28-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:29:33.990Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:29:33.990Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-28 05-28-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:29:33.990Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:29:33.990Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-28 05-28-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:29:33.990Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-01-28 05-28-13 Description:catalog service description Model UUID:7fa3ce6a-efaf-4655-b344-3c9735cfab92 Model Version:NULL Model InvariantUuid:74a2ed56-a8e8-4c23-923b-f62a1c0c45ba Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 99d24a39-5025 Model UUID:59f46cd5-afa0-4e1c-a5e6-029b934cdb47 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:cc2a4055-99ad-4e61-8e88-f733ce610cc1 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:465de78c-854c-424c-a77f-758154569252 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:54c7dc87-f0d4-4085-9708-0e611e13a815 ModelName:Vfw99d24a395025..base_vfw..module-0 ModelUuid:499c220d-ca2b-4842-b715-e0fd6d7d236d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:aec4e74f-8c32-437a-a6ae-9c0dff7bf525 ModelInvariantUuid:545f43b0-3853-42da-a651-e996fedd1a13 ModelName:vFW 99d24a39-5025-nodes.vfwCvfc ModelUuid:9407eff2-82a5-423b-b23c-d6842772cb4e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:a466a572-d2dd-46c4-ab10-dc51931230ab ModelInvariantUuid:9e87b232-61d3-4888-bf1a-7909abffd904 ModelName:Vfw99d24a395025.compute.nodes.heat.vfw ModelUuid:ea75ce66-f874-4c38-a1c2-f5c1a9296433 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:2b7608fe-77e0-4448-a588-904173bff596 ModelInvariantUuid:a7d8ada9-b4d4-48ea-8d1f-1abe120535b0 ModelName:vFW 99d24a39-5025-nodes.vsnCvfc ModelUuid:9e03a15a-17d5-4c08-b427-23c13738e70c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:cea00f77-ffda-44c7-a1db-4a7e335e8eb3 ModelInvariantUuid:f951235b-5d92-4043-98e6-72ddab59814f ModelName:Vfw99d24a395025.compute.nodes.heat.vsn ModelUuid:60375e4f-d97b-4846-bb84-c24502f0c4b1 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:1290cbe9-5a17-4996-a17b-c58d10644839 ModelInvariantUuid:ec096f23-adec-42de-bc88-86fb79d2e5b7 ModelName:vFW 99d24a39-5025-nodes.vpgCvfc ModelUuid:2d09d3de-42c4-48c6-addd-d36ed152f1cb ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:f02ecac1-70f9-405d-aae3-b88926c681f3 ModelInvariantUuid:722eaf56-2bc8-4d38-a6a3-d613d8a414e6 ModelName:Vfw99d24a395025.compute.nodes.heat.vpg ModelUuid:e5029202-624a-4e70-b3b3-b026e83d24e2 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-01-28T05:29:33.995Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 7a531163-4493-418b-bc56-5f8a43d339ab 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-01-28T05:29:33.997Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||vFW 99d24a39-5025 0 2022-01-28T05:29:33.997Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7a531163-4493-418b-bc56-5f8a43d339ab 2022-01-28T05:29:33.997Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3d161416-60d2-48e8-9ffc-882f33d6d805 from URL: /sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/vfw99d24a3950250_modules.json 2022-01-28T05:29:33.997Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-01-28T05:29:33.997Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/vfw99d24a3950250_modules.json 2022-01-28T05:29:34.144Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-01-28T05:29:34.144Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/vfw99d24a3950250_modules.json 3d161416-60d2-48e8-9ffc-882f33d6d805 785 2022-01-28T05:29:34.144Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/vfw99d24a3950250_modules.json ASDC sendASDCNotification 2022-01-28T05:29:34.145Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/vfw99d24a3950250_modules.json 2022-01-28T05:29:34.145Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T05:29:34.145Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:29:34.147Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:29:34.147Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347774144, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/vfw99d24a3950250_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T05:29:34.247Z||pool-327-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:29:34.248Z||pool-327-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T05:29:34.248Z||pool-327-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:29:34.262Z||pool-327-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:29:34.263Z||pool-327-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:29:35.147Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw99d24a395025..base_vfw..module-0", "vfModuleModelInvariantUUID": "54c7dc87-f0d4-4085-9708-0e611e13a815", "vfModuleModelVersion": "1", "vfModuleModelUUID": "499c220d-ca2b-4842-b715-e0fd6d7d236d", "vfModuleModelCustomizationUUID": "9d52e398-51f9-42c0-a99c-0c0295e1c7e9", "isBase": true, "artifacts": [ "133c0503-61ce-40f6-a22e-c241c1ae15ff", "eecd29f1-e7fc-4b9f-a1ee-28ea8975ca12" ], "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-01-28T05:29:35.150Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw99d24a395025..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:499c220d-ca2b-4842-b715-e0fd6d7d236d VfModuleModelInvariantUUID:54c7dc87-f0d4-4085-9708-0e611e13a815 VfModuleModelDescription:NULL Artifacts UUID List:{ 133c0503-61ce-40f6-a22e-c241c1ae15ff , eecd29f1-e7fc-4b9f-a1ee-28ea8975ca12 } 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-01-28T05:29:35.152Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw99d24a395025..base_vfw..module-0", "vfModuleModelInvariantUUID": "54c7dc87-f0d4-4085-9708-0e611e13a815", "vfModuleModelVersion": "1", "vfModuleModelUUID": "499c220d-ca2b-4842-b715-e0fd6d7d236d", "vfModuleModelCustomizationUUID": "9d52e398-51f9-42c0-a99c-0c0295e1c7e9", "isBase": true, "artifacts": [ "133c0503-61ce-40f6-a22e-c241c1ae15ff", "eecd29f1-e7fc-4b9f-a1ee-28ea8975ca12" ], "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-01-28T05:29:35.152Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw99d24a395025..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:499c220d-ca2b-4842-b715-e0fd6d7d236d VfModuleModelInvariantUUID:54c7dc87-f0d4-4085-9708-0e611e13a815 VfModuleModelDescription:NULL Artifacts UUID List:{ 133c0503-61ce-40f6-a22e-c241c1ae15ff , eecd29f1-e7fc-4b9f-a1ee-28ea8975ca12 } 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-01-28T05:29:35.152Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 133c0503-61ce-40f6-a22e-c241c1ae15ff from URL: /sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.yaml 2022-01-28T05:29:35.152Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-01-28T05:29:35.152Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.yaml 2022-01-28T05:29:35.364Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-01-28T05:29:35.365Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.yaml 133c0503-61ce-40f6-a22e-c241c1ae15ff 20368 2022-01-28T05:29:35.365Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-01-28T05:29:35.365Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.yaml 2022-01-28T05:29:35.365Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T05:29:35.366Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:29:35.367Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:29:35.368Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347775365, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T05:29:35.468Z||pool-328-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:29:35.468Z||pool-328-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T05:29:35.469Z||pool-328-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:29:35.482Z||pool-328-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:29:35.482Z||pool-328-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:29:36.368Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: eecd29f1-e7fc-4b9f-a1ee-28ea8975ca12 from URL: /sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.env 2022-01-28T05:29:36.368Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-01-28T05:29:36.368Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.env 2022-01-28T05:29:36.417Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-01-28T05:29:36.418Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.env eecd29f1-e7fc-4b9f-a1ee-28ea8975ca12 2098 2022-01-28T05:29:36.418Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.env ASDC sendASDCNotification 2022-01-28T05:29:36.418Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.env 2022-01-28T05:29:36.418Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T05:29:36.418Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:29:36.420Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:29:36.420Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347776418, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-28T05:29:36.520Z||pool-329-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:29:36.521Z||pool-329-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T05:29:36.521Z||pool-329-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:29:36.534Z||pool-329-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:29:36.534Z||pool-329-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:29:37.420Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 7fa3ce6a-efaf-4655-b344-3c9735cfab92 2022-01-28T05:29:37.421Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 99d24a39-5025 0 7a531163-4493-418b-bc56-5f8a43d339ab 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-01-28T05:29:37.436Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c78cad1, org.onap.sdc.toscaparser.api.parameters.Input@7a85081d, org.onap.sdc.toscaparser.api.parameters.Input@68a4c9f2, org.onap.sdc.toscaparser.api.parameters.Input@269e3f39, org.onap.sdc.toscaparser.api.parameters.Input@3c2a4779] 2022-01-28T05:29:37.437Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:29:37.437Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-28 05-28-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:29:37.438Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-01-28T05:29:37.438Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 465de78c-854c-424c-a77f-758154569252 2022-01-28T05:29:37.438Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 465de78c-854c-424c-a77f-758154569252 matches Tosca VF Customization UUID: 465de78c-854c-424c-a77f-758154569252 2022-01-28T05:29:37.438Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 465de78c-854c-424c-a77f-758154569252 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-01-28T05:29:37.439Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:29:37.439Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-28 05-28-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:29:37.439Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 465de78c-854c-424c-a77f-758154569252: {\"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-01-28T05:29:37.440Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@77a84eb0 2022-01-28T05:29:37.440Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:29:37.440Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-28 05-28-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-28T05:29:37.440Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9d52e398-51f9-42c0-a99c-0c0295e1c7e9 2022-01-28T05:29:37.440Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9d52e398-51f9-42c0-a99c-0c0295e1c7e9 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-01-28T05:29:37.441Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:29:37.441Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vFW 99d24a39-5025 0 is matching search criteria 2022-01-28T05:29:37.441Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 99d24a39-5025 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T05:29:37.441Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:29:37.441Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vFW 99d24a39-5025 0 is matching search criteria 2022-01-28T05:29:37.441Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 99d24a39-5025 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T05:29:37.442Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:29:37.442Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vFW 99d24a39-5025 0 is not matching search criteria 2022-01-28T05:29:37.442Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T05:29:37.442Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-01-28T05:29:37.442Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T05:29:37.442Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T05:29:37.442Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T05:29:37.442Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T05:29:37.442Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T05:29:37.442Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T05:29:37.442Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T05:29:37.442Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T05:29:37.442Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T05:29:37.442Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=aec4e74f-8c32-437a-a6ae-9c0dff7bf525 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-01-28T05:29:37.444Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:29:37.444Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vFW 99d24a39-5025 0 is matching search criteria 2022-01-28T05:29:37.444Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 99d24a39-5025 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T05:29:37.444Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:29:37.444Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vFW 99d24a39-5025 0 is not matching search criteria 2022-01-28T05:29:37.444Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T05:29:37.444Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T05:29:37.444Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T05:29:37.444Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T05:29:37.444Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T05:29:37.444Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T05:29:37.444Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T05:29:37.444Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-01-28T05:29:37.445Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T05:29:37.445Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T05:29:37.445Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T05:29:37.445Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T05:29:37.445Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2b7608fe-77e0-4448-a588-904173bff596 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-01-28T05:29:37.446Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:29:37.446Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vFW 99d24a39-5025 0 is matching search criteria 2022-01-28T05:29:37.446Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 99d24a39-5025 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T05:29:37.446Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:29:37.446Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vFW 99d24a39-5025 0 is not matching search criteria 2022-01-28T05:29:37.446Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T05:29:37.446Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T05:29:37.446Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T05:29:37.446Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T05:29:37.446Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T05:29:37.446Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T05:29:37.446Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T05:29:37.446Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T05:29:37.446Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T05:29:37.446Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T05:29:37.447Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T05:29:37.447Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-01-28T05:29:37.447Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1290cbe9-5a17-4996-a17b-c58d10644839 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-01-28T05:29:37.447Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:29:37.448Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vFW 99d24a39-5025 0 is matching search criteria 2022-01-28T05:29:37.448Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 99d24a39-5025 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T05:29:37.448Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:29:37.448Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Node template vFW 99d24a39-5025 0 is matching search criteria 2022-01-28T05:29:37.448Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 99d24a39-5025 0] matching following query criteria: sdcType=VF, customizationUUID=465de78c-854c-424c-a77f-758154569252 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-01-28T05:29:37.448Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:29:37.449Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-28 05-28-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:29:37.449Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 7fa3ce6a-efaf-4655-b344-3c9735cfab92: vFW 99d24a39-5025 2022-01-28T05:29:37.449Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:29:37.449Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-28 05-28-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:29:37.449Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:29:37.449Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-28 05-28-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:29:37.449Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:29:37.449Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-28 05-28-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:29:37.449Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:29:37.449Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-28 05-28-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:29:37.449Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T05:29:37.449Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-28 05-28-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T05:29:37.449Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-01-28 05-28-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-01-28T05:29:37.547Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 99d24a39-5025 7a531163-4493-418b-bc56-5f8a43d339ab 1 ASDC deployResourceStructure 2022-01-28T05:29:37.547Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/vfw99d24a3950250_modules.json ASDC sendASDCNotification 2022-01-28T05:29:37.547Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/vfw99d24a3950250_modules.json 2022-01-28T05:29:37.547Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T05:29:37.547Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:29:37.548Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:29:37.548Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347777547, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/vfw99d24a3950250_modules.json", "status": "DEPLOY_OK" } 2022-01-28T05:29:37.649Z||pool-330-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:29:37.649Z||pool-330-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T05:29:37.649Z||pool-330-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:29:37.661Z||pool-330-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:29:37.661Z||pool-330-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-01-28T05:29:38.549Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-01-28T05:29:38.550Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.yaml 2022-01-28T05:29:38.550Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T05:29:38.550Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:29:38.552Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:29:38.552Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347778549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-01-28T05:29:38.652Z||pool-331-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:29:38.652Z||pool-331-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T05:29:38.652Z||pool-331-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:29:38.664Z||pool-331-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:29:38.665Z||pool-331-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:29:39.552Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.env ASDC sendASDCNotification 2022-01-28T05:29:39.553Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.env 2022-01-28T05:29:39.553Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T05:29:39.553Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:29:39.555Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:29:39.555Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347779552, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-01-28T05:29:39.655Z||pool-332-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:29:39.656Z||pool-332-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T05:29:39.656Z||pool-332-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:29:39.669Z||pool-332-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:29:39.669Z||pool-332-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:29:40.555Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128052813/1.0/artifacts/service-Vfw20220128052813-csar.csar ASDC sendASDCNotification 2022-01-28T05:29:40.556Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128052813/1.0/artifacts/service-Vfw20220128052813-csar.csar 2022-01-28T05:29:40.556Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T05:29:40.557Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:29:40.559Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:29:40.559Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347780555, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/artifacts/service-Vfw20220128052813-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T05:29:40.659Z||pool-333-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:29:40.660Z||pool-333-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T05:29:40.660Z||pool-333-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:29:40.672Z||pool-333-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:29:40.672Z||pool-333-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T05:29:41.559Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c6854ee-9807-4455-870d-29001fa5f0d1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T05:29:41.569Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c6854ee-9807-4455-870d-29001fa5f0d1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T05:29:41.571Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T05:29:41.571Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T05:29:41.571Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T05:30:11.572Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c6854ee-9807-4455-870d-29001fa5f0d1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T05:30:11.578Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c6854ee-9807-4455-870d-29001fa5f0d1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T05:30:11.579Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T05:30:11.580Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T05:30:11.580Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T05:30:20.695Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:30:20.695Z||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-01-28T05:30:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:30:20.722Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:30:20.722Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:30:20.723Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "clamp", "timestamp": 1643347701638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/artifacts/service-DemoPnfKozsxb49sfeiw6zz0lfc-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T05:30:20.723Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:30:20.723Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:30:20.723Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347700693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T05:30:20.723Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:30:20.723Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:30:20.723Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "clamp", "timestamp": 1643347702655, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/artifacts/service-DemoPnfKozsxb49sfeiw6zz0lfc-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T05:30:20.724Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:30:20.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:30:20.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347700693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T05:30:20.724Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:30:20.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:30:20.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "clamp", "timestamp": 1643347703657, "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-01-28T05:30:20.730Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 21b47de4-3944-43ea-b5f6-1591f2bbcaa7 2022-01-28T05:30:20.730Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21b47de4-3944-43ea-b5f6-1591f2bbcaa7 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-01-28T05:30:20.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:30:20.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347700693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:30:20.737Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:30:20.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:30:20.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347700693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:30:20.737Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:30:20.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:30:20.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347700693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/resourceInstances/pnf17787e32c7890/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:30:20.738Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:30:20.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:30:20.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347700693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/artifacts/service-DemoPnfKozsxb49sfeiw6zz0lfc-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:30:20.738Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:30:20.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:30:20.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347700693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/artifacts/service-DemoPnfKozsxb49sfeiw6zz0lfc-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:30:20.738Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:30:20.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:30:20.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347709510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/artifacts/service-DemoPnfKozsxb49sfeiw6zz0lfc-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T05:30:20.738Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:30:20.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:30:20.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347711119, "artifactURL": "/sdc/v1/catalog/services/DemoPnfKozsxb49sfeiw6zz0lfc/1.0/artifacts/service-DemoPnfKozsxb49sfeiw6zz0lfc-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T05:30:20.738Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:30:20.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:30:20.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "21b47de4-3944-43ea-b5f6-1591f2bbcaa7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347742216, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d21b47de4-3944-43ea-b5f6-1591f2bbcaa7 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f697b3e0-28a1-4240-97a1-ea84277d4e51/model-vers/model-ver/3d4dac8a-3190-4126-9f2f-ffe7f9441db9 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f697b3e0-28a1-4240-97a1-ea84277d4e51/model-vers/model-ver/3d4dac8a-3190-4126-9f2f-ffe7f9441db9) (ec\u003dERR.5.4.6114)" } 2022-01-28T05:30:20.739Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:30:41.580Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c6854ee-9807-4455-870d-29001fa5f0d1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T05:30:41.588Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c6854ee-9807-4455-870d-29001fa5f0d1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T05:30:41.590Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T05:30:41.590Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T05:30:41.590Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T05:31:11.591Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c6854ee-9807-4455-870d-29001fa5f0d1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T05:31:11.599Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c6854ee-9807-4455-870d-29001fa5f0d1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T05:31:11.600Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T05:31:11.600Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T05:31:11.600Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T05:31:20.695Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:31:20.696Z||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-01-28T05:31:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:31:21.224Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:31:21.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.226Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347760693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:31:21.226Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.226Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "aai-ml", "timestamp": 1643347763887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:31:21.227Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347760693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/vfw99d24a3950250_modules.json", "status": "NOTIFIED" } 2022-01-28T05:31:21.227Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "policy-id", "timestamp": 1643347764690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:31:21.227Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "aai-ml", "timestamp": 1643347763887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/vfw99d24a3950250_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T05:31:21.227Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347760693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T05:31:21.227Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "policy-id", "timestamp": 1643347764690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/vfw99d24a3950250_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T05:31:21.227Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "aai-ml", "timestamp": 1643347763887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:31:21.227Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347760693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:31:21.227Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "cds", "timestamp": 1643347766207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:31:21.227Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "policy-id", "timestamp": 1643347764690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T05:31:21.228Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.228Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "aai-ml", "timestamp": 1643347763887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:31:21.228Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.228Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347760693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-28T05:31:21.228Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.228Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "cds", "timestamp": 1643347766207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/vfw99d24a3950250_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T05:31:21.228Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.228Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "policy-id", "timestamp": 1643347764690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:31:21.228Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.228Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "aai-ml", "timestamp": 1643347763887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T05:31:21.228Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.228Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643347768102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:31:21.228Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.228Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347760693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/artifacts/service-Vfw20220128052813-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:31:21.228Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.228Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "cds", "timestamp": 1643347766207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:31:21.228Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.228Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "policy-id", "timestamp": 1643347764690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T05:31:21.229Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "aai-ml", "timestamp": 1643347763887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/artifacts/service-Vfw20220128052813-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:31:21.229Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643347768102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/vfw99d24a3950250_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T05:31:21.229Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347760693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/artifacts/service-Vfw20220128052813-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:31:21.229Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "cds", "timestamp": 1643347766207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:31:21.229Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "policy-id", "timestamp": 1643347764690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/artifacts/service-Vfw20220128052813-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:31:21.229Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "aai-ml", "timestamp": 1643347763887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/artifacts/service-Vfw20220128052813-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:31:21.229Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "ves-openapi-manager", "timestamp": 1643347769944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:31:21.229Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643347768102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:31:21.229Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "cds", "timestamp": 1643347766207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T05:31:21.229Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347771340, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/artifacts/service-Vfw20220128052813-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T05:31:21.230Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:31:21.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "policy-id", "timestamp": 1643347764690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/artifacts/service-Vfw20220128052813-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:31:21.230Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "ves-openapi-manager", "timestamp": 1643347769944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/vfw99d24a3950250_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T05:31:21.230Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643347768102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:31:21.230Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "multicloud-k8s-id", "timestamp": 1643347771153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:31:21.230Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "cds", "timestamp": 1643347766207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/artifacts/service-Vfw20220128052813-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:31:21.230Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "aai-ml", "timestamp": 1643347772142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/artifacts/service-Vfw20220128052813-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T05:31:21.230Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:31:21.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "ves-openapi-manager", "timestamp": 1643347769944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:31:21.230Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "policy-id", "timestamp": 1643347772600, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/artifacts/service-Vfw20220128052813-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T05:31:21.230Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:31:21.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643347768102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T05:31:21.231Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "multicloud-k8s-id", "timestamp": 1643347771153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/vfw99d24a3950250_modules.json", "status": "NOTIFIED" } 2022-01-28T05:31:21.231Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "cds", "timestamp": 1643347766207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/artifacts/service-Vfw20220128052813-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:31:21.231Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "ves-openapi-manager", "timestamp": 1643347769944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:31:21.231Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "policy-id", "timestamp": 1643347773604, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/artifacts/service-Vfw20220128052813-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T05:31:21.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:31:21.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643347768102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/artifacts/service-Vfw20220128052813-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:31:21.231Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "multicloud-k8s-id", "timestamp": 1643347771153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T05:31:21.231Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "cds", "timestamp": 1643347774143, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/artifacts/service-Vfw20220128052813-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T05:31:21.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:31:21.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347774144, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/vfw99d24a3950250_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T05:31:21.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:31:21.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "ves-openapi-manager", "timestamp": 1643347769944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T05:31:21.232Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "policy-id", "timestamp": 1643347774607, "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-01-28T05:31:21.239Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9c6854ee-9807-4455-870d-29001fa5f0d1 2022-01-28T05:31:21.239Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c6854ee-9807-4455-870d-29001fa5f0d1 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-01-28T05:31:21.247Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.247Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643347768102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/artifacts/service-Vfw20220128052813-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:31:21.247Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.247Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.247Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "multicloud-k8s-id", "timestamp": 1643347771153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:31:21.247Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.247Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.247Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "cds", "timestamp": 1643347775148, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/artifacts/service-Vfw20220128052813-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-01-28T05:31:21.251Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9c6854ee-9807-4455-870d-29001fa5f0d1 2022-01-28T05:31:21.251Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c6854ee-9807-4455-870d-29001fa5f0d1 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-01-28T05:31:21.257Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.257Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347775365, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T05:31:21.258Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:31:21.258Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.258Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "ves-openapi-manager", "timestamp": 1643347769944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/artifacts/service-Vfw20220128052813-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:31:21.258Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.258Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.258Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "multicloud-k8s-id", "timestamp": 1643347771153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-28T05:31:21.258Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.258Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.258Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643347775808, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/artifacts/service-Vfw20220128052813-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T05:31:21.258Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:31:21.258Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.258Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347776418, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-28T05:31:21.258Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:31:21.258Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.258Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "clamp", "timestamp": 1643347775840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:31:21.258Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.258Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.258Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "ves-openapi-manager", "timestamp": 1643347769944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/artifacts/service-Vfw20220128052813-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-28T05:31:21.258Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.258Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.258Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "multicloud-k8s-id", "timestamp": 1643347771153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/artifacts/service-Vfw20220128052813-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:31:21.258Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.259Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.259Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "clamp", "timestamp": 1643347775840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/vfw99d24a3950250_modules.json", "status": "NOTIFIED" } 2022-01-28T05:31:21.259Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.259Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.259Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347777547, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/vfw99d24a3950250_modules.json", "status": "DEPLOY_OK" } 2022-01-28T05:31:21.259Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:31:21.259Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.259Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "multicloud-k8s-id", "timestamp": 1643347771153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/artifacts/service-Vfw20220128052813-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:31:21.259Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.259Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.259Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643347778445, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/artifacts/service-Vfw20220128052813-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T05:31:21.259Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:31:21.259Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.259Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "clamp", "timestamp": 1643347775840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T05:31:21.259Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.259Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.259Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347778549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-01-28T05:31:21.259Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:31:21.259Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.259Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "aai-ml", "timestamp": 1643347778670, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/artifacts/service-Vfw20220128052813-csar.csar", "status": "DEPLOY_ERROR" } 2022-01-28T05:31:21.259Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:31:21.259Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.259Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "multicloud-k8s-id", "timestamp": 1643347778845, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/vfw99d24a3950250_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T05:31:21.260Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:31:21.260Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.260Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643347779447, "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-01-28T05:31:21.263Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9c6854ee-9807-4455-870d-29001fa5f0d1 2022-01-28T05:31:21.263Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c6854ee-9807-4455-870d-29001fa5f0d1 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-01-28T05:31:21.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.270Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "clamp", "timestamp": 1643347775840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T05:31:21.270Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.270Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347779552, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-01-28T05:31:21.271Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:31:21.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.271Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "aai-ml", "timestamp": 1643347779673, "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-01-28T05:31:21.274Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 9c6854ee-9807-4455-870d-29001fa5f0d1 2022-01-28T05:31:21.274Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c6854ee-9807-4455-870d-29001fa5f0d1 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-01-28T05:31:21.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.281Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "multicloud-k8s-id", "timestamp": 1643347779899, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T05:31:21.281Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:31:21.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.281Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "clamp", "timestamp": 1643347775840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T05:31:21.281Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.281Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347780555, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/artifacts/service-Vfw20220128052813-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T05:31:21.281Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:31:21.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.281Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "multicloud-k8s-id", "timestamp": 1643347780944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-28T05:31:21.281Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:31:21.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.281Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "clamp", "timestamp": 1643347775840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/artifacts/service-Vfw20220128052813-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T05:31:21.281Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.282Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "multicloud-k8s-id", "timestamp": 1643347781965, "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-01-28T05:31:21.285Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9c6854ee-9807-4455-870d-29001fa5f0d1 2022-01-28T05:31:21.286Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c6854ee-9807-4455-870d-29001fa5f0d1 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-01-28T05:31:21.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "clamp", "timestamp": 1643347775840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/artifacts/service-Vfw20220128052813-csar.csar", "status": "NOTIFIED" } 2022-01-28T05:31:21.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T05:31:21.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "multicloud-k8s-id", "timestamp": 1643347782967, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/resourceInstances/vfw99d24a3950250/artifacts/vfw99d24a3950250_modules.json", "status": "DEPLOY_OK" } 2022-01-28T05:31:21.291Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:31:21.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "clamp", "timestamp": 1643347787647, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/artifacts/service-Vfw20220128052813-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T05:31:21.291Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:31:21.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "clamp", "timestamp": 1643347789653, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128052813/1.0/artifacts/service-Vfw20220128052813-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T05:31:21.291Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:31:21.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:31:21.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "clamp", "timestamp": 1643347790656, "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-01-28T05:31:21.295Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9c6854ee-9807-4455-870d-29001fa5f0d1 2022-01-28T05:31:21.295Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c6854ee-9807-4455-870d-29001fa5f0d1 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-01-28T05:31:41.601Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c6854ee-9807-4455-870d-29001fa5f0d1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T05:31:41.609Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c6854ee-9807-4455-870d-29001fa5f0d1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T05:31:41.611Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T05:31:41.611Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-28T05:31:41.611Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-28T05:31:41.611Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-28T05:31:41.611Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-01-28T05:31:41.611Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-28T05:31:41.617Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-28T05:32:11.618Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9c6854ee-9807-4455-870d-29001fa5f0d1 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-01-28T05:32:11.622Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9c6854ee-9807-4455-870d-29001fa5f0d1 and serviceModelVersionId: 7fa3ce6a-efaf-4655-b344-3c9735cfab92 2022-01-28T05:32:11.623Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 74a2ed56-a8e8-4c23-923b-f62a1c0c45ba 2022-01-28T05:32:11.624Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/74a2ed56-a8e8-4c23-923b-f62a1c0c45ba/model-vers/model-ver/7fa3ce6a-efaf-4655-b344-3c9735cfab92?depth=0 2022-01-28T05:32:11.631Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-01-28T05:32:11.650Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74a2ed56-a8e8-4c23-923b-f62a1c0c45ba/model-vers/model-ver/7fa3ce6a-efaf-4655-b344-3c9735cfab92?depth=0|INFO|500||Invoke 2022-01-28T05:32:11.651Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74a2ed56-a8e8-4c23-923b-f62a1c0c45ba/model-vers/model-ver/7fa3ce6a-efaf-4655-b344-3c9735cfab92?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74a2ed56-a8e8-4c23-923b-f62a1c0c45ba/model-vers/model-ver/7fa3ce6a-efaf-4655-b344-3c9735cfab92?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9c6854ee-9807-4455-870d-29001fa5f0d1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[da5e6b20-3e1a-4b21-b95f-56baa14b2b45], X-ECOMP-RequestID=[9c6854ee-9807-4455-870d-29001fa5f0d1], X-TransactionId=[], X-ONAP-RequestID=[9c6854ee-9807-4455-870d-29001fa5f0d1], Content-Type=[application/merge-patch+json]} 2022-01-28T05:32:11.672Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74a2ed56-a8e8-4c23-923b-f62a1c0c45ba/model-vers/model-ver/7fa3ce6a-efaf-4655-b344-3c9735cfab92?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-01-28T05:32:11.694Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74a2ed56-a8e8-4c23-923b-f62a1c0c45ba/model-vers/model-ver/7fa3ce6a-efaf-4655-b344-3c9735cfab92?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/74a2ed56-a8e8-4c23-923b-f62a1c0c45ba/model-vers/model-ver/7fa3ce6a-efaf-4655-b344-3c9735cfab92?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220128-05:32:11:679-96799], Content-Length=[495], Date=[Fri, 28 Jan 2022 05:32:11 GMT], Content-Type=[application/json]} 2022-01-28T05:32:11.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74a2ed56-a8e8-4c23-923b-f62a1c0c45ba/model-vers/model-ver/7fa3ce6a-efaf-4655-b344-3c9735cfab92?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/74a2ed56-a8e8-4c23-923b-f62a1c0c45ba/model-vers/model-ver/7fa3ce6a-efaf-4655-b344-3c9735cfab92","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/74a2ed56-a8e8-4c23-923b-f62a1c0c45ba/model-vers/model-ver/7fa3ce6a-efaf-4655-b344-3c9735cfab92","ERR.5.4.6114"]}}} 2022-01-28T05:32:11.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74a2ed56-a8e8-4c23-923b-f62a1c0c45ba/model-vers/model-ver/7fa3ce6a-efaf-4655-b344-3c9735cfab92?depth=0|INFO|404|Not Found|InvokeReturn 2022-01-28T05:32:11.698Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=9c6854ee-9807-4455-870d-29001fa5f0d1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/74a2ed56-a8e8-4c23-923b-f62a1c0c45ba/model-vers/model-ver/7fa3ce6a-efaf-4655-b344-3c9735cfab92 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/74a2ed56-a8e8-4c23-923b-f62a1c0c45ba/model-vers/model-ver/7fa3ce6a-efaf-4655-b344-3c9735cfab92) (ec=ERR.5.4.6114) 2022-01-28T05:32:11.698Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=9c6854ee-9807-4455-870d-29001fa5f0d1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/74a2ed56-a8e8-4c23-923b-f62a1c0c45ba/model-vers/model-ver/7fa3ce6a-efaf-4655-b344-3c9735cfab92 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/74a2ed56-a8e8-4c23-923b-f62a1c0c45ba/model-vers/model-ver/7fa3ce6a-efaf-4655-b344-3c9735cfab92) (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-01-28T05:32:11.698Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=9c6854ee-9807-4455-870d-29001fa5f0d1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/74a2ed56-a8e8-4c23-923b-f62a1c0c45ba/model-vers/model-ver/7fa3ce6a-efaf-4655-b344-3c9735cfab92 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/74a2ed56-a8e8-4c23-923b-f62a1c0c45ba/model-vers/model-ver/7fa3ce6a-efaf-4655-b344-3c9735cfab92) (ec=ERR.5.4.6114) 2022-01-28T05:32:11.698Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=9c6854ee-9807-4455-870d-29001fa5f0d1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/74a2ed56-a8e8-4c23-923b-f62a1c0c45ba/model-vers/model-ver/7fa3ce6a-efaf-4655-b344-3c9735cfab92 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/74a2ed56-a8e8-4c23-923b-f62a1c0c45ba/model-vers/model-ver/7fa3ce6a-efaf-4655-b344-3c9735cfab92) (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-01-28T05:32:11.703Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-01-28T05:32:11.703Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9c6854ee-9807-4455-870d-29001fa5f0d1 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=9c6854ee-9807-4455-870d-29001fa5f0d1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/74a2ed56-a8e8-4c23-923b-f62a1c0c45ba/model-vers/model-ver/7fa3ce6a-efaf-4655-b344-3c9735cfab92 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/74a2ed56-a8e8-4c23-923b-f62a1c0c45ba/model-vers/model-ver/7fa3ce6a-efaf-4655-b344-3c9735cfab92) (ec=ERR.5.4.6114) 2022-01-28T05:32:11.703Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-01-28T05:32:11.704Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-01-28T05:32:11.705Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T05:32:11.705Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347931703, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d9c6854ee-9807-4455-870d-29001fa5f0d1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/74a2ed56-a8e8-4c23-923b-f62a1c0c45ba/model-vers/model-ver/7fa3ce6a-efaf-4655-b344-3c9735cfab92 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/74a2ed56-a8e8-4c23-923b-f62a1c0c45ba/model-vers/model-ver/7fa3ce6a-efaf-4655-b344-3c9735cfab92) (ec\u003dERR.5.4.6114)" } 2022-01-28T05:32:11.806Z||pool-334-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T05:32:11.807Z||pool-334-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T05:32:11.807Z||pool-334-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T05:32:11.825Z||pool-334-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:32:11.825Z||pool-334-thread-1|||||INFO|500||cambria reply ok (19 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-01-28T05:32:12.722Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:32:12.722Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T05:32:12.722Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:32:20.695Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:32:20.695Z||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-01-28T05:32:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:32:21.319Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:32:21.319Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T05:32:21.320Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9c6854ee-9807-4455-870d-29001fa5f0d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643347931703, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d9c6854ee-9807-4455-870d-29001fa5f0d1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/74a2ed56-a8e8-4c23-923b-f62a1c0c45ba/model-vers/model-ver/7fa3ce6a-efaf-4655-b344-3c9735cfab92 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/74a2ed56-a8e8-4c23-923b-f62a1c0c45ba/model-vers/model-ver/7fa3ce6a-efaf-4655-b344-3c9735cfab92) (ec\u003dERR.5.4.6114)" } 2022-01-28T05:32:21.321Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T05:32:23.248Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:32:23.249Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:32:23.249Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T05:32:23.249Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:32:32.788Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:32:32.788Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:32:32.788Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T05:32:32.788Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:32:42.329Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:33:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:33:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T05:33:20.694Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:33:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:33:20.695Z||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-01-28T05:33:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:33:30.236Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:33:30.238Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:34:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:34:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T05:34:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:34:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:34:20.695Z||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-01-28T05:34:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:34:30.234Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:34:30.234Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:35:20.692Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:35:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T05:35:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:35:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:35:20.695Z||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-01-28T05:35:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:35:30.236Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:35:30.238Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:36:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:36:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T05:36:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:36:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:36:20.695Z||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-01-28T05:36:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:36:30.234Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:36:30.241Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:37:20.692Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:37:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T05:37:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:37:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:37:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T05:37:20.696Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:37:30.236Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:37:30.239Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:38:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:38:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T05:38:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:38:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:38:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T05:38:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:38:30.238Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:38:30.239Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:39:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:39:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T05:39:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:39:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:39:20.695Z||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-01-28T05:39:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:39:30.236Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:39:30.238Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:40:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:40:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T05:40:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:40:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:40:20.695Z||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-01-28T05:40:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:40:30.234Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:40:30.235Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:41:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:41:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T05:41:20.694Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:41:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:41:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|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-01-28T05:41:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:41:30.240Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:41:30.241Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:42:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:42:20.694Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T05:42:20.694Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:42:20.695Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:42:20.695Z||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-01-28T05:42:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:42:30.234Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:42:30.257Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:43:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:43:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T05:43:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:43:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:43:20.695Z||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-01-28T05:43:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:43:30.236Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:43:30.238Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:44:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:44:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T05:44:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:44:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:44:20.695Z||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-01-28T05:44:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:44:30.238Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:44:30.238Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:45:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:45:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T05:45:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:45:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:45:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|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-01-28T05:45:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:45:30.234Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:45:30.240Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:46:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:46:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T05:46:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:46:20.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:46:20.695Z||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-01-28T05:46:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:46:30.238Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:46:30.239Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:47:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:47:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T05:47:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:47:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:47:20.695Z||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-01-28T05:47:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:47:30.238Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:47:30.240Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:48:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:48:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T05:48:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:48:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:48:20.695Z||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-01-28T05:48:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:48:30.236Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:48:30.240Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:49:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:49:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T05:49:20.694Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:49:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:49:20.695Z||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-01-28T05:49:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:49:30.235Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:49:30.235Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:50:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:50:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T05:50:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:50:20.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:50:20.695Z||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-01-28T05:50:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:50:30.236Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:50:30.244Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:51:20.692Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:51:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T05:51:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:51:20.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:51:20.695Z||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-01-28T05:51:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:51:30.235Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:51:30.235Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:52:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:52:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T05:52:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:52:20.695Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:52:20.695Z||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-01-28T05:52:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:52:30.237Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:52:30.238Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:53:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:53:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T05:53:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:53:20.695Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:53:20.695Z||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-01-28T05:53:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:53:30.236Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:53:30.238Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:54:20.692Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:54:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T05:54:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:54:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:54:20.695Z||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-01-28T05:54:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:54:30.230Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:54:30.232Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:55:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:55:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T05:55:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:55:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:55:20.695Z||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-01-28T05:55:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:55:30.237Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:55:30.240Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:56:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:56:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T05:56:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:56:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:56:20.695Z||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-01-28T05:56:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:56:30.237Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:56:30.238Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:57:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:57:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T05:57:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:57:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:57:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T05:57:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:57:30.235Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:57:30.239Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:58:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:58:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T05:58:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:58:20.695Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:58:20.695Z||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-01-28T05:58:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:58:30.235Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:58:30.240Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:59:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:59:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T05:59:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:59:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T05:59:20.695Z||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-01-28T05:59:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T05:59:30.237Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T05:59:30.237Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:00:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:00:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T06:00:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:00:20.695Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:00:20.695Z||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-01-28T06:00:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:00:30.235Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:00:30.236Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:01:20.692Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:01:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T06:01:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:01:20.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:01:20.695Z||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-01-28T06:01:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:01:30.235Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:01:30.238Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:02:20.692Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:02:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T06:02:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:02:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:02:20.696Z||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-01-28T06:02:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:02:30.234Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:02:30.238Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:03:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:03:20.694Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T06:03:20.694Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:03:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:03:20.695Z||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-01-28T06:03:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:03:30.238Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:03:30.240Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:04:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:04:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T06:04:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:04:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:04:20.695Z||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-01-28T06:04:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:04:30.234Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:04:30.236Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:05:20.692Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:05:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T06:05:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:05:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:05:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T06:05:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:05:30.233Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:05:30.237Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:06:20.692Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:06:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T06:06:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:06:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:06:20.695Z||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-01-28T06:06:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:06:30.233Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:06:30.240Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:07:20.692Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:07:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T06:07:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:07:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:07:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|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-01-28T06:07:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:07:30.237Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:07:30.237Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:08:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:08:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T06:08:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:08:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:08:20.695Z||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-01-28T06:08:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:08:30.236Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:08:30.238Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:09:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:09:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T06:09:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:09:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:09:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T06:09:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:09:30.236Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:09:30.237Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:10:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:10:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T06:10:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:10:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:10:20.695Z||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-01-28T06:10:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:10:30.236Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:10:30.236Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:11:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:11:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T06:11:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:11:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:11:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|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-01-28T06:11:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:11:30.237Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:11:30.238Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:12:20.692Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:12:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T06:12:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:12:20.695Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:12:20.695Z||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-01-28T06:12:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:12:30.234Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:12:30.236Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:13:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:13:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T06:13:20.694Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:13:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:13:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T06:13:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:13:30.235Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:13:30.240Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:14:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:14:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T06:14:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:14:20.695Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:14:20.695Z||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-01-28T06:14:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:14:30.234Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:14:30.238Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:15:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:15:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T06:15:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:15:20.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:15:20.695Z||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-01-28T06:15:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:15:30.236Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:15:30.238Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:16:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:16:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T06:16:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:16:20.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:16:20.695Z||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-01-28T06:16:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:16:30.234Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:16:30.238Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:17:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:17:20.694Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T06:17:20.694Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:17:20.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:17:20.695Z||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-01-28T06:17:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:17:30.236Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:17:30.238Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:18:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:18:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T06:18:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:18:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:18:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|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-01-28T06:18:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:18:30.237Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:18:30.237Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:19:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:19:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T06:19:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:19:20.695Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:19:20.695Z||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-01-28T06:19:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:19:30.238Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:19:30.238Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:20:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:20:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T06:20:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:20:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:20:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T06:20:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:20:30.237Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:20:30.238Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:21:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:21:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T06:21:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:21:20.695Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:21:20.695Z||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-01-28T06:21:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:21:30.236Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:21:30.240Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:22:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:22:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T06:22:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:22:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:22:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|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-01-28T06:22:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:22:30.235Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:22:30.237Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:23:20.692Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:23:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T06:23:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:23:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:23:20.695Z||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-01-28T06:23:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:23:30.234Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:23:30.239Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:24:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:24:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T06:24:20.694Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:24:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:24:20.696Z||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-01-28T06:24:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:24:30.235Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:24:30.236Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:25:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:25:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T06:25:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:25:20.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:25:20.695Z||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-01-28T06:25:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:25:30.232Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:25:30.233Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:26:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:26:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T06:26:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:26:20.695Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:26:20.695Z||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-01-28T06:26:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:26:30.233Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:26:30.242Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:27:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:27:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T06:27:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:27:20.695Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:27:20.695Z||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-01-28T06:27:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:27:30.235Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:27:30.235Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:28:20.692Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:28:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T06:28:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:28:20.695Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:28:20.695Z||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-01-28T06:28:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:28:30.233Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:28:30.235Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:29:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:29:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T06:29:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:29:20.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:29:20.695Z||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-01-28T06:29:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:29:30.232Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:29:30.239Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:30:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:30:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T06:30:20.693Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:30:20.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:30:20.695Z||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-01-28T06:30:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:30:30.238Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:30:30.239Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:31:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:31:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T06:31:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:31:20.695Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:31:20.695Z||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-01-28T06:31:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:31:30.233Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:31:30.236Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:32:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:32:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T06:32:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:32:20.695Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:32:20.695Z||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-01-28T06:32:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:32:30.235Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:32:30.237Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:33:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:33:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T06:33:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:33:20.695Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:33:20.695Z||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-01-28T06:33:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:33:30.236Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:33:30.236Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:34:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:34:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T06:34:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:34:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:34:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T06:34:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:34:30.237Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:34:30.237Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:35:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:35:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T06:35:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:35:20.695Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:35:20.695Z||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-01-28T06:35:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:35:30.235Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:35:30.237Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:36:20.692Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:36:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T06:36:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:36:20.695Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:36:20.695Z||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-01-28T06:36:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:36:30.239Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:36:30.239Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:37:20.692Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:37:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T06:37:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:37:20.695Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:37:20.695Z||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-01-28T06:37:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:37:30.232Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:37:30.240Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:38:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:38:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T06:38:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:38:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:38:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T06:38:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:38:30.237Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:38:30.237Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:39:20.692Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:39:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T06:39:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:39:20.695Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:39:20.695Z||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-01-28T06:39:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:39:30.234Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:39:30.235Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:40:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:40:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T06:40:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:40:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:40:20.695Z||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-01-28T06:40:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:40:30.235Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:40:30.235Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:41:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:41:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T06:41:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:41:20.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:41:20.695Z||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-01-28T06:41:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:41:30.234Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:41:30.235Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:42:20.692Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:42:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T06:42:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:42:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:42:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T06:42:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:42:30.232Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:42:30.233Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:43:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:43:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T06:43:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:43:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:43:20.695Z||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-01-28T06:43:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:43:30.236Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:43:30.239Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:44:20.692Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:44:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T06:44:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:44:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:44:20.695Z||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-01-28T06:44:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:44:30.234Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:44:30.235Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:45:20.692Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:45:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T06:45:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:45:20.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:45:20.695Z||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-01-28T06:45:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:45:30.234Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:45:30.239Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:46:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:46:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T06:46:20.693Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:46:20.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:46:20.695Z||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-01-28T06:46:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:46:30.236Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:46:30.236Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:47:20.692Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:47:20.693Z||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-01-28T06:47:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:47:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:47:20.695Z||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-01-28T06:47:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:47:30.234Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:47:30.238Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:48:20.692Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:48:20.693Z||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-01-28T06:48:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:48:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:48:20.695Z||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-01-28T06:48:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:48:30.235Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:48:30.236Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:49:20.693Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:49:20.693Z||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-01-28T06:49:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:49:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:49:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T06:49:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:49:30.236Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:49:30.239Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:50:20.693Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:50:20.693Z||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-01-28T06:50:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:50:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:50:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T06:50:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:50:30.238Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:50:30.239Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:51:20.692Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:51:20.693Z||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-01-28T06:51:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:51:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:51:20.695Z||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-01-28T06:51:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:51:30.236Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:51:30.236Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:52:20.693Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:52:20.693Z||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-01-28T06:52:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:52:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:52:20.695Z||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-01-28T06:52:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:52:30.235Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:52:30.240Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:53:20.692Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:53:20.693Z||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-01-28T06:53:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:53:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:53:20.695Z||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-01-28T06:53:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:53:30.235Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:53:30.242Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:54:20.693Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:54:20.693Z||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-01-28T06:54:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:54:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:54:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T06:54:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:54:30.234Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:54:30.240Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:55:20.693Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:55:20.693Z||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-01-28T06:55:20.694Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:55:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:55:20.695Z||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-01-28T06:55:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:55:30.237Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:55:30.241Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:56:20.693Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:56:20.693Z||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-01-28T06:56:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:56:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:56:20.695Z||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-01-28T06:56:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:56:30.239Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:56:30.241Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:57:20.693Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:57:20.693Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-28T06:57:20.693Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yXVlav1kGLvo6lXU) ... 2022-01-28T06:57:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:57:20.695Z||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-01-28T06:57:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:57:30.237Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:57:30.238Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:58:20.693Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:58:20.694Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-28T06:58:20.694Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yXVlav1kGLvo6lXU) ... 2022-01-28T06:58:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:58:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T06:58:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:58:30.237Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:58:30.238Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:59:20.693Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:59:20.693Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-28T06:59:20.693Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yXVlav1kGLvo6lXU) ... 2022-01-28T06:59:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T06:59:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T06:59:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T06:59:30.254Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T06:59:30.259Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:00:20.693Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:00:20.693Z||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-01-28T07:00:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:00:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:00:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T07:00:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:00:30.237Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:00:30.241Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:01:20.693Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:01:20.694Z||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-01-28T07:01:20.694Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:01:20.695Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:01:20.695Z||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-01-28T07:01:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:01:30.236Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:01:30.242Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:02:20.692Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:02:20.693Z||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-01-28T07:02:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:02:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:02:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T07:02:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:02:30.235Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:02:30.236Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:03:20.693Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:03:20.693Z||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-01-28T07:03:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:03:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:03:20.695Z||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-01-28T07:03:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:03:30.235Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:03:30.237Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:04:20.693Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:04:20.693Z||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-01-28T07:04:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:04:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:04:20.695Z||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-01-28T07:04:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:04:30.233Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:04:30.238Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:05:20.692Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:05:20.693Z||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-01-28T07:05:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:05:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:05:20.695Z||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-01-28T07:05:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:05:30.235Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:05:30.236Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:06:20.693Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:06:20.694Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-28T07:06:20.694Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yXVlav1kGLvo6lXU) ... 2022-01-28T07:06:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:06:20.696Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T07:06:20.696Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:06:30.239Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:06:30.240Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:07:20.693Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:07:20.693Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-28T07:07:20.693Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yXVlav1kGLvo6lXU) ... 2022-01-28T07:07:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:07:20.695Z||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-01-28T07:07:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:07:30.237Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:07:30.243Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:08:20.693Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:08:20.693Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-28T07:08:20.693Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yXVlav1kGLvo6lXU) ... 2022-01-28T07:08:20.695Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:08:20.695Z||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-01-28T07:08:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:08:30.235Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:08:30.239Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:09:20.693Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:09:20.693Z||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-01-28T07:09:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:09:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:09:20.695Z||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-01-28T07:09:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:09:30.237Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:09:30.240Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:10:20.693Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:10:20.693Z||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-01-28T07:10:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:10:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:10:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T07:10:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:10:30.232Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:10:30.240Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:11:20.692Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:11:20.693Z||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-01-28T07:11:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:11:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:11:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T07:11:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:11:30.236Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:11:30.236Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:12:20.693Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:12:20.693Z||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-01-28T07:12:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:12:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:12:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|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-01-28T07:12:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:12:30.238Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:12:30.238Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:13:20.692Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:13:20.693Z||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-01-28T07:13:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:13:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:13:20.695Z||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-01-28T07:13:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:13:30.234Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:13:30.242Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:14:20.693Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:14:20.693Z||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-01-28T07:14:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:14:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:14:20.695Z||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-01-28T07:14:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:14:30.233Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:14:30.237Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:15:20.692Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:15:20.693Z||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-01-28T07:15:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:15:20.695Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:15:20.695Z||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-01-28T07:15:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:15:30.234Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:15:30.241Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:16:20.693Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:16:20.693Z||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-01-28T07:16:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:16:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:16:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T07:16:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:16:30.235Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:16:30.236Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:17:20.693Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:17:20.693Z||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-01-28T07:17:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:17:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:17:20.695Z||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-01-28T07:17:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:17:30.237Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:17:30.240Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:18:20.693Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:18:20.693Z||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-01-28T07:18:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:18:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:18:20.695Z||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-01-28T07:18:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:18:30.233Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:18:30.238Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:19:20.692Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:19:20.693Z||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-01-28T07:19:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:19:20.695Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:19:20.695Z||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-01-28T07:19:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:19:30.253Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:19:30.253Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:20:20.692Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:20:20.693Z||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-01-28T07:20:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:20:20.695Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:20:20.695Z||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-01-28T07:20:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:20:30.236Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:20:30.236Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:21:20.692Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:21:20.693Z||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-01-28T07:21:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:21:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:21:20.695Z||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-01-28T07:21:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:21:30.233Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:21:30.238Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:22:20.693Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:22:20.693Z||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-01-28T07:22:20.694Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:22:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:22:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T07:22:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:22:30.234Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:22:30.239Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:23:20.693Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:23:20.693Z||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-01-28T07:23:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:23:20.695Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:23:20.695Z||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-01-28T07:23:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:23:30.236Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:23:30.236Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:24:20.692Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:24:20.693Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-28T07:24:20.693Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yXVlav1kGLvo6lXU) ... 2022-01-28T07:24:20.695Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:24:20.695Z||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-01-28T07:24:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:24:30.233Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:24:30.235Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:25:20.693Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:25:20.693Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-28T07:25:20.693Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yXVlav1kGLvo6lXU) ... 2022-01-28T07:25:20.695Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:25:20.695Z||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-01-28T07:25:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:25:30.234Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:25:30.234Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:26:20.692Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:26:20.693Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-28T07:26:20.693Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yXVlav1kGLvo6lXU) ... 2022-01-28T07:26:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:26:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|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-01-28T07:26:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:26:30.234Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:26:30.235Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:27:20.692Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:27:20.693Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-28T07:27:20.693Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yXVlav1kGLvo6lXU) ... 2022-01-28T07:27:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:27:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T07:27:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:27:30.235Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:27:30.236Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:28:20.692Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:28:20.693Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-28T07:28:20.693Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yXVlav1kGLvo6lXU) ... 2022-01-28T07:28:20.695Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:28:20.695Z||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-01-28T07:28:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:28:30.235Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:28:30.239Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:29:20.693Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:29:20.693Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-28T07:29:20.693Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yXVlav1kGLvo6lXU) ... 2022-01-28T07:29:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:29:20.695Z||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-01-28T07:29:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:29:30.252Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:29:30.253Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:30:20.693Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:30:20.693Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-28T07:30:20.693Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yXVlav1kGLvo6lXU) ... 2022-01-28T07:30:20.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:30:20.695Z||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-01-28T07:30:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:30:30.235Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:30:30.238Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:31:20.693Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:31:20.693Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-28T07:31:20.693Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yXVlav1kGLvo6lXU) ... 2022-01-28T07:31:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:31:20.695Z||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-01-28T07:31:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:31:30.233Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:31:30.241Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:32:20.693Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:32:20.693Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-28T07:32:20.693Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yXVlav1kGLvo6lXU) ... 2022-01-28T07:32:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:32:20.695Z||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-01-28T07:32:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:32:30.237Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:32:30.241Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:33:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:33:20.693Z||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-01-28T07:33:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:33:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:33:20.695Z||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-01-28T07:33:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:33:30.240Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:33:30.240Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:34:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:34:20.693Z||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-01-28T07:34:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:34:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:34:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|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-01-28T07:34:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:34:30.235Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:34:30.236Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:35:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:35:20.693Z||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-01-28T07:35:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:35:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:35:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T07:35:20.696Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:35:30.237Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:35:30.237Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:36:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:36:20.693Z||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-01-28T07:36:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:36:20.695Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:36:20.695Z||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-01-28T07:36:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:36:30.234Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:36:30.237Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:37:20.692Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:37:20.693Z||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-01-28T07:37:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:37:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:37:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T07:37:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:37:30.239Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:37:30.239Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:38:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:38:20.693Z||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-01-28T07:38:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:38:20.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:38:20.695Z||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-01-28T07:38:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:38:30.236Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:38:30.238Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:39:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:39:20.694Z||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-01-28T07:39:20.694Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:39:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:39:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T07:39:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:39:30.236Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:39:30.238Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:40:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:40:20.693Z||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-01-28T07:40:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:40:20.695Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:40:20.695Z||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-01-28T07:40:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:40:30.238Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:40:30.239Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:41:20.692Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:41:20.693Z||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-01-28T07:41:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:41:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:41:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|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-01-28T07:41:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:41:30.236Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:41:30.238Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:42:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:42:20.693Z||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-01-28T07:42:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:42:20.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:42:20.695Z||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-01-28T07:42:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:42:30.237Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:42:30.240Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:43:20.692Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:43:20.693Z||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-01-28T07:43:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:43:20.695Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:43:20.695Z||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-01-28T07:43:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:43:30.233Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:43:30.234Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:44:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:44:20.693Z||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-01-28T07:44:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:44:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:44:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T07:44:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:44:30.237Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:44:30.238Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:45:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:45:20.693Z||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-01-28T07:45:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:45:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:45:20.695Z||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-01-28T07:45:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:45:30.235Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:45:30.238Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:46:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:46:20.693Z||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-01-28T07:46:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:46:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:46:20.695Z||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-01-28T07:46:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:46:30.233Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:46:30.239Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:47:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:47:20.693Z||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-01-28T07:47:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:47:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:47:20.695Z||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-01-28T07:47:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:47:30.238Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:47:30.240Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:48:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:48:20.693Z||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-01-28T07:48:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:48:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:48:20.695Z||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-01-28T07:48:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:48:30.234Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:48:30.234Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:49:20.692Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:49:20.693Z||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-01-28T07:49:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:49:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:49:20.695Z||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-01-28T07:49:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:49:30.233Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:49:30.236Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:50:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:50:20.693Z||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-01-28T07:50:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:50:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:50:20.695Z||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-01-28T07:50:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:50:30.237Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:50:30.242Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:51:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:51:20.693Z||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-01-28T07:51:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:51:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:51:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T07:51:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:51:30.237Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:51:30.238Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:52:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:52:20.693Z||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-01-28T07:52:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:52:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:52:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|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-01-28T07:52:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:52:30.235Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:52:30.235Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:53:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:53:20.693Z||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-01-28T07:53:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:53:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:53:20.695Z||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-01-28T07:53:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:53:30.236Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:53:30.241Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:54:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:54:20.693Z||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-01-28T07:54:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:54:20.695Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:54:20.695Z||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-01-28T07:54:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:54:30.237Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:54:30.238Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:55:20.692Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:55:20.693Z||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-01-28T07:55:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:55:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:55:20.695Z||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-01-28T07:55:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:55:30.234Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:55:30.236Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:56:20.692Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:56:20.693Z||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-01-28T07:56:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:56:20.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:56:20.695Z||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-01-28T07:56:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:56:30.235Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:56:30.236Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:57:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:57:20.693Z||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-01-28T07:57:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:57:20.695Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:57:20.695Z||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-01-28T07:57:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:57:30.234Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:57:30.235Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:58:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:58:20.693Z||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-01-28T07:58:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:58:20.695Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:58:20.695Z||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-01-28T07:58:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:58:30.236Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:58:30.237Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:59:20.692Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:59:20.693Z||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-01-28T07:59:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:59:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T07:59:20.696Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T07:59:20.696Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T07:59:30.233Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T07:59:30.236Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:00:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:00:20.693Z||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-01-28T08:00:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:00:20.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:00:20.695Z||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-01-28T08:00:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:00:30.235Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:00:30.239Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:01:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:01:20.693Z||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-01-28T08:01:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:01:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:01:20.695Z||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-01-28T08:01:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:01:30.235Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:01:30.239Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:02:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:02:20.693Z||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-01-28T08:02:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:02:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:02:20.695Z||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-01-28T08:02:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:02:30.235Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:02:30.241Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:03:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:03:20.693Z||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-01-28T08:03:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:03:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:03:20.695Z||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-01-28T08:03:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:03:30.237Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:03:30.238Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:04:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:04:20.693Z||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-01-28T08:04:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:04:20.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:04:20.695Z||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-01-28T08:04:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:04:30.238Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:04:30.237Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:05:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:05:20.693Z||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-01-28T08:05:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:05:20.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:05:20.695Z||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-01-28T08:05:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:05:30.238Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:05:30.238Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:06:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:06:20.693Z||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-01-28T08:06:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:06:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:06:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|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-01-28T08:06:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:06:30.236Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:06:30.240Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:07:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:07:20.693Z||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-01-28T08:07:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:07:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:07:20.695Z||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-01-28T08:07:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:07:30.238Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:07:30.239Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:08:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:08:20.693Z||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-01-28T08:08:20.694Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:08:20.695Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:08:20.695Z||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-01-28T08:08:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:08:30.238Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:08:30.239Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:09:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:09:20.694Z||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-01-28T08:09:20.694Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:09:20.695Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:09:20.695Z||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-01-28T08:09:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:09:30.238Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:09:30.241Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:10:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:10:20.693Z||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-01-28T08:10:20.694Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:10:20.696Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:10:20.696Z|112e6ee0-7689-4592-8d92-ce8a05854651|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-01-28T08:10:20.696Z|112e6ee0-7689-4592-8d92-ce8a05854651|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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:10:30.238Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:10:30.242Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:11:20.692Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:11:20.693Z||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-01-28T08:11:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:11:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:11:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|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-01-28T08:11:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:11:30.237Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:11:30.244Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:12:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:12:20.693Z||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-01-28T08:12:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:12:20.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:12:20.695Z||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-01-28T08:12:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:12:30.237Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:12:30.238Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:13:20.692Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:13:20.693Z||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-01-28T08:13:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:13:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:13:20.695Z||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-01-28T08:13:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:13:30.235Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:13:30.236Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:14:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:14:20.693Z||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-01-28T08:14:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:14:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:14:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T08:14:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:14:30.235Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:14:30.239Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:15:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:15:20.693Z||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-01-28T08:15:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:15:20.695Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:15:20.695Z||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-01-28T08:15:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:15:30.234Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:15:30.234Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:16:20.692Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:16:20.693Z||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-01-28T08:16:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:16:20.695Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:16:20.695Z||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-01-28T08:16:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:16:30.233Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:16:30.236Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:17:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:17:20.693Z||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-01-28T08:17:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:17:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:17:20.695Z||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-01-28T08:17:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:17:30.237Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:17:30.238Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:18:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:18:20.693Z||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-01-28T08:18:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:18:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:18:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T08:18:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:18:30.234Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:18:30.236Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:19:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:19:20.693Z||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-01-28T08:19:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:19:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:19:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T08:19:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:19:30.237Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:19:30.238Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:20:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:20:20.693Z||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-01-28T08:20:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:20:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:20:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T08:20:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:20:30.235Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:20:30.240Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:21:20.692Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:21:20.693Z||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-01-28T08:21:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:21:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:21:20.695Z||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-01-28T08:21:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:21:30.234Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:21:30.252Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:22:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:22:20.693Z||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-01-28T08:22:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:22:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:22:20.695Z||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-01-28T08:22:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:22:30.235Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:22:30.236Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:23:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:23:20.693Z||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-01-28T08:23:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:23:20.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:23:20.695Z||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-01-28T08:23:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:23:30.234Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:23:30.235Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:24:20.692Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:24:20.693Z||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-01-28T08:24:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:24:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:24:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T08:24:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:24:30.234Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:24:30.235Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:25:20.692Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:25:20.693Z||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-01-28T08:25:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:25:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:25:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T08:25:20.696Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:25:30.234Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:25:30.239Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:26:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:26:20.693Z||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-01-28T08:26:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:26:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:26:20.695Z||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-01-28T08:26:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:26:30.235Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:26:30.235Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:27:20.692Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:27:20.693Z||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-01-28T08:27:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:27:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:27:20.695Z||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-01-28T08:27:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:27:30.237Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:27:30.237Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:28:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:28:20.694Z||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-01-28T08:28:20.694Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:28:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:28:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|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-01-28T08:28:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:28:30.234Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:28:30.239Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:29:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:29:20.693Z||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-01-28T08:29:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:29:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:29:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T08:29:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:29:30.234Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:29:30.235Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:30:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:30:20.694Z||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-01-28T08:30:20.694Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:30:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:30:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T08:30:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:30:30.234Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:30:30.239Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:31:20.692Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:31:20.693Z||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-01-28T08:31:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:31:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:31:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T08:31:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:31:30.236Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:31:30.241Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:32:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:32:20.693Z||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-01-28T08:32:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:32:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:32:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|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-01-28T08:32:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:32:30.234Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:32:30.238Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:33:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:33:20.693Z||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-01-28T08:33:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:33:20.695Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:33:20.695Z||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-01-28T08:33:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:33:30.235Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:33:30.238Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:34:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:34:20.693Z||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-01-28T08:34:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:34:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:34:20.695Z||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-01-28T08:34:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:34:30.234Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:34:30.236Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:35:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:35:20.693Z||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-01-28T08:35:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:35:20.695Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:35:20.695Z||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-01-28T08:35:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:35:30.241Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:35:30.243Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:36:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:36:20.693Z||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-01-28T08:36:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:36:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:36:20.695Z||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-01-28T08:36:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:36:30.235Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:36:30.236Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:37:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:37:20.693Z||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-01-28T08:37:20.694Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:37:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:37:20.695Z||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-01-28T08:37:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:37:30.233Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:37:30.238Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:38:20.692Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:38:20.693Z||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-01-28T08:38:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:38:20.696Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:38:20.696Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T08:38:20.697Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:38:30.234Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:38:30.239Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:39:20.692Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:39:20.693Z||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-01-28T08:39:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:39:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:39:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T08:39:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:39:30.236Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:39:30.237Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:40:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:40:20.693Z||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-01-28T08:40:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:40:20.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:40:20.695Z||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-01-28T08:40:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:40:30.236Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:40:30.236Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:41:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:41:20.693Z||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-01-28T08:41:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:41:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:41:20.695Z||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-01-28T08:41:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:41:30.234Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:41:30.238Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:42:20.692Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:42:20.693Z||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-01-28T08:42:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:42:20.695Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:42:20.695Z||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-01-28T08:42:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:42:30.233Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:42:30.234Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:43:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:43:20.693Z||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-01-28T08:43:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:43:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:43:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T08:43:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:43:30.235Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:43:30.236Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:44:20.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:44:20.693Z||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-01-28T08:44:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:44:20.695Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:44:20.695Z||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-01-28T08:44:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:44:30.235Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:44:30.237Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:45:20.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:45:20.693Z||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-01-28T08:45:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:45:20.695Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:45:20.695Z||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-01-28T08:45:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:45:30.238Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:45:30.238Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:46:20.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:46:20.693Z||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-01-28T08:46:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:46:20.695Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:46:20.695Z||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-01-28T08:46:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:46:30.235Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:46:30.235Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:47:20.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:47:20.693Z||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-01-28T08:47:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:47:20.695Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:47:20.695Z||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-01-28T08:47:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:47:30.234Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:47:30.238Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:48:20.692Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:48:20.693Z||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-01-28T08:48:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:48:20.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:48:20.695Z||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-01-28T08:48:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:48:30.232Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:48:30.238Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:49:20.692Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:49:20.693Z||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-01-28T08:49:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:49:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:49:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T08:49:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:49:30.235Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:49:30.236Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:50:20.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:50:20.693Z||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-01-28T08:50:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:50:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:50:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T08:50:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:50:30.234Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:50:30.235Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:51:20.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:51:20.693Z||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-01-28T08:51:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:51:20.695Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:51:20.695Z||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-01-28T08:51:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:51:30.238Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:51:30.238Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:52:20.692Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:52:20.693Z||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-01-28T08:52:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:52:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:52:20.695Z||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-01-28T08:52:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:52:30.232Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:52:30.234Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:53:20.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:53:20.693Z||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-01-28T08:53:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:53:20.705Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:53:20.706Z||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-01-28T08:53:20.706Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:53:30.250Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:53:30.250Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:54:20.692Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:54:20.693Z||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-01-28T08:54:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:54:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:54:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T08:54:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:54:30.237Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:54:30.240Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:55:20.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:55:20.693Z||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-01-28T08:55:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:55:20.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:55:20.695Z||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-01-28T08:55:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:55:30.238Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:55:30.239Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:56:20.692Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:56:20.693Z||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-01-28T08:56:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:56:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:56:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|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-01-28T08:56:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:56:30.240Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:56:30.240Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:57:20.693Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:57:20.693Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-28T08:57:20.693Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yXVlav1kGLvo6lXU) ... 2022-01-28T08:57:20.695Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:57:20.695Z||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-01-28T08:57:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:57:30.236Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:57:30.239Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:58:20.693Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:58:20.693Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-28T08:58:20.693Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yXVlav1kGLvo6lXU) ... 2022-01-28T08:58:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:58:20.695Z||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-01-28T08:58:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:58:30.236Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:58:30.239Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:59:20.693Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:59:20.693Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-28T08:59:20.693Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yXVlav1kGLvo6lXU) ... 2022-01-28T08:59:20.695Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T08:59:20.695Z||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-01-28T08:59:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T08:59:30.233Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T08:59:30.235Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:00:20.692Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:00:20.693Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-28T09:00:20.693Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:00:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:00:20.695Z||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-01-28T09:00:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:00:30.234Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:00:30.235Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:01:20.693Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:01:20.693Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-28T09:01:20.693Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:01:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:01:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T09:01:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:01:30.232Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:01:30.236Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:02:20.693Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:02:20.693Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-28T09:02:20.693Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:02:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:02:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T09:02:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:02:30.235Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:02:30.236Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:03:20.692Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:03:20.693Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-28T09:03:20.693Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:03:20.695Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:03:20.695Z||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-01-28T09:03:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:03:30.238Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:03:30.238Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:04:20.693Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:04:20.693Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-28T09:04:20.694Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:04:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:04:20.695Z||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-01-28T09:04:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:04:30.237Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:04:30.239Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:05:20.693Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:05:20.693Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-28T09:05:20.693Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:05:20.695Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:05:20.695Z||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-01-28T09:05:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:05:30.237Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:05:30.240Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:06:20.692Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:06:20.693Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-28T09:06:20.693Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:06:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:06:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T09:06:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:06:30.231Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:06:30.234Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:07:20.692Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:07:20.693Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-28T09:07:20.693Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:07:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:07:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T09:07:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:07:30.236Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:07:30.242Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:08:20.692Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:08:20.693Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-28T09:08:20.693Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:08:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:08:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T09:08:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:08:30.234Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:08:30.238Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:09:20.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:09:20.693Z||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-01-28T09:09:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:09:20.695Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:09:20.695Z||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-01-28T09:09:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:09:30.236Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:09:30.238Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:10:20.692Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:10:20.693Z||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-01-28T09:10:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:10:20.695Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:10:20.695Z||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-01-28T09:10:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:10:30.237Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:10:30.242Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:11:20.692Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:11:20.693Z||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-01-28T09:11:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:11:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:11:20.695Z||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-01-28T09:11:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:11:30.236Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:11:30.236Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:12:20.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:12:20.693Z||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-01-28T09:12:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:12:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:12:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|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-01-28T09:12:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:12:30.235Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:12:30.236Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:13:20.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:13:20.693Z||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-01-28T09:13:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:13:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:13:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|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-01-28T09:13:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:13:30.234Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:13:30.236Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:14:20.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:14:20.693Z||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-01-28T09:14:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:14:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:14:20.695Z||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-01-28T09:14:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:14:30.237Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:14:30.240Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:15:20.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:15:20.693Z||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-01-28T09:15:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:15:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:15:20.695Z||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-01-28T09:15:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:15:30.235Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:15:30.243Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:16:20.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:16:20.693Z||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-01-28T09:16:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:16:20.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:16:20.695Z||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-01-28T09:16:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:16:30.233Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:16:30.237Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:17:20.692Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:17:20.693Z||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-01-28T09:17:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:17:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:17:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|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-01-28T09:17:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:17:30.235Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:17:30.238Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:18:20.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:18:20.693Z||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-01-28T09:18:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:18:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:18:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T09:18:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:18:30.239Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:18:30.240Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:19:20.692Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:19:20.693Z||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-01-28T09:19:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:19:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:19:20.695Z||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-01-28T09:19:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:19:30.239Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:19:30.239Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:20:20.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:20:20.694Z||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-01-28T09:20:20.694Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:20:20.695Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:20:20.695Z||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-01-28T09:20:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:20:30.237Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:20:30.239Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:21:20.692Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:21:20.693Z||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-01-28T09:21:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:21:20.695Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:21:20.695Z||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-01-28T09:21:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:21:30.232Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:21:30.238Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:22:20.692Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:22:20.693Z||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-01-28T09:22:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:22:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:22:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T09:22:20.696Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:22:30.237Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:22:30.243Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:23:20.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:23:20.693Z||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-01-28T09:23:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:23:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:23:20.695Z||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-01-28T09:23:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:23:30.258Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:23:30.258Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:24:20.693Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:24:20.693Z||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-01-28T09:24:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:24:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:24:20.695Z||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-01-28T09:24:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:24:30.239Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:24:30.240Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:25:20.693Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:25:20.693Z||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-01-28T09:25:20.694Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:25:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:25:20.695Z||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-01-28T09:25:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:25:23.129Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:25:23.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T09:25:23.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"ced1f31f-d6cf-49c5-9aa7-b54c74c52321","serviceName":"vFW 2022-01-28 09-24-07","serviceVersion":"1.0","serviceUUID":"4ce9169c-03aa-4bc7-b5c6-1f68861cbbeb","serviceDescription":"catalog service description","serviceInvariantUUID":"71ac19f4-7a2d-4391-9ea7-0f8475772e47","resources":[{"resourceInstanceName":"vFW df7fff0e-7e99 0","resourceName":"vFW df7fff0e-7e99","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f03a0606-19fd-42f8-9388-4b3826863ae9","resourceInvariantUUID":"06594a08-a089-43d4-b2f0-e70fe3453d5f","resourceCustomizationUUID":"8ab36437-5fd1-49d0-9bdd-b8d5c17e6406","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/vf-license-model.xml","artifactChecksum":"MGI2YjZkZmZkZmFkN2M3NTc3YjE0ODA0OWZlMTNkN2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dcda6737-9b09-4dbe-89ea-b0ada8776d1b","artifactVersion":"1"},{"artifactName":"vfwdf7fff0e7e990_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/vfwdf7fff0e7e990_modules.json","artifactChecksum":"ODJhOWM5ZjM1MGMwODgxODc2NzRiMzA0ZjcxYTdiOWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b5ec325c-62df-4e8b-881f-d0eecf87419f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f66f70f6-6907-434d-9a15-5b35646f9305","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/vendor-license-model.xml","artifactChecksum":"M2M5NGM2Mjg0NDllOGUzNzliOGU1NzFmZmYyNTNhZWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"efc2927b-5169-4a13-b864-51cdf9e3e2a3","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"29b498be-f97c-4c8b-b0a5-f45add277bfc","artifactVersion":"2","generatedFromUUID":"f66f70f6-6907-434d-9a15-5b35646f9305"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220128092407-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128092407/1.0/artifacts/service-Vfw20220128092407-template.yml","artifactChecksum":"ZTgyYjNjMGExMTM5OTdmMjA2NzFlYWE2Y2NiZGRiNjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"380db8b2-45f9-4126-9b10-893ab1f4c6f0","artifactVersion":"1"},{"artifactName":"service-Vfw20220128092407-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220128092407/1.0/artifacts/service-Vfw20220128092407-csar.csar","artifactChecksum":"NWU5YTQ5YmMxNWE3OTA1YjUwY2FhZmE2MmE1ZmM5Njk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8951c3cb-3aca-4af4-8125-7b4dfca1ad70","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-28T09:25:23.131Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:25:23.131Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:25:23.132Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:25:23.132Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643361920693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:25:23.233Z||pool-335-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:25:23.233Z||pool-335-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:25:23.234Z||pool-335-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:25:23.248Z||pool-335-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:25:23.249Z||pool-335-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":3,"count":1} 2022-01-28T09:25:23.859Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:25:23.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:25:23.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643361920693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:25:23.861Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:25:24.133Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:25:24.134Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:25:24.136Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:25:24.136Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643361920693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/vfwdf7fff0e7e990_modules.json", "status": "NOTIFIED" } 2022-01-28T09:25:24.236Z||pool-336-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:25:24.236Z||pool-336-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:25:24.237Z||pool-336-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:25:24.250Z||pool-336-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:25:24.250Z||pool-336-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:25:25.136Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:25:25.137Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:25:25.138Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:25:25.138Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643361920693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T09:25:25.239Z||pool-337-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T09:25:25.239Z||pool-337-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:25:25.239Z||pool-337-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:25:25.251Z||pool-337-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:25:25.251Z||pool-337-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:25:26.139Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:25:26.139Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:25:26.141Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:25:26.141Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643361920693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:25:26.241Z||pool-338-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:25:26.241Z||pool-338-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:25:26.241Z||pool-338-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:25:26.252Z||pool-338-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:25:26.252Z||pool-338-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:25:27.141Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:25:27.142Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:25:27.143Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:25:27.144Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643361920693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-28T09:25:27.244Z||pool-339-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:25:27.244Z||pool-339-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:25:27.244Z||pool-339-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:25:27.255Z||pool-339-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:25:27.256Z||pool-339-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:25:28.144Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:25:28.145Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:25:28.147Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:25:28.147Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643361920693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/artifacts/service-Vfw20220128092407-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:25:28.247Z||pool-340-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:25:28.248Z||pool-340-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:25:28.248Z||pool-340-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:25:28.262Z||pool-340-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:25:28.262Z||pool-340-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:25:29.148Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:25:29.149Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:25:29.151Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:25:29.151Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643361920693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/artifacts/service-Vfw20220128092407-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:25:29.251Z||pool-341-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T09:25:29.252Z||pool-341-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:25:29.252Z||pool-341-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:25:29.264Z||pool-341-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:25:29.264Z||pool-341-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:25:30.153Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "serviceName": "vFW 2022-01-28 09-24-07", "serviceVersion": "1.0", "serviceUUID": "4ce9169c-03aa-4bc7-b5c6-1f68861cbbeb", "serviceDescription": "catalog service description", "serviceInvariantUUID": "71ac19f4-7a2d-4391-9ea7-0f8475772e47", "resources": [ { "resourceInstanceName": "vFW df7fff0e-7e99 0", "resourceCustomizationUUID": "8ab36437-5fd1-49d0-9bdd-b8d5c17e6406", "resourceName": "vFW df7fff0e-7e99", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f03a0606-19fd-42f8-9388-4b3826863ae9", "resourceInvariantUUID": "06594a08-a089-43d4-b2f0-e70fe3453d5f", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwdf7fff0e7e990_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/vfwdf7fff0e7e990_modules.json", "artifactChecksum": "ODJhOWM5ZjM1MGMwODgxODc2NzRiMzA0ZjcxYTdiOWM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b5ec325c-62df-4e8b-881f-d0eecf87419f", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f66f70f6-6907-434d-9a15-5b35646f9305", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "29b498be-f97c-4c8b-b0a5-f45add277bfc", "generatedFromUUID": "f66f70f6-6907-434d-9a15-5b35646f9305" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "29b498be-f97c-4c8b-b0a5-f45add277bfc", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220128092407-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/artifacts/service-Vfw20220128092407-csar.csar", "artifactChecksum": "NWU5YTQ5YmMxNWE3OTA1YjUwY2FhZmE2MmE1ZmM5Njk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8951c3cb-3aca-4af4-8125-7b4dfca1ad70" } ], "workloadContext": "Production" } 2022-01-28T09:25:30.154Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-28T09:25:30.154Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4ce9169c-03aa-4bc7-b5c6-1f68861cbbeb ASDC 2022-01-28T09:25:30.154Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:ced1f31f-d6cf-49c5-9aa7-b54c74c52321 ServiceName:vFW 2022-01-28 09-24-07 ServiceVersion:1.0 ServiceUUID:4ce9169c-03aa-4bc7-b5c6-1f68861cbbeb ServiceInvariantUUID:71ac19f4-7a2d-4391-9ea7-0f8475772e47 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220128092407-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220128092407/1.0/artifacts/service-Vfw20220128092407-csar.csar ArtifactUUID:8951c3cb-3aca-4af4-8125-7b4dfca1ad70 ArtifactChecksum:NWU5YTQ5YmMxNWE3OTA1YjUwY2FhZmE2MmE1ZmM5Njk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW df7fff0e-7e99 0 ResourceCustomizationUUID:8ab36437-5fd1-49d0-9bdd-b8d5c17e6406 ResourceInvariantUUID:06594a08-a089-43d4-b2f0-e70fe3453d5f ResourceName:vFW df7fff0e-7e99 ResourceType:VF ResourceUUID:f03a0606-19fd-42f8-9388-4b3826863ae9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwdf7fff0e7e990_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/vfwdf7fff0e7e990_modules.json ArtifactUUID:b5ec325c-62df-4e8b-881f-d0eecf87419f ArtifactChecksum:ODJhOWM5ZjM1MGMwODgxODc2NzRiMzA0ZjcxYTdiOWM= 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/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.yaml ArtifactUUID:f66f70f6-6907-434d-9a15-5b35646f9305 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/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.env ArtifactUUID:29b498be-f97c-4c8b-b0a5-f45add277bfc 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/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.env ArtifactUUID:29b498be-f97c-4c8b-b0a5-f45add277bfc ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-01-28T09:25:30.155Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4ce9169c-03aa-4bc7-b5c6-1f68861cbbeb 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-01-28T09:25:30.181Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T09:25:30.181Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-01-28T09:25:30.182Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-01-28T09:25:30.182Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8951c3cb-3aca-4af4-8125-7b4dfca1ad70 from URL: /sdc/v1/catalog/services/Vfw20220128092407/1.0/artifacts/service-Vfw20220128092407-csar.csar 2022-01-28T09:25:30.182Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-01-28T09:25:30.182Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128092407/1.0/artifacts/service-Vfw20220128092407-csar.csar 2022-01-28T09:25:30.403Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-01-28T09:25:30.409Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128092407/1.0/artifacts/service-Vfw20220128092407-csar.csar 8951c3cb-3aca-4af4-8125-7b4dfca1ad70 98941 2022-01-28T09:25:30.410Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128092407/1.0/artifacts/service-Vfw20220128092407-csar.csar ASDC sendASDCNotification 2022-01-28T09:25:30.410Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128092407/1.0/artifacts/service-Vfw20220128092407-csar.csar 2022-01-28T09:25:30.410Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T09:25:30.410Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:25:30.411Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:25:30.411Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643361930410, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/artifacts/service-Vfw20220128092407-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:25:30.512Z||pool-342-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T09:25:30.512Z||pool-342-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:25:30.512Z||pool-342-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:25:30.523Z||pool-342-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:25:30.523Z||pool-342-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-01-28T09:25:31.412Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T09:25:31.413Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-01-28T09:25:31.414Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 8951c3cb-3aca-4af4-8125-7b4dfca1ad70, URL: /sdc/v1/catalog/services/Vfw20220128092407/1.0/artifacts/service-Vfw20220128092407-csar.csar to file: /app/ASDC/1/service-Vfw20220128092407-csar.csar 2022-01-28T09:25:31.414Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220128092407-csar.csar 2022-01-28T09:25:31.415Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220128092407-csar.csar 2022-01-28T09:25:31.415Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220128092407-csar.csar 2022-01-28T09:25:31.539Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14891580189527264766/Definitions/service-Vfw20220128092407-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-01-28T09:25:32.824Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-28T09:25:32.824Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-01-28T09:25:32.824Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220128092407-csar.csar 2022-01-28T09:25:32.824Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-01-28T09:25:32.824Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||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-Vfw20220128092407-csar.csar 2022-01-28T09:25:32.824Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||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-Vfw20220128092407-csar.csar 2022-01-28T09:25:32.824Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||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-Vfw20220128092407-csar.csar 2022-01-28T09:25:32.824Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220128092407-csar.csar 2022-01-28T09:25:32.824Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220128092407-csar.csar 2022-01-28T09:25:32.824Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||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-Vfw20220128092407-csar.csar 2022-01-28T09:25:32.825Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW df7fff0e-7e99 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-Vfw20220128092407-csar.csar 2022-01-28T09:25:32.825Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||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-Vfw20220128092407-csar.csar 2022-01-28T09:25:32.825Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||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-Vfw20220128092407-csar.csar 2022-01-28T09:25:32.825Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220128092407-csar.csar 2022-01-28T09:25:32.825Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||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-Vfw20220128092407-csar.csar 2022-01-28T09:25:32.825Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220128092407-csar.csar 2022-01-28T09:25:32.825Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220128092407-csar.csar 2022-01-28T09:25:32.825Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-01-28T09:25:32.825Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:25:32.825Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-24-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:25:32.825Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vFW df7fff0e-7e99 0 is matching search criteria 2022-01-28T09:25:32.825Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-01-28T09:25:32.825Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df7fff0e-7e99 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T09:25:32.825Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:25:32.825Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-24-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:25:32.826Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vFW df7fff0e-7e99 0 is matching search criteria 2022-01-28T09:25:32.826Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-01-28T09:25:32.826Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df7fff0e-7e99 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T09:25:32.826Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:25:32.826Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-24-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:25:32.826Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:25:32.826Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vFW df7fff0e-7e99 0 is not matching search criteria 2022-01-28T09:25:32.826Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T09:25:32.826Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T09:25:32.826Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T09:25:32.826Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:25:32.826Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T09:25:32.826Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:25:32.826Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T09:25:32.826Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T09:25:32.826Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T09:25:32.827Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:25:32.827Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T09:25:32.827Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T09:25:32.827Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T09:25:32.827Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T09:25:32.827Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:25:32.827Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-01-28T09:25:32.827Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:25:32.827Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-24-07 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-28T09:25:32.827Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:25:32.827Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vFW df7fff0e-7e99 0 is matching search criteria 2022-01-28T09:25:32.827Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df7fff0e-7e99 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:25:32.827Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:25:32.827Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vFW df7fff0e-7e99 0 is matching search criteria 2022-01-28T09:25:32.827Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df7fff0e-7e99 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:25:32.828Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:25:32.828Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vFW df7fff0e-7e99 0 is matching search criteria 2022-01-28T09:25:32.828Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df7fff0e-7e99 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:25:32.828Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:25:32.828Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vFW df7fff0e-7e99 0 is not matching search criteria 2022-01-28T09:25:32.828Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T09:25:32.828Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-01-28T09:25:32.828Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T09:25:32.828Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T09:25:32.828Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T09:25:32.828Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:25:32.828Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T09:25:32.828Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T09:25:32.828Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T09:25:32.828Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T09:25:32.828Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:25:32.828Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4587189d-9fe9-4bda-a954-d269353eac79 2022-01-28T09:25:32.828Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:25:32.828Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vFW df7fff0e-7e99 0 is not matching search criteria 2022-01-28T09:25:32.829Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T09:25:32.829Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T09:25:32.829Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T09:25:32.829Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:25:32.829Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T09:25:32.829Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:25:32.829Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T09:25:32.829Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-01-28T09:25:32.829Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T09:25:32.829Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T09:25:32.829Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T09:25:32.829Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:25:32.829Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=06eda796-40af-44db-8f74-d91b8b01becc 2022-01-28T09:25:32.829Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:25:32.829Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vFW df7fff0e-7e99 0 is not matching search criteria 2022-01-28T09:25:32.829Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T09:25:32.829Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T09:25:32.829Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T09:25:32.830Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:25:32.830Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T09:25:32.830Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:25:32.830Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T09:25:32.830Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T09:25:32.830Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T09:25:32.830Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:25:32.830Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T09:25:32.830Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-01-28T09:25:32.830Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=072d5f85-31c1-4b10-8f45-265b05420b06 2022-01-28T09:25:32.830Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:25:32.830Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-24-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:25:32.830Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:25:32.830Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-24-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:25:32.830Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:25:32.830Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-24-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:25:32.830Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:25:32.830Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-24-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:25:32.830Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-01-28 09-24-07 Description:catalog service description Model UUID:4ce9169c-03aa-4bc7-b5c6-1f68861cbbeb Model Version:NULL Model InvariantUuid:71ac19f4-7a2d-4391-9ea7-0f8475772e47 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW df7fff0e-7e99 Model UUID:fe2b0a28-e936-451f-a16e-91ace1a643b0 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:06594a08-a089-43d4-b2f0-e70fe3453d5f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8ab36437-5fd1-49d0-9bdd-b8d5c17e6406 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:097af1bb-ef9a-41e5-9a97-a643732a3214 ModelName:VfwDf7fff0e7e99..base_vfw..module-0 ModelUuid:ebdf687a-1c6e-4785-b7c7-be33081e2f7e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:4587189d-9fe9-4bda-a954-d269353eac79 ModelInvariantUuid:a490b5b8-d1dc-4a8f-98fd-00ccfa2077e9 ModelName:vFW df7fff0e-7e99-nodes.vfwCvfc ModelUuid:218042b5-4f3b-479c-8d33-122cd9eaf15d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:22171f5e-578c-49af-afe5-43b6bac8c362 ModelInvariantUuid:9c65417d-cae4-4b54-8d47-110ebf9fff79 ModelName:VfwDf7fff0e7e99.compute.nodes.heat.vfw ModelUuid:42eb4b6d-f92b-48d3-9f18-b807ebffa359 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:06eda796-40af-44db-8f74-d91b8b01becc ModelInvariantUuid:59a03bcd-40a8-4e28-9998-42214c4c201c ModelName:vFW df7fff0e-7e99-nodes.vsnCvfc ModelUuid:0b005b99-f8e5-493f-8b41-29267e2c608e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:1cee57fb-e9d2-42cc-b2e5-d9219e28be76 ModelInvariantUuid:858d0368-bc76-48bc-b1ff-b5216824b706 ModelName:VfwDf7fff0e7e99.compute.nodes.heat.vsn ModelUuid:5b8f8192-b01e-4b1c-aa36-5debd1204f27 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:072d5f85-31c1-4b10-8f45-265b05420b06 ModelInvariantUuid:bd670999-4d49-4859-9212-c613b9556876 ModelName:vFW df7fff0e-7e99-nodes.vpgCvfc ModelUuid:4d30512b-fec0-4fc0-b19d-632091c5d296 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:4389b6b5-56cd-42f9-9394-e88d35f57450 ModelInvariantUuid:44778ae2-f50c-4295-8f9b-f8430b397f98 ModelName:VfwDf7fff0e7e99.compute.nodes.heat.vpg ModelUuid:494f24e4-7e95-404d-aa86-81268449751e 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-01-28T09:25:32.836Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: f03a0606-19fd-42f8-9388-4b3826863ae9 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-01-28T09:25:32.838Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||vFW df7fff0e-7e99 0 2022-01-28T09:25:32.839Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f03a0606-19fd-42f8-9388-4b3826863ae9 2022-01-28T09:25:32.839Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b5ec325c-62df-4e8b-881f-d0eecf87419f from URL: /sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/vfwdf7fff0e7e990_modules.json 2022-01-28T09:25:32.839Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-01-28T09:25:32.839Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/vfwdf7fff0e7e990_modules.json 2022-01-28T09:25:33.289Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-01-28T09:25:33.289Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/vfwdf7fff0e7e990_modules.json b5ec325c-62df-4e8b-881f-d0eecf87419f 785 2022-01-28T09:25:33.289Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/vfwdf7fff0e7e990_modules.json ASDC sendASDCNotification 2022-01-28T09:25:33.290Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/vfwdf7fff0e7e990_modules.json 2022-01-28T09:25:33.290Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T09:25:33.290Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:25:33.292Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:25:33.292Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643361933289, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/vfwdf7fff0e7e990_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T09:25:33.392Z||pool-343-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:25:33.392Z||pool-343-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:25:33.393Z||pool-343-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:25:33.403Z||pool-343-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:25:33.403Z||pool-343-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-01-28T09:25:34.292Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwDf7fff0e7e99..base_vfw..module-0", "vfModuleModelInvariantUUID": "097af1bb-ef9a-41e5-9a97-a643732a3214", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ebdf687a-1c6e-4785-b7c7-be33081e2f7e", "vfModuleModelCustomizationUUID": "c9a37593-d384-4704-949c-2af74641677a", "isBase": true, "artifacts": [ "f66f70f6-6907-434d-9a15-5b35646f9305", "29b498be-f97c-4c8b-b0a5-f45add277bfc" ], "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-01-28T09:25:34.295Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwDf7fff0e7e99..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ebdf687a-1c6e-4785-b7c7-be33081e2f7e VfModuleModelInvariantUUID:097af1bb-ef9a-41e5-9a97-a643732a3214 VfModuleModelDescription:NULL Artifacts UUID List:{ f66f70f6-6907-434d-9a15-5b35646f9305 , 29b498be-f97c-4c8b-b0a5-f45add277bfc } 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-01-28T09:25:34.296Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwDf7fff0e7e99..base_vfw..module-0", "vfModuleModelInvariantUUID": "097af1bb-ef9a-41e5-9a97-a643732a3214", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ebdf687a-1c6e-4785-b7c7-be33081e2f7e", "vfModuleModelCustomizationUUID": "c9a37593-d384-4704-949c-2af74641677a", "isBase": true, "artifacts": [ "f66f70f6-6907-434d-9a15-5b35646f9305", "29b498be-f97c-4c8b-b0a5-f45add277bfc" ], "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-01-28T09:25:34.296Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwDf7fff0e7e99..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ebdf687a-1c6e-4785-b7c7-be33081e2f7e VfModuleModelInvariantUUID:097af1bb-ef9a-41e5-9a97-a643732a3214 VfModuleModelDescription:NULL Artifacts UUID List:{ f66f70f6-6907-434d-9a15-5b35646f9305 , 29b498be-f97c-4c8b-b0a5-f45add277bfc } 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-01-28T09:25:34.296Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f66f70f6-6907-434d-9a15-5b35646f9305 from URL: /sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.yaml 2022-01-28T09:25:34.296Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-01-28T09:25:34.296Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.yaml 2022-01-28T09:25:34.542Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-01-28T09:25:34.542Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.yaml f66f70f6-6907-434d-9a15-5b35646f9305 20368 2022-01-28T09:25:34.543Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-01-28T09:25:34.543Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.yaml 2022-01-28T09:25:34.543Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T09:25:34.543Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:25:34.545Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:25:34.545Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643361934543, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T09:25:34.645Z||pool-344-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:25:34.646Z||pool-344-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:25:34.646Z||pool-344-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:25:34.658Z||pool-344-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:25:34.658Z||pool-344-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:25:35.546Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 29b498be-f97c-4c8b-b0a5-f45add277bfc from URL: /sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.env 2022-01-28T09:25:35.547Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-01-28T09:25:35.547Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.env 2022-01-28T09:25:35.592Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-01-28T09:25:35.593Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.env 29b498be-f97c-4c8b-b0a5-f45add277bfc 2098 2022-01-28T09:25:35.593Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.env ASDC sendASDCNotification 2022-01-28T09:25:35.593Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.env 2022-01-28T09:25:35.594Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T09:25:35.594Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:25:35.595Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:25:35.595Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643361935593, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-28T09:25:35.695Z||pool-345-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:25:35.696Z||pool-345-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:25:35.696Z||pool-345-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:25:35.707Z||pool-345-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:25:35.707Z||pool-345-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:25:36.596Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 4ce9169c-03aa-4bc7-b5c6-1f68861cbbeb 2022-01-28T09:25:36.597Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW df7fff0e-7e99 0 f03a0606-19fd-42f8-9388-4b3826863ae9 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-01-28T09:25:36.612Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2a2fba2, org.onap.sdc.toscaparser.api.parameters.Input@5426683b, org.onap.sdc.toscaparser.api.parameters.Input@554c97fa, org.onap.sdc.toscaparser.api.parameters.Input@27fdcda6, org.onap.sdc.toscaparser.api.parameters.Input@32975d10] 2022-01-28T09:25:36.613Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:25:36.614Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-24-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:25:36.614Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-01-28T09:25:36.614Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 8ab36437-5fd1-49d0-9bdd-b8d5c17e6406 2022-01-28T09:25:36.614Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8ab36437-5fd1-49d0-9bdd-b8d5c17e6406 matches Tosca VF Customization UUID: 8ab36437-5fd1-49d0-9bdd-b8d5c17e6406 2022-01-28T09:25:36.614Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 8ab36437-5fd1-49d0-9bdd-b8d5c17e6406 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-01-28T09:25:36.616Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:25:36.616Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-24-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:25:36.617Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 8ab36437-5fd1-49d0-9bdd-b8d5c17e6406: {\"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-01-28T09:25:36.617Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2d0c4307 2022-01-28T09:25:36.617Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:25:36.618Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-24-07 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-28T09:25:36.618Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c9a37593-d384-4704-949c-2af74641677a 2022-01-28T09:25:36.618Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c9a37593-d384-4704-949c-2af74641677a 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-01-28T09:25:36.620Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:25:36.620Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vFW df7fff0e-7e99 0 is matching search criteria 2022-01-28T09:25:36.621Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df7fff0e-7e99 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:25:36.621Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:25:36.621Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vFW df7fff0e-7e99 0 is matching search criteria 2022-01-28T09:25:36.621Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df7fff0e-7e99 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:25:36.622Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:25:36.622Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vFW df7fff0e-7e99 0 is not matching search criteria 2022-01-28T09:25:36.622Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T09:25:36.622Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-01-28T09:25:36.622Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T09:25:36.622Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T09:25:36.622Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T09:25:36.622Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:25:36.623Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T09:25:36.623Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T09:25:36.623Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T09:25:36.623Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T09:25:36.623Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:25:36.623Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4587189d-9fe9-4bda-a954-d269353eac79 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-01-28T09:25:36.625Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:25:36.625Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vFW df7fff0e-7e99 0 is matching search criteria 2022-01-28T09:25:36.625Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df7fff0e-7e99 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:25:36.625Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:25:36.625Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vFW df7fff0e-7e99 0 is not matching search criteria 2022-01-28T09:25:36.626Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T09:25:36.626Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T09:25:36.626Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T09:25:36.626Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:25:36.626Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T09:25:36.626Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:25:36.626Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T09:25:36.626Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-01-28T09:25:36.626Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T09:25:36.626Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T09:25:36.627Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T09:25:36.627Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:25:36.627Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=06eda796-40af-44db-8f74-d91b8b01becc 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-01-28T09:25:36.628Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:25:36.628Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vFW df7fff0e-7e99 0 is matching search criteria 2022-01-28T09:25:36.628Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df7fff0e-7e99 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:25:36.628Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:25:36.628Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vFW df7fff0e-7e99 0 is not matching search criteria 2022-01-28T09:25:36.629Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T09:25:36.629Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T09:25:36.629Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T09:25:36.629Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:25:36.629Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T09:25:36.630Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:25:36.630Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T09:25:36.630Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T09:25:36.630Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T09:25:36.630Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:25:36.630Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T09:25:36.630Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-01-28T09:25:36.631Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=072d5f85-31c1-4b10-8f45-265b05420b06 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-01-28T09:25:36.632Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:25:36.632Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vFW df7fff0e-7e99 0 is matching search criteria 2022-01-28T09:25:36.632Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df7fff0e-7e99 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:25:36.632Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:25:36.632Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Node template vFW df7fff0e-7e99 0 is matching search criteria 2022-01-28T09:25:36.632Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df7fff0e-7e99 0] matching following query criteria: sdcType=VF, customizationUUID=8ab36437-5fd1-49d0-9bdd-b8d5c17e6406 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-01-28T09:25:36.633Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:25:36.633Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-24-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:25:36.633Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 4ce9169c-03aa-4bc7-b5c6-1f68861cbbeb: vFW df7fff0e-7e99 2022-01-28T09:25:36.633Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:25:36.633Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-24-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:25:36.633Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:25:36.633Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-24-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:25:36.633Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:25:36.633Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-24-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:25:36.634Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:25:36.634Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-24-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:25:36.634Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:25:36.634Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-24-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:25:36.634Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-01-28 09-24-07 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-01-28T09:25:36.742Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW df7fff0e-7e99 f03a0606-19fd-42f8-9388-4b3826863ae9 1 ASDC deployResourceStructure 2022-01-28T09:25:36.742Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/vfwdf7fff0e7e990_modules.json ASDC sendASDCNotification 2022-01-28T09:25:36.742Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/vfwdf7fff0e7e990_modules.json 2022-01-28T09:25:36.742Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T09:25:36.742Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:25:36.743Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:25:36.743Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643361936742, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/vfwdf7fff0e7e990_modules.json", "status": "DEPLOY_OK" } 2022-01-28T09:25:36.844Z||pool-346-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:25:36.844Z||pool-346-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:25:36.844Z||pool-346-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:25:36.857Z||pool-346-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:25:36.857Z||pool-346-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:25:37.744Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-01-28T09:25:37.745Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.yaml 2022-01-28T09:25:37.745Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T09:25:37.745Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:25:37.747Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:25:37.747Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643361937744, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-01-28T09:25:37.847Z||pool-347-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:25:37.848Z||pool-347-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:25:37.848Z||pool-347-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:25:37.861Z||pool-347-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:25:37.861Z||pool-347-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:25:38.748Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.env ASDC sendASDCNotification 2022-01-28T09:25:38.749Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.env 2022-01-28T09:25:38.749Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T09:25:38.749Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:25:38.751Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:25:38.751Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643361938748, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-01-28T09:25:38.852Z||pool-348-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:25:38.852Z||pool-348-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:25:38.852Z||pool-348-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:25:38.864Z||pool-348-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:25:38.864Z||pool-348-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:25:39.752Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128092407/1.0/artifacts/service-Vfw20220128092407-csar.csar ASDC sendASDCNotification 2022-01-28T09:25:39.753Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128092407/1.0/artifacts/service-Vfw20220128092407-csar.csar 2022-01-28T09:25:39.753Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T09:25:39.754Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:25:39.755Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:25:39.756Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643361939752, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/artifacts/service-Vfw20220128092407-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T09:25:39.856Z||pool-349-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:25:39.856Z||pool-349-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:25:39.856Z||pool-349-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:25:39.868Z||pool-349-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:25:39.869Z||pool-349-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:25:40.756Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ced1f31f-d6cf-49c5-9aa7-b54c74c52321 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T09:25:40.766Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ced1f31f-d6cf-49c5-9aa7-b54c74c52321 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T09:25:40.767Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T09:25:40.767Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T09:25:40.767Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T09:26:10.768Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ced1f31f-d6cf-49c5-9aa7-b54c74c52321 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T09:26:10.776Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ced1f31f-d6cf-49c5-9aa7-b54c74c52321 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T09:26:10.777Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T09:26:10.777Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T09:26:10.777Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T09:26:20.695Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:26:20.695Z||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-01-28T09:26:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:26:20.824Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:26:20.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:26:20.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643361920693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/vfwdf7fff0e7e990_modules.json", "status": "NOTIFIED" } 2022-01-28T09:26:20.826Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:26:40.777Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ced1f31f-d6cf-49c5-9aa7-b54c74c52321 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T09:26:40.787Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ced1f31f-d6cf-49c5-9aa7-b54c74c52321 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T09:26:40.789Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T09:26:40.789Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T09:26:40.789Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T09:27:10.789Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ced1f31f-d6cf-49c5-9aa7-b54c74c52321 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T09:27:10.797Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ced1f31f-d6cf-49c5-9aa7-b54c74c52321 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T09:27:10.798Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T09:27:10.798Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T09:27:10.798Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T09:27:20.695Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:27:20.695Z||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-01-28T09:27:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:27:21.224Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:27:21.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "aai-ml", "timestamp": 1643361923887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:27:21.228Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.228Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643361920693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T09:27:21.228Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.228Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "policy-id", "timestamp": 1643361924690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:27:21.229Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "aai-ml", "timestamp": 1643361923887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/vfwdf7fff0e7e990_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T09:27:21.229Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643361920693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:27:21.230Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "policy-id", "timestamp": 1643361924690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/vfwdf7fff0e7e990_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T09:27:21.230Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "aai-ml", "timestamp": 1643361923887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:27:21.230Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "cds", "timestamp": 1643361926207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:27:21.230Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643361920693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-28T09:27:21.231Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "policy-id", "timestamp": 1643361924690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T09:27:21.231Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "aai-ml", "timestamp": 1643361923887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:27:21.231Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "cds", "timestamp": 1643361926207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/vfwdf7fff0e7e990_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T09:27:21.231Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643361920693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/artifacts/service-Vfw20220128092407-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:27:21.232Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "policy-id", "timestamp": 1643361924690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:27:21.232Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "aai-ml", "timestamp": 1643361923887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T09:27:21.232Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643361928102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:27:21.232Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "cds", "timestamp": 1643361926207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:27:21.232Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.233Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643361920693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/artifacts/service-Vfw20220128092407-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:27:21.233Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.233Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "policy-id", "timestamp": 1643361924690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T09:27:21.233Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.233Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "aai-ml", "timestamp": 1643361923887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/artifacts/service-Vfw20220128092407-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:27:21.233Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.233Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643361928102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/vfwdf7fff0e7e990_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T09:27:21.234Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.234Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "cds", "timestamp": 1643361926207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:27:21.234Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.234Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "policy-id", "timestamp": 1643361924690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/artifacts/service-Vfw20220128092407-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:27:21.234Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.234Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643361930410, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/artifacts/service-Vfw20220128092407-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:27:21.234Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:27:21.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.234Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "aai-ml", "timestamp": 1643361923887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/artifacts/service-Vfw20220128092407-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:27:21.234Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.235Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "ves-openapi-manager", "timestamp": 1643361929944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:27:21.235Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.235Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643361928102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:27:21.235Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.235Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "cds", "timestamp": 1643361926207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T09:27:21.235Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.235Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "policy-id", "timestamp": 1643361924690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/artifacts/service-Vfw20220128092407-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:27:21.235Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.235Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "ves-openapi-manager", "timestamp": 1643361929944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/vfwdf7fff0e7e990_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T09:27:21.236Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.236Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643361928102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:27:21.236Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.236Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "multicloud-k8s-id", "timestamp": 1643361931153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:27:21.236Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.236Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "cds", "timestamp": 1643361926207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/artifacts/service-Vfw20220128092407-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:27:21.236Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.236Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "aai-ml", "timestamp": 1643361931898, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/artifacts/service-Vfw20220128092407-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:27:21.237Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:27:21.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.237Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "ves-openapi-manager", "timestamp": 1643361929944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:27:21.237Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.237Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643361928102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T09:27:21.237Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.237Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "policy-id", "timestamp": 1643361932744, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/artifacts/service-Vfw20220128092407-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:27:21.237Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:27:21.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.237Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "multicloud-k8s-id", "timestamp": 1643361931153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/vfwdf7fff0e7e990_modules.json", "status": "NOTIFIED" } 2022-01-28T09:27:21.238Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.238Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "cds", "timestamp": 1643361926207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/artifacts/service-Vfw20220128092407-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:27:21.238Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.238Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643361933289, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/vfwdf7fff0e7e990_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T09:27:21.238Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:27:21.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.238Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "ves-openapi-manager", "timestamp": 1643361929944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:27:21.238Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.238Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643361928102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/artifacts/service-Vfw20220128092407-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:27:21.238Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.238Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "policy-id", "timestamp": 1643361933747, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/artifacts/service-Vfw20220128092407-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T09:27:21.238Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:27:21.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.238Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "multicloud-k8s-id", "timestamp": 1643361931153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T09:27:21.238Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.239Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "cds", "timestamp": 1643361934150, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/artifacts/service-Vfw20220128092407-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:27:21.239Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:27:21.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.239Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643361934543, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T09:27:21.239Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:27:21.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.239Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "ves-openapi-manager", "timestamp": 1643361929944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T09:27:21.239Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.239Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643361928102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/artifacts/service-Vfw20220128092407-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:27:21.239Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.239Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "policy-id", "timestamp": 1643361934752, "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-01-28T09:27:21.244Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ced1f31f-d6cf-49c5-9aa7-b54c74c52321 2022-01-28T09:27:21.244Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ced1f31f-d6cf-49c5-9aa7-b54c74c52321 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-01-28T09:27:21.249Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.249Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "multicloud-k8s-id", "timestamp": 1643361931153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:27:21.249Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.250Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.250Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "cds", "timestamp": 1643361935155, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/artifacts/service-Vfw20220128092407-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-01-28T09:27:21.252Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ced1f31f-d6cf-49c5-9aa7-b54c74c52321 2022-01-28T09:27:21.252Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ced1f31f-d6cf-49c5-9aa7-b54c74c52321 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-01-28T09:27:21.257Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.257Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "ves-openapi-manager", "timestamp": 1643361929944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/artifacts/service-Vfw20220128092407-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:27:21.257Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.257Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.257Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643361935593, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-28T09:27:21.258Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:27:21.258Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.258Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "multicloud-k8s-id", "timestamp": 1643361931153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-28T09:27:21.258Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.258Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.258Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643361935811, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/artifacts/service-Vfw20220128092407-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:27:21.258Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:27:21.258Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.258Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "clamp", "timestamp": 1643361935840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:27:21.258Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.258Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.258Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "ves-openapi-manager", "timestamp": 1643361929944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/artifacts/service-Vfw20220128092407-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-28T09:27:21.258Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.258Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.258Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643361936742, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/vfwdf7fff0e7e990_modules.json", "status": "DEPLOY_OK" } 2022-01-28T09:27:21.259Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:27:21.259Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.259Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "multicloud-k8s-id", "timestamp": 1643361931153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/artifacts/service-Vfw20220128092407-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:27:21.259Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.259Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.259Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "clamp", "timestamp": 1643361935840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/vfwdf7fff0e7e990_modules.json", "status": "NOTIFIED" } 2022-01-28T09:27:21.259Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.259Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.259Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643361937744, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-01-28T09:27:21.259Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:27:21.259Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.259Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "multicloud-k8s-id", "timestamp": 1643361931153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/artifacts/service-Vfw20220128092407-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:27:21.259Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.259Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.259Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "aai-ml", "timestamp": 1643361938116, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/artifacts/service-Vfw20220128092407-csar.csar", "status": "DEPLOY_ERROR" } 2022-01-28T09:27:21.259Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:27:21.260Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.260Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643361938389, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/artifacts/service-Vfw20220128092407-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T09:27:21.260Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:27:21.260Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.260Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "clamp", "timestamp": 1643361935840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:27:21.260Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.260Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.260Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643361938748, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-01-28T09:27:21.260Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:27:21.260Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.260Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "multicloud-k8s-id", "timestamp": 1643361938848, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/vfwdf7fff0e7e990_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T09:27:21.260Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:27:21.260Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.260Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "aai-ml", "timestamp": 1643361939118, "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-01-28T09:27:21.263Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of ced1f31f-d6cf-49c5-9aa7-b54c74c52321 2022-01-28T09:27:21.263Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ced1f31f-d6cf-49c5-9aa7-b54c74c52321 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-01-28T09:27:21.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.269Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643361939393, "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-01-28T09:27:21.272Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ced1f31f-d6cf-49c5-9aa7-b54c74c52321 2022-01-28T09:27:21.272Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ced1f31f-d6cf-49c5-9aa7-b54c74c52321 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-01-28T09:27:21.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.277Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "clamp", "timestamp": 1643361935840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:27:21.277Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.277Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643361939752, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/artifacts/service-Vfw20220128092407-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T09:27:21.277Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:27:21.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.277Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "multicloud-k8s-id", "timestamp": 1643361939903, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T09:27:21.277Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:27:21.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.278Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "clamp", "timestamp": 1643361935840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T09:27:21.278Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.278Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "multicloud-k8s-id", "timestamp": 1643361940951, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-28T09:27:21.278Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:27:21.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.278Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "clamp", "timestamp": 1643361935840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/artifacts/service-Vfw20220128092407-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:27:21.278Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.278Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "multicloud-k8s-id", "timestamp": 1643361941967, "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-01-28T09:27:21.281Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ced1f31f-d6cf-49c5-9aa7-b54c74c52321 2022-01-28T09:27:21.281Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ced1f31f-d6cf-49c5-9aa7-b54c74c52321 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-01-28T09:27:21.285Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.285Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "clamp", "timestamp": 1643361935840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/artifacts/service-Vfw20220128092407-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:27:21.285Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:27:21.285Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.285Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "multicloud-k8s-id", "timestamp": 1643361942969, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/resourceInstances/vfwdf7fff0e7e990/artifacts/vfwdf7fff0e7e990_modules.json", "status": "DEPLOY_OK" } 2022-01-28T09:27:21.285Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:27:21.285Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.285Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "clamp", "timestamp": 1643361954175, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/artifacts/service-Vfw20220128092407-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:27:21.285Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:27:21.286Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.286Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "clamp", "timestamp": 1643361956182, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128092407/1.0/artifacts/service-Vfw20220128092407-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T09:27:21.286Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:27:21.286Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:27:21.286Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "clamp", "timestamp": 1643361957185, "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-01-28T09:27:21.288Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ced1f31f-d6cf-49c5-9aa7-b54c74c52321 2022-01-28T09:27:21.288Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ced1f31f-d6cf-49c5-9aa7-b54c74c52321 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-01-28T09:27:40.799Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ced1f31f-d6cf-49c5-9aa7-b54c74c52321 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T09:27:40.808Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ced1f31f-d6cf-49c5-9aa7-b54c74c52321 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T09:27:40.810Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T09:27:40.810Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-28T09:27:40.810Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-28T09:27:40.811Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-28T09:27:40.811Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-01-28T09:27:40.811Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||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-01-28T09:27:40.814Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-28T09:28:10.814Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ced1f31f-d6cf-49c5-9aa7-b54c74c52321 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-01-28T09:28:10.817Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ced1f31f-d6cf-49c5-9aa7-b54c74c52321 and serviceModelVersionId: 4ce9169c-03aa-4bc7-b5c6-1f68861cbbeb 2022-01-28T09:28:10.817Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 71ac19f4-7a2d-4391-9ea7-0f8475772e47 2022-01-28T09:28:10.818Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/71ac19f4-7a2d-4391-9ea7-0f8475772e47/model-vers/model-ver/4ce9169c-03aa-4bc7-b5c6-1f68861cbbeb?depth=0 2022-01-28T09:28:10.823Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-01-28T09:28:10.837Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71ac19f4-7a2d-4391-9ea7-0f8475772e47/model-vers/model-ver/4ce9169c-03aa-4bc7-b5c6-1f68861cbbeb?depth=0|INFO|500||Invoke 2022-01-28T09:28:10.838Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71ac19f4-7a2d-4391-9ea7-0f8475772e47/model-vers/model-ver/4ce9169c-03aa-4bc7-b5c6-1f68861cbbeb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71ac19f4-7a2d-4391-9ea7-0f8475772e47/model-vers/model-ver/4ce9169c-03aa-4bc7-b5c6-1f68861cbbeb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ced1f31f-d6cf-49c5-9aa7-b54c74c52321], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4d3d4406-0858-4c8b-84f3-ae3aa18527b3], X-ECOMP-RequestID=[ced1f31f-d6cf-49c5-9aa7-b54c74c52321], X-TransactionId=[], X-ONAP-RequestID=[ced1f31f-d6cf-49c5-9aa7-b54c74c52321], Content-Type=[application/merge-patch+json]} 2022-01-28T09:28:10.858Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71ac19f4-7a2d-4391-9ea7-0f8475772e47/model-vers/model-ver/4ce9169c-03aa-4bc7-b5c6-1f68861cbbeb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-01-28T09:28:10.878Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71ac19f4-7a2d-4391-9ea7-0f8475772e47/model-vers/model-ver/4ce9169c-03aa-4bc7-b5c6-1f68861cbbeb?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/71ac19f4-7a2d-4391-9ea7-0f8475772e47/model-vers/model-ver/4ce9169c-03aa-4bc7-b5c6-1f68861cbbeb?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220128-09:28:10:863-9849], Content-Length=[495], Date=[Fri, 28 Jan 2022 09:28:10 GMT], Content-Type=[application/json]} 2022-01-28T09:28:10.878Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71ac19f4-7a2d-4391-9ea7-0f8475772e47/model-vers/model-ver/4ce9169c-03aa-4bc7-b5c6-1f68861cbbeb?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/71ac19f4-7a2d-4391-9ea7-0f8475772e47/model-vers/model-ver/4ce9169c-03aa-4bc7-b5c6-1f68861cbbeb","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/71ac19f4-7a2d-4391-9ea7-0f8475772e47/model-vers/model-ver/4ce9169c-03aa-4bc7-b5c6-1f68861cbbeb","ERR.5.4.6114"]}}} 2022-01-28T09:28:10.879Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71ac19f4-7a2d-4391-9ea7-0f8475772e47/model-vers/model-ver/4ce9169c-03aa-4bc7-b5c6-1f68861cbbeb?depth=0|INFO|404|Not Found|InvokeReturn 2022-01-28T09:28:10.881Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=ced1f31f-d6cf-49c5-9aa7-b54c74c52321 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/71ac19f4-7a2d-4391-9ea7-0f8475772e47/model-vers/model-ver/4ce9169c-03aa-4bc7-b5c6-1f68861cbbeb (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/71ac19f4-7a2d-4391-9ea7-0f8475772e47/model-vers/model-ver/4ce9169c-03aa-4bc7-b5c6-1f68861cbbeb) (ec=ERR.5.4.6114) 2022-01-28T09:28:10.882Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ced1f31f-d6cf-49c5-9aa7-b54c74c52321 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/71ac19f4-7a2d-4391-9ea7-0f8475772e47/model-vers/model-ver/4ce9169c-03aa-4bc7-b5c6-1f68861cbbeb (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/71ac19f4-7a2d-4391-9ea7-0f8475772e47/model-vers/model-ver/4ce9169c-03aa-4bc7-b5c6-1f68861cbbeb) (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-01-28T09:28:10.882Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ced1f31f-d6cf-49c5-9aa7-b54c74c52321 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/71ac19f4-7a2d-4391-9ea7-0f8475772e47/model-vers/model-ver/4ce9169c-03aa-4bc7-b5c6-1f68861cbbeb (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/71ac19f4-7a2d-4391-9ea7-0f8475772e47/model-vers/model-ver/4ce9169c-03aa-4bc7-b5c6-1f68861cbbeb) (ec=ERR.5.4.6114) 2022-01-28T09:28:10.882Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=ced1f31f-d6cf-49c5-9aa7-b54c74c52321 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/71ac19f4-7a2d-4391-9ea7-0f8475772e47/model-vers/model-ver/4ce9169c-03aa-4bc7-b5c6-1f68861cbbeb (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/71ac19f4-7a2d-4391-9ea7-0f8475772e47/model-vers/model-ver/4ce9169c-03aa-4bc7-b5c6-1f68861cbbeb) (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-01-28T09:28:10.885Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||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-01-28T09:28:10.885Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ced1f31f-d6cf-49c5-9aa7-b54c74c52321 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ced1f31f-d6cf-49c5-9aa7-b54c74c52321 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/71ac19f4-7a2d-4391-9ea7-0f8475772e47/model-vers/model-ver/4ce9169c-03aa-4bc7-b5c6-1f68861cbbeb (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/71ac19f4-7a2d-4391-9ea7-0f8475772e47/model-vers/model-ver/4ce9169c-03aa-4bc7-b5c6-1f68861cbbeb) (ec=ERR.5.4.6114) 2022-01-28T09:28:10.885Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-01-28T09:28:10.885Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:28:10.886Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:28:10.886Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362090885, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dced1f31f-d6cf-49c5-9aa7-b54c74c52321 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/71ac19f4-7a2d-4391-9ea7-0f8475772e47/model-vers/model-ver/4ce9169c-03aa-4bc7-b5c6-1f68861cbbeb (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/71ac19f4-7a2d-4391-9ea7-0f8475772e47/model-vers/model-ver/4ce9169c-03aa-4bc7-b5c6-1f68861cbbeb) (ec\u003dERR.5.4.6114)" } 2022-01-28T09:28:10.986Z||pool-350-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:28:10.987Z||pool-350-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:28:10.987Z||pool-350-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:28:11.001Z||pool-350-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:28:11.001Z||pool-350-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-01-28T09:28:11.895Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:28:11.896Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|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-01-28T09:28:11.896Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:28:16.413Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:28:16.414Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T09:28:16.414Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"d9eafc74-9838-412f-8687-9e9c0e33ccd1","serviceName":"basic_onboard_McdAYb","serviceVersion":"1.0","serviceUUID":"8f048e91-ef3e-4613-9a43-38600f50fb97","serviceDescription":"service","serviceInvariantUUID":"0a4f3ca0-3cae-4023-ae11-287e74bbbbf0","resources":[{"resourceInstanceName":"basic_onboard_McdAYb 0","resourceName":"basic_onboard_McdAYb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6a5c50be-59ca-4344-a851-39d15126b293","resourceInvariantUUID":"ecf1dd80-e007-41ff-8404-f9b4d3552efe","resourceCustomizationUUID":"f4b81391-2bc3-4e35-a5fa-f6e6f92d742b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/vf-license-model.xml","artifactChecksum":"OWY3NWZlYTIxYWYzZTBkOWRiM2FjY2I5NTE4NTEzZGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5eb9812f-63dd-4033-8f4a-a84cd76a5929","artifactVersion":"1"},{"artifactName":"basic_onboard_mcdayb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/basic_onboard_mcdayb0_modules.json","artifactChecksum":"YzM2NjBlZWJhZGYxZmE1YzNiOGVkNmNmOGU2NDNhZTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"aec2e29f-09e0-42fd-9686-770b0a918775","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8cc340df-8b5b-4a82-813e-7c39ffba132d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2fc94c10-1e7b-4bab-93fc-586a95387380","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ac6c15f0-b2be-408c-b575-97a0f766e40c","artifactVersion":"2","generatedFromUUID":"8cc340df-8b5b-4a82-813e-7c39ffba132d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardMcdayb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/artifacts/service-BasicOnboardMcdayb-template.yml","artifactChecksum":"YjFlMGU3ZThkNjE2MjNhZjIwZTVhNDRmNGU3MmY4YTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3b2e07ed-4e7c-4cdd-90d4-8e84517133b1","artifactVersion":"1"},{"artifactName":"service-BasicOnboardMcdayb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/artifacts/service-BasicOnboardMcdayb-csar.csar","artifactChecksum":"ZWUyYmI5NDc0ZDRkY2VjNzRiNzUxYjUwYjRiM2Y3NjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"081e2bf8-63d5-4d89-a5eb-7a5ea5288629","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-28T09:28:16.415Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:28:16.416Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:28:16.418Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:28:16.418Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362091895, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:28:16.518Z||pool-351-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:28:16.518Z||pool-351-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:28:16.519Z||pool-351-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:28:16.532Z||pool-351-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:28:16.533Z||pool-351-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:28:17.418Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:28:17.420Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:28:17.422Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:28:17.422Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362091895, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/basic_onboard_mcdayb0_modules.json", "status": "NOTIFIED" } 2022-01-28T09:28:17.522Z||pool-352-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:28:17.523Z||pool-352-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:28:17.523Z||pool-352-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:28:17.538Z||pool-352-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:28:17.539Z||pool-352-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-01-28T09:28:18.422Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:28:18.423Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:28:18.424Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:28:18.425Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362091895, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-01-28T09:28:18.525Z||pool-353-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:28:18.525Z||pool-353-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:28:18.525Z||pool-353-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:28:18.538Z||pool-353-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:28:18.538Z||pool-353-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:28:19.425Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:28:19.426Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:28:19.427Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:28:19.427Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362091895, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:28:19.527Z||pool-354-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:28:19.528Z||pool-354-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:28:19.528Z||pool-354-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:28:19.540Z||pool-354-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:28:19.541Z||pool-354-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-01-28T09:28:20.427Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:28:20.428Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:28:20.431Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:28:20.431Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362091895, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-01-28T09:28:20.530Z||pool-355-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T09:28:20.531Z||pool-355-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:28:20.531Z||pool-355-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:28:20.544Z||pool-355-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:28:20.544Z||pool-355-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:28:20.695Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:28:20.695Z||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-01-28T09:28:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:28:21.323Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:28:21.326Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.326Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "cds", "timestamp": 1643362061207, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:28:21.326Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.326Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "policy-id", "timestamp": 1643362064690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:28:21.327Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "cds", "timestamp": 1643362061207, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/basic_onboard_mcdayb0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T09:28:21.327Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "policy-id", "timestamp": 1643362064690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/basic_onboard_mcdayb0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T09:28:21.327Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "ves-openapi-manager", "timestamp": 1643362069944, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:28:21.327Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "cds", "timestamp": 1643362061207, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:28:21.328Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "policy-id", "timestamp": 1643362064690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-01-28T09:28:21.328Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "ves-openapi-manager", "timestamp": 1643362069944, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/basic_onboard_mcdayb0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T09:28:21.328Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "multicloud-k8s-id", "timestamp": 1643362071153, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:28:21.328Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "cds", "timestamp": 1643362061207, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:28:21.328Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "policy-id", "timestamp": 1643362064690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:28:21.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "ves-openapi-manager", "timestamp": 1643362069944, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:28:21.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "multicloud-k8s-id", "timestamp": 1643362071153, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/basic_onboard_mcdayb0_modules.json", "status": "NOTIFIED" } 2022-01-28T09:28:21.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "cds", "timestamp": 1643362061207, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-01-28T09:28:21.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "policy-id", "timestamp": 1643362064690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-01-28T09:28:21.330Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "ves-openapi-manager", "timestamp": 1643362069944, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:28:21.330Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "multicloud-k8s-id", "timestamp": 1643362071153, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-01-28T09:28:21.330Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "cds", "timestamp": 1643362061207, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/artifacts/service-BasicOnboardMcdayb-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:28:21.330Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "aai-ml", "timestamp": 1643362073887, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:28:21.331Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "policy-id", "timestamp": 1643362064690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/artifacts/service-BasicOnboardMcdayb-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:28:21.331Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "ves-openapi-manager", "timestamp": 1643362069944, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-01-28T09:28:21.331Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "multicloud-k8s-id", "timestamp": 1643362071153, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:28:21.331Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "cds", "timestamp": 1643362061207, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/artifacts/service-BasicOnboardMcdayb-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:28:21.331Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "aai-ml", "timestamp": 1643362073887, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/basic_onboard_mcdayb0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T09:28:21.331Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "policy-id", "timestamp": 1643362064690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/artifacts/service-BasicOnboardMcdayb-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:28:21.331Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "ves-openapi-manager", "timestamp": 1643362069944, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/artifacts/service-BasicOnboardMcdayb-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:28:21.332Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "multicloud-k8s-id", "timestamp": 1643362071153, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-01-28T09:28:21.332Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "aai-ml", "timestamp": 1643362073887, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:28:21.332Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "ves-openapi-manager", "timestamp": 1643362069944, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/artifacts/service-BasicOnboardMcdayb-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-28T09:28:21.332Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "multicloud-k8s-id", "timestamp": 1643362071153, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/artifacts/service-BasicOnboardMcdayb-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:28:21.332Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "policy-id", "timestamp": 1643362077150, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/artifacts/service-BasicOnboardMcdayb-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:28:21.332Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:28:21.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "cds", "timestamp": 1643362077294, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/artifacts/service-BasicOnboardMcdayb-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:28:21.332Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:28:21.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "aai-ml", "timestamp": 1643362073887, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:28:21.332Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "multicloud-k8s-id", "timestamp": 1643362071153, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/artifacts/service-BasicOnboardMcdayb-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:28:21.333Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "policy-id", "timestamp": 1643362078153, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/artifacts/service-BasicOnboardMcdayb-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T09:28:21.333Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:28:21.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "cds", "timestamp": 1643362078299, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/artifacts/service-BasicOnboardMcdayb-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-01-28T09:28:21.345Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d9eafc74-9838-412f-8687-9e9c0e33ccd1 2022-01-28T09:28:21.345Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9eafc74-9838-412f-8687-9e9c0e33ccd1 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-01-28T09:28:21.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "aai-ml", "timestamp": 1643362073887, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-01-28T09:28:21.350Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.351Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643362078102, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:28:21.351Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.351Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "multicloud-k8s-id", "timestamp": 1643362079139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/basic_onboard_mcdayb0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T09:28:21.351Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:28:21.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.351Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "policy-id", "timestamp": 1643362079155, "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-01-28T09:28:21.354Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d9eafc74-9838-412f-8687-9e9c0e33ccd1 2022-01-28T09:28:21.354Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9eafc74-9838-412f-8687-9e9c0e33ccd1 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-01-28T09:28:21.359Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.359Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "aai-ml", "timestamp": 1643362073887, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/artifacts/service-BasicOnboardMcdayb-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:28:21.359Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.359Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.359Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643362078102, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/basic_onboard_mcdayb0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T09:28:21.360Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "multicloud-k8s-id", "timestamp": 1643362080435, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T09:28:21.360Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:28:21.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "aai-ml", "timestamp": 1643362073887, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/artifacts/service-BasicOnboardMcdayb-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:28:21.360Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643362078102, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:28:21.360Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "multicloud-k8s-id", "timestamp": 1643362081699, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-01-28T09:28:21.360Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:28:21.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643362078102, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:28:21.360Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "aai-ml", "timestamp": 1643362081940, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/artifacts/service-BasicOnboardMcdayb-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:28:21.360Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:28:21.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "multicloud-k8s-id", "timestamp": 1643362082713, "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-01-28T09:28:21.364Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d9eafc74-9838-412f-8687-9e9c0e33ccd1 2022-01-28T09:28:21.364Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9eafc74-9838-412f-8687-9e9c0e33ccd1 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-01-28T09:28:21.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643362078102, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-01-28T09:28:21.368Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "multicloud-k8s-id", "timestamp": 1643362083715, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/basic_onboard_mcdayb0_modules.json", "status": "DEPLOY_OK" } 2022-01-28T09:28:21.368Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:28:21.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643362078102, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/artifacts/service-BasicOnboardMcdayb-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:28:21.368Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643362078102, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/artifacts/service-BasicOnboardMcdayb-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:28:21.368Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643362085798, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/artifacts/service-BasicOnboardMcdayb-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:28:21.368Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:28:21.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "aai-ml", "timestamp": 1643362086402, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/artifacts/service-BasicOnboardMcdayb-csar.csar", "status": "DEPLOY_ERROR" } 2022-01-28T09:28:21.368Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:28:21.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "clamp", "timestamp": 1643362085840, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:28:21.368Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "aai-ml", "timestamp": 1643362087405, "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-01-28T09:28:21.371Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of d9eafc74-9838-412f-8687-9e9c0e33ccd1 2022-01-28T09:28:21.371Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9eafc74-9838-412f-8687-9e9c0e33ccd1 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-01-28T09:28:21.377Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.377Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "clamp", "timestamp": 1643362085840, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/basic_onboard_mcdayb0_modules.json", "status": "NOTIFIED" } 2022-01-28T09:28:21.377Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.377Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.377Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643362087780, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/artifacts/service-BasicOnboardMcdayb-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T09:28:21.378Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:28:21.378Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.378Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "clamp", "timestamp": 1643362085840, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:28:21.378Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.378Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.378Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643362088782, "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-01-28T09:28:21.381Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d9eafc74-9838-412f-8687-9e9c0e33ccd1 2022-01-28T09:28:21.382Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9eafc74-9838-412f-8687-9e9c0e33ccd1 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-01-28T09:28:21.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "clamp", "timestamp": 1643362085840, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:28:21.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "clamp", "timestamp": 1643362085840, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-01-28T09:28:21.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ced1f31f-d6cf-49c5-9aa7-b54c74c52321", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362090885, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dced1f31f-d6cf-49c5-9aa7-b54c74c52321 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/71ac19f4-7a2d-4391-9ea7-0f8475772e47/model-vers/model-ver/4ce9169c-03aa-4bc7-b5c6-1f68861cbbeb (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/71ac19f4-7a2d-4391-9ea7-0f8475772e47/model-vers/model-ver/4ce9169c-03aa-4bc7-b5c6-1f68861cbbeb) (ec\u003dERR.5.4.6114)" } 2022-01-28T09:28:21.389Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:28:21.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "clamp", "timestamp": 1643362085840, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/artifacts/service-BasicOnboardMcdayb-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:28:21.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "clamp", "timestamp": 1643362085840, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/artifacts/service-BasicOnboardMcdayb-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:28:21.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362091895, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:28:21.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362091895, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/basic_onboard_mcdayb0_modules.json", "status": "NOTIFIED" } 2022-01-28T09:28:21.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362091895, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-01-28T09:28:21.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362091895, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:28:21.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:28:21.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362091895, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-01-28T09:28:21.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:28:21.432Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:28:21.433Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:28:21.434Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:28:21.434Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362091895, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/artifacts/service-BasicOnboardMcdayb-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:28:21.534Z||pool-356-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T09:28:21.535Z||pool-356-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:28:21.535Z||pool-356-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:28:21.547Z||pool-356-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:28:21.548Z||pool-356-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:28:22.435Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:28:22.435Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:28:22.437Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:28:22.437Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362091895, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/artifacts/service-BasicOnboardMcdayb-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:28:22.537Z||pool-357-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:28:22.538Z||pool-357-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:28:22.538Z||pool-357-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:28:22.551Z||pool-357-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:28:22.551Z||pool-357-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:28:23.438Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "serviceName": "basic_onboard_McdAYb", "serviceVersion": "1.0", "serviceUUID": "8f048e91-ef3e-4613-9a43-38600f50fb97", "serviceDescription": "service", "serviceInvariantUUID": "0a4f3ca0-3cae-4023-ae11-287e74bbbbf0", "resources": [ { "resourceInstanceName": "basic_onboard_McdAYb 0", "resourceCustomizationUUID": "f4b81391-2bc3-4e35-a5fa-f6e6f92d742b", "resourceName": "basic_onboard_McdAYb", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6a5c50be-59ca-4344-a851-39d15126b293", "resourceInvariantUUID": "ecf1dd80-e007-41ff-8404-f9b4d3552efe", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_mcdayb0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/basic_onboard_mcdayb0_modules.json", "artifactChecksum": "YzM2NjBlZWJhZGYxZmE1YzNiOGVkNmNmOGU2NDNhZTA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "aec2e29f-09e0-42fd-9686-770b0a918775", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "8cc340df-8b5b-4a82-813e-7c39ffba132d", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ac6c15f0-b2be-408c-b575-97a0f766e40c", "generatedFromUUID": "8cc340df-8b5b-4a82-813e-7c39ffba132d" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ac6c15f0-b2be-408c-b575-97a0f766e40c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardMcdayb-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/artifacts/service-BasicOnboardMcdayb-csar.csar", "artifactChecksum": "ZWUyYmI5NDc0ZDRkY2VjNzRiNzUxYjUwYjRiM2Y3NjY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "081e2bf8-63d5-4d89-a5eb-7a5ea5288629" } ], "workloadContext": "Production" } 2022-01-28T09:28:23.438Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-28T09:28:23.438Z|ced1f31f-d6cf-49c5-9aa7-b54c74c52321|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8f048e91-ef3e-4613-9a43-38600f50fb97 ASDC 2022-01-28T09:28:23.439Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:d9eafc74-9838-412f-8687-9e9c0e33ccd1 ServiceName:basic_onboard_McdAYb ServiceVersion:1.0 ServiceUUID:8f048e91-ef3e-4613-9a43-38600f50fb97 ServiceInvariantUUID:0a4f3ca0-3cae-4023-ae11-287e74bbbbf0 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardMcdayb-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/artifacts/service-BasicOnboardMcdayb-csar.csar ArtifactUUID:081e2bf8-63d5-4d89-a5eb-7a5ea5288629 ArtifactChecksum:ZWUyYmI5NDc0ZDRkY2VjNzRiNzUxYjUwYjRiM2Y3NjY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_McdAYb 0 ResourceCustomizationUUID:f4b81391-2bc3-4e35-a5fa-f6e6f92d742b ResourceInvariantUUID:ecf1dd80-e007-41ff-8404-f9b4d3552efe ResourceName:basic_onboard_McdAYb ResourceType:VF ResourceUUID:6a5c50be-59ca-4344-a851-39d15126b293 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_mcdayb0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/basic_onboard_mcdayb0_modules.json ArtifactUUID:aec2e29f-09e0-42fd-9686-770b0a918775 ArtifactChecksum:YzM2NjBlZWJhZGYxZmE1YzNiOGVkNmNmOGU2NDNhZTA= 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/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.yaml ArtifactUUID:8cc340df-8b5b-4a82-813e-7c39ffba132d 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/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.env ArtifactUUID:ac6c15f0-b2be-408c-b575-97a0f766e40c 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/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.env ArtifactUUID:ac6c15f0-b2be-408c-b575-97a0f766e40c ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-01-28T09:28:23.439Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8f048e91-ef3e-4613-9a43-38600f50fb97 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-01-28T09:28:23.461Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T09:28:23.461Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-01-28T09:28:23.461Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-01-28T09:28:23.462Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 081e2bf8-63d5-4d89-a5eb-7a5ea5288629 from URL: /sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/artifacts/service-BasicOnboardMcdayb-csar.csar 2022-01-28T09:28:23.462Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-01-28T09:28:23.462Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/artifacts/service-BasicOnboardMcdayb-csar.csar 2022-01-28T09:28:23.596Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-01-28T09:28:23.602Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/artifacts/service-BasicOnboardMcdayb-csar.csar 081e2bf8-63d5-4d89-a5eb-7a5ea5288629 71547 2022-01-28T09:28:23.602Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/artifacts/service-BasicOnboardMcdayb-csar.csar ASDC sendASDCNotification 2022-01-28T09:28:23.602Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/artifacts/service-BasicOnboardMcdayb-csar.csar 2022-01-28T09:28:23.603Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T09:28:23.603Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:28:23.604Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:28:23.605Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362103602, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/artifacts/service-BasicOnboardMcdayb-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:28:23.705Z||pool-358-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:28:23.705Z||pool-358-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:28:23.705Z||pool-358-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:28:23.718Z||pool-358-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:28:23.719Z||pool-358-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:28:24.605Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T09:28:24.607Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-01-28T09:28:24.607Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 081e2bf8-63d5-4d89-a5eb-7a5ea5288629, URL: /sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/artifacts/service-BasicOnboardMcdayb-csar.csar to file: /app/ASDC/1/service-BasicOnboardMcdayb-csar.csar 2022-01-28T09:28:24.608Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardMcdayb-csar.csar 2022-01-28T09:28:24.608Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardMcdayb-csar.csar 2022-01-28T09:28:24.608Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardMcdayb-csar.csar 2022-01-28T09:28:24.715Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2236568606495286998/Definitions/service-BasicOnboardMcdayb-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-01-28T09:28:25.480Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-28T09:28:25.481Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-01-28T09:28:25.481Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardMcdayb-csar.csar 2022-01-28T09:28:25.481Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-01-28T09:28:25.481Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_McdAYb 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-BasicOnboardMcdayb-csar.csar 2022-01-28T09:28:25.481Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||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-BasicOnboardMcdayb-csar.csar 2022-01-28T09:28:25.481Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||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-BasicOnboardMcdayb-csar.csar 2022-01-28T09:28:25.481Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||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-BasicOnboardMcdayb-csar.csar 2022-01-28T09:28:25.481Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMcdayb-csar.csar 2022-01-28T09:28:25.481Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardMcdayb-csar.csar 2022-01-28T09:28:25.481Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardMcdayb-csar.csar 2022-01-28T09:28:25.482Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||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-BasicOnboardMcdayb-csar.csar 2022-01-28T09:28:25.482Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||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-BasicOnboardMcdayb-csar.csar 2022-01-28T09:28:25.482Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-01-28T09:28:25.482Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:28:25.482Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_McdAYb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:28:25.482Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_McdAYb 0 is matching search criteria 2022-01-28T09:28:25.482Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-01-28T09:28:25.482Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_McdAYb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T09:28:25.482Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:28:25.483Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_McdAYb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:28:25.483Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_McdAYb 0 is matching search criteria 2022-01-28T09:28:25.483Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-01-28T09:28:25.483Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_McdAYb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T09:28:25.483Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:28:25.483Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_McdAYb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:28:25.483Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:28:25.483Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_McdAYb 0 is not matching search criteria 2022-01-28T09:28:25.483Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-01-28T09:28:25.483Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-01-28T09:28:25.484Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-01-28T09:28:25.484Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-01-28T09:28:25.484Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-01-28T09:28:25.484Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:28:25.484Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_McdAYb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-28T09:28:25.484Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:28:25.484Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_McdAYb 0 is matching search criteria 2022-01-28T09:28:25.484Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_McdAYb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:28:25.484Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:28:25.484Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_McdAYb 0 is matching search criteria 2022-01-28T09:28:25.485Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_McdAYb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:28:25.485Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:28:25.485Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_McdAYb 0 is matching search criteria 2022-01-28T09:28:25.485Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_McdAYb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:28:25.485Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:28:25.485Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_McdAYb 0 is not matching search criteria 2022-01-28T09:28:25.485Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-01-28T09:28:25.485Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-01-28T09:28:25.485Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=06951a23-5ef7-478a-bbf7-f9669d7bae8f 2022-01-28T09:28:25.485Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:28:25.486Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_McdAYb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:28:25.486Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:28:25.486Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_McdAYb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:28:25.486Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:28:25.486Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_McdAYb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:28:25.486Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:28:25.486Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_McdAYb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:28:25.486Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_McdAYb Description:service Model UUID:8f048e91-ef3e-4613-9a43-38600f50fb97 Model Version:NULL Model InvariantUuid:0a4f3ca0-3cae-4023-ae11-287e74bbbbf0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_McdAYb Model UUID:84e8f261-ba85-414b-9beb-7a3906bcb6a4 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:ecf1dd80-e007-41ff-8404-f9b4d3552efe Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f4b81391-2bc3-4e35-a5fa-f6e6f92d742b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c8024e1d-6461-4f81-84f7-d2b5307ff254 ModelName:BasicOnboardMcdayb..base_ubuntu18..module-0 ModelUuid:84d702f6-e558-4874-9e1b-3603ebe28b79 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:06951a23-5ef7-478a-bbf7-f9669d7bae8f ModelInvariantUuid:13a16206-8045-46f3-bf9e-4b16dc87204b ModelName:basic_onboard_McdAYb-nodes.ubuntu18Cvfc ModelUuid:076e92be-9a15-492f-a58f-63be96da8140 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:37125657-7093-459a-a68c-5ed773c96026 ModelInvariantUuid:5e742d7b-9427-4393-b121-0cae83b47db7 ModelName:BasicOnboardMcdayb.compute.nodes.heat.ubuntu18 ModelUuid:85eda39e-3071-4cfd-9358-dbcb1498e779 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-01-28T09:28:25.491Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 6a5c50be-59ca-4344-a851-39d15126b293 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-01-28T09:28:25.493Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||basic_onboard_McdAYb 0 2022-01-28T09:28:25.493Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6a5c50be-59ca-4344-a851-39d15126b293 2022-01-28T09:28:25.493Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: aec2e29f-09e0-42fd-9686-770b0a918775 from URL: /sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/basic_onboard_mcdayb0_modules.json 2022-01-28T09:28:25.493Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-01-28T09:28:25.493Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/basic_onboard_mcdayb0_modules.json 2022-01-28T09:28:25.994Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-01-28T09:28:25.994Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/basic_onboard_mcdayb0_modules.json aec2e29f-09e0-42fd-9686-770b0a918775 798 2022-01-28T09:28:25.994Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/basic_onboard_mcdayb0_modules.json ASDC sendASDCNotification 2022-01-28T09:28:25.995Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/basic_onboard_mcdayb0_modules.json 2022-01-28T09:28:25.995Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T09:28:25.995Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:28:25.996Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:28:25.996Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362105994, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/basic_onboard_mcdayb0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T09:28:26.097Z||pool-359-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T09:28:26.097Z||pool-359-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:28:26.097Z||pool-359-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:28:26.110Z||pool-359-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:28:26.110Z||pool-359-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:28:26.997Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardMcdayb..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "c8024e1d-6461-4f81-84f7-d2b5307ff254", "vfModuleModelVersion": "1", "vfModuleModelUUID": "84d702f6-e558-4874-9e1b-3603ebe28b79", "vfModuleModelCustomizationUUID": "e2007a70-59b0-4f32-b644-a1da579d911e", "isBase": true, "artifacts": [ "8cc340df-8b5b-4a82-813e-7c39ffba132d", "ac6c15f0-b2be-408c-b575-97a0f766e40c" ], "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-01-28T09:28:27.000Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardMcdayb..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:84d702f6-e558-4874-9e1b-3603ebe28b79 VfModuleModelInvariantUUID:c8024e1d-6461-4f81-84f7-d2b5307ff254 VfModuleModelDescription:NULL Artifacts UUID List:{ 8cc340df-8b5b-4a82-813e-7c39ffba132d , ac6c15f0-b2be-408c-b575-97a0f766e40c } 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-01-28T09:28:27.002Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardMcdayb..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "c8024e1d-6461-4f81-84f7-d2b5307ff254", "vfModuleModelVersion": "1", "vfModuleModelUUID": "84d702f6-e558-4874-9e1b-3603ebe28b79", "vfModuleModelCustomizationUUID": "e2007a70-59b0-4f32-b644-a1da579d911e", "isBase": true, "artifacts": [ "8cc340df-8b5b-4a82-813e-7c39ffba132d", "ac6c15f0-b2be-408c-b575-97a0f766e40c" ], "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-01-28T09:28:27.003Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardMcdayb..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:84d702f6-e558-4874-9e1b-3603ebe28b79 VfModuleModelInvariantUUID:c8024e1d-6461-4f81-84f7-d2b5307ff254 VfModuleModelDescription:NULL Artifacts UUID List:{ 8cc340df-8b5b-4a82-813e-7c39ffba132d , ac6c15f0-b2be-408c-b575-97a0f766e40c } 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-01-28T09:28:27.003Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8cc340df-8b5b-4a82-813e-7c39ffba132d from URL: /sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.yaml 2022-01-28T09:28:27.003Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-01-28T09:28:27.003Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.yaml 2022-01-28T09:28:27.495Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-01-28T09:28:27.495Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.yaml 8cc340df-8b5b-4a82-813e-7c39ffba132d 5033 2022-01-28T09:28:27.495Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-01-28T09:28:27.495Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.yaml 2022-01-28T09:28:27.496Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T09:28:27.496Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:28:27.497Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:28:27.498Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362107495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T09:28:27.598Z||pool-360-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:28:27.598Z||pool-360-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:28:27.598Z||pool-360-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:28:27.609Z||pool-360-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:28:27.610Z||pool-360-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:28:28.498Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ac6c15f0-b2be-408c-b575-97a0f766e40c from URL: /sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.env 2022-01-28T09:28:28.499Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-01-28T09:28:28.499Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.env 2022-01-28T09:28:28.796Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-01-28T09:28:28.797Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.env ac6c15f0-b2be-408c-b575-97a0f766e40c 909 2022-01-28T09:28:28.797Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-01-28T09:28:28.797Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.env 2022-01-28T09:28:28.797Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T09:28:28.797Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:28:28.799Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:28:28.799Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362108797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-01-28T09:28:28.900Z||pool-361-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:28:28.900Z||pool-361-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:28:28.900Z||pool-361-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:28:28.913Z||pool-361-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:28:28.914Z||pool-361-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-01-28T09:28:29.800Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 8f048e91-ef3e-4613-9a43-38600f50fb97 2022-01-28T09:28:29.800Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_McdAYb 0 6a5c50be-59ca-4344-a851-39d15126b293 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-01-28T09:28:29.806Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2020a4c8, org.onap.sdc.toscaparser.api.parameters.Input@1c141a4d, org.onap.sdc.toscaparser.api.parameters.Input@d7f4cfb, org.onap.sdc.toscaparser.api.parameters.Input@7d199bab, org.onap.sdc.toscaparser.api.parameters.Input@58ba7624] 2022-01-28T09:28:29.807Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:28:29.807Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_McdAYb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:28:29.807Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-01-28T09:28:29.807Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= f4b81391-2bc3-4e35-a5fa-f6e6f92d742b 2022-01-28T09:28:29.807Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f4b81391-2bc3-4e35-a5fa-f6e6f92d742b matches Tosca VF Customization UUID: f4b81391-2bc3-4e35-a5fa-f6e6f92d742b 2022-01-28T09:28:29.807Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: f4b81391-2bc3-4e35-a5fa-f6e6f92d742b 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-01-28T09:28:29.808Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:28:29.808Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_McdAYb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:28:29.809Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id f4b81391-2bc3-4e35-a5fa-f6e6f92d742b: {\"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-01-28T09:28:29.809Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@225a5ce6 2022-01-28T09:28:29.809Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:28:29.809Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_McdAYb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-28T09:28:29.809Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e2007a70-59b0-4f32-b644-a1da579d911e 2022-01-28T09:28:29.809Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e2007a70-59b0-4f32-b644-a1da579d911e 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-01-28T09:28:29.810Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:28:29.810Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_McdAYb 0 is matching search criteria 2022-01-28T09:28:29.810Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_McdAYb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:28:29.810Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:28:29.810Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_McdAYb 0 is matching search criteria 2022-01-28T09:28:29.811Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_McdAYb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:28:29.811Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:28:29.811Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_McdAYb 0 is not matching search criteria 2022-01-28T09:28:29.811Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-01-28T09:28:29.811Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-01-28T09:28:29.811Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=06951a23-5ef7-478a-bbf7-f9669d7bae8f 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-01-28T09:28:29.812Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:28:29.812Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_McdAYb 0 is matching search criteria 2022-01-28T09:28:29.812Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_McdAYb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:28:29.812Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:28:29.812Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_McdAYb 0 is matching search criteria 2022-01-28T09:28:29.812Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_McdAYb 0] matching following query criteria: sdcType=VF, customizationUUID=f4b81391-2bc3-4e35-a5fa-f6e6f92d742b 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-01-28T09:28:29.813Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:28:29.813Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_McdAYb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:28:29.813Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 8f048e91-ef3e-4613-9a43-38600f50fb97: basic_onboard_McdAYb 2022-01-28T09:28:29.813Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:28:29.813Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_McdAYb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:28:29.813Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:28:29.813Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_McdAYb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:28:29.813Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:28:29.813Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_McdAYb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:28:29.813Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:28:29.814Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_McdAYb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:28:29.814Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:28:29.814Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_McdAYb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:28:29.814Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_McdAYb 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-01-28T09:28:29.861Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_McdAYb 6a5c50be-59ca-4344-a851-39d15126b293 1 ASDC deployResourceStructure 2022-01-28T09:28:29.862Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/basic_onboard_mcdayb0_modules.json ASDC sendASDCNotification 2022-01-28T09:28:29.862Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/basic_onboard_mcdayb0_modules.json 2022-01-28T09:28:29.862Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T09:28:29.862Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:28:29.863Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:28:29.863Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362109862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/basic_onboard_mcdayb0_modules.json", "status": "DEPLOY_OK" } 2022-01-28T09:28:29.963Z||pool-362-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:28:29.964Z||pool-362-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:28:29.964Z||pool-362-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:28:29.976Z||pool-362-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:28:29.976Z||pool-362-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:28:30.863Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-01-28T09:28:30.864Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.yaml 2022-01-28T09:28:30.864Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T09:28:30.864Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:28:30.866Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:28:30.866Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362110863, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-01-28T09:28:30.966Z||pool-363-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:28:30.967Z||pool-363-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:28:30.967Z||pool-363-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:28:30.979Z||pool-363-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:28:30.980Z||pool-363-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:28:31.866Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-01-28T09:28:31.867Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.env 2022-01-28T09:28:31.867Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T09:28:31.867Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:28:31.868Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:28:31.869Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362111866, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-01-28T09:28:31.969Z||pool-364-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:28:31.969Z||pool-364-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:28:31.970Z||pool-364-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:28:31.982Z||pool-364-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:28:31.982Z||pool-364-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:28:32.869Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/artifacts/service-BasicOnboardMcdayb-csar.csar ASDC sendASDCNotification 2022-01-28T09:28:32.869Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/artifacts/service-BasicOnboardMcdayb-csar.csar 2022-01-28T09:28:32.869Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T09:28:32.869Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:28:32.870Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:28:32.871Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362112869, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/artifacts/service-BasicOnboardMcdayb-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T09:28:32.971Z||pool-365-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:28:32.971Z||pool-365-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:28:32.972Z||pool-365-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:28:32.985Z||pool-365-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:28:32.985Z||pool-365-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:28:33.871Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d9eafc74-9838-412f-8687-9e9c0e33ccd1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T09:28:33.879Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d9eafc74-9838-412f-8687-9e9c0e33ccd1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T09:28:33.880Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T09:28:33.881Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-28T09:28:33.881Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-28T09:28:33.881Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-28T09:28:33.881Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-01-28T09:28:33.881Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||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-01-28T09:28:33.884Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-28T09:29:03.885Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d9eafc74-9838-412f-8687-9e9c0e33ccd1 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-01-28T09:29:03.889Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d9eafc74-9838-412f-8687-9e9c0e33ccd1 and serviceModelVersionId: 8f048e91-ef3e-4613-9a43-38600f50fb97 2022-01-28T09:29:03.889Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0a4f3ca0-3cae-4023-ae11-287e74bbbbf0 2022-01-28T09:29:03.890Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0a4f3ca0-3cae-4023-ae11-287e74bbbbf0/model-vers/model-ver/8f048e91-ef3e-4613-9a43-38600f50fb97?depth=0 2022-01-28T09:29:03.897Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-01-28T09:29:03.913Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a4f3ca0-3cae-4023-ae11-287e74bbbbf0/model-vers/model-ver/8f048e91-ef3e-4613-9a43-38600f50fb97?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-01-28T09:29:03.914Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a4f3ca0-3cae-4023-ae11-287e74bbbbf0/model-vers/model-ver/8f048e91-ef3e-4613-9a43-38600f50fb97?depth=0|INFO|500||Invoke 2022-01-28T09:29:03.935Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a4f3ca0-3cae-4023-ae11-287e74bbbbf0/model-vers/model-ver/8f048e91-ef3e-4613-9a43-38600f50fb97?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-01-28T09:29:03.952Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a4f3ca0-3cae-4023-ae11-287e74bbbbf0/model-vers/model-ver/8f048e91-ef3e-4613-9a43-38600f50fb97?depth=0|INFO|404|Not Found|InvokeReturn 2022-01-28T09:29:03.953Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a4f3ca0-3cae-4023-ae11-287e74bbbbf0/model-vers/model-ver/8f048e91-ef3e-4613-9a43-38600f50fb97?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220128-09:29:03:940-22726], Content-Length=[495], Date=[Fri, 28 Jan 2022 09:29:03 GMT], Content-Type=[application/json]} 2022-01-28T09:29:03.953Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||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/0a4f3ca0-3cae-4023-ae11-287e74bbbbf0/model-vers/model-ver/8f048e91-ef3e-4613-9a43-38600f50fb97","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0a4f3ca0-3cae-4023-ae11-287e74bbbbf0/model-vers/model-ver/8f048e91-ef3e-4613-9a43-38600f50fb97","ERR.5.4.6114"]}}} 2022-01-28T09:29:03.955Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=d9eafc74-9838-412f-8687-9e9c0e33ccd1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0a4f3ca0-3cae-4023-ae11-287e74bbbbf0/model-vers/model-ver/8f048e91-ef3e-4613-9a43-38600f50fb97 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0a4f3ca0-3cae-4023-ae11-287e74bbbbf0/model-vers/model-ver/8f048e91-ef3e-4613-9a43-38600f50fb97) (ec=ERR.5.4.6114) 2022-01-28T09:29:03.955Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=d9eafc74-9838-412f-8687-9e9c0e33ccd1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0a4f3ca0-3cae-4023-ae11-287e74bbbbf0/model-vers/model-ver/8f048e91-ef3e-4613-9a43-38600f50fb97 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0a4f3ca0-3cae-4023-ae11-287e74bbbbf0/model-vers/model-ver/8f048e91-ef3e-4613-9a43-38600f50fb97) (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-01-28T09:29:03.955Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=d9eafc74-9838-412f-8687-9e9c0e33ccd1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0a4f3ca0-3cae-4023-ae11-287e74bbbbf0/model-vers/model-ver/8f048e91-ef3e-4613-9a43-38600f50fb97 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0a4f3ca0-3cae-4023-ae11-287e74bbbbf0/model-vers/model-ver/8f048e91-ef3e-4613-9a43-38600f50fb97) (ec=ERR.5.4.6114) 2022-01-28T09:29:03.956Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=d9eafc74-9838-412f-8687-9e9c0e33ccd1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0a4f3ca0-3cae-4023-ae11-287e74bbbbf0/model-vers/model-ver/8f048e91-ef3e-4613-9a43-38600f50fb97 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0a4f3ca0-3cae-4023-ae11-287e74bbbbf0/model-vers/model-ver/8f048e91-ef3e-4613-9a43-38600f50fb97) (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-01-28T09:29:03.958Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||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-01-28T09:29:03.958Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d9eafc74-9838-412f-8687-9e9c0e33ccd1 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=d9eafc74-9838-412f-8687-9e9c0e33ccd1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0a4f3ca0-3cae-4023-ae11-287e74bbbbf0/model-vers/model-ver/8f048e91-ef3e-4613-9a43-38600f50fb97 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0a4f3ca0-3cae-4023-ae11-287e74bbbbf0/model-vers/model-ver/8f048e91-ef3e-4613-9a43-38600f50fb97) (ec=ERR.5.4.6114) 2022-01-28T09:29:03.958Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-01-28T09:29:03.959Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:29:03.960Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:29:03.960Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362143958, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dd9eafc74-9838-412f-8687-9e9c0e33ccd1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0a4f3ca0-3cae-4023-ae11-287e74bbbbf0/model-vers/model-ver/8f048e91-ef3e-4613-9a43-38600f50fb97 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0a4f3ca0-3cae-4023-ae11-287e74bbbbf0/model-vers/model-ver/8f048e91-ef3e-4613-9a43-38600f50fb97) (ec\u003dERR.5.4.6114)" } 2022-01-28T09:29:04.060Z||pool-366-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:29:04.061Z||pool-366-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:29:04.061Z||pool-366-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:29:04.077Z||pool-366-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:29:04.078Z||pool-366-thread-1|||||INFO|500||cambria reply ok (18 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-01-28T09:29:04.969Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:29:04.970Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|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-01-28T09:29:04.970Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:29:14.510Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:29:14.510Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:29:14.511Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|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-01-28T09:29:14.511Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:29:20.695Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:29:20.695Z||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-01-28T09:29:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:29:20.814Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:29:20.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-28T09:29:20.815Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362091895, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/artifacts/service-BasicOnboardMcdayb-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:29:20.815Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-01-28T09:29:24.049Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:29:24.049Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:29:24.050Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|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-01-28T09:29:24.050Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:29:33.585Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:30:20.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:30:20.693Z||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-01-28T09:30:20.694Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:30:20.695Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:30:20.695Z||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-01-28T09:30:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:30:21.220Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:30:21.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-28T09:30:21.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362091895, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/artifacts/service-BasicOnboardMcdayb-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:30:21.222Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-01-28T09:30:21.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-28T09:30:21.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "clamp", "timestamp": 1643362103192, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/artifacts/service-BasicOnboardMcdayb-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:30:21.222Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:30:21.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-28T09:30:21.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362103602, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/artifacts/service-BasicOnboardMcdayb-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:30:21.222Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:30:21.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-28T09:30:21.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "clamp", "timestamp": 1643362104202, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/artifacts/service-BasicOnboardMcdayb-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T09:30:21.223Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:30:21.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-28T09:30:21.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "clamp", "timestamp": 1643362105204, "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-01-28T09:30:21.231Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d9eafc74-9838-412f-8687-9e9c0e33ccd1 2022-01-28T09:30:21.231Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9eafc74-9838-412f-8687-9e9c0e33ccd1 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-01-28T09:30:21.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-28T09:30:21.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362105994, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/basic_onboard_mcdayb0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T09:30:21.239Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:30:21.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-28T09:30:21.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362107495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T09:30:21.239Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:30:21.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-28T09:30:21.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362108797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-01-28T09:30:21.240Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:30:21.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-28T09:30:21.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362109862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/basic_onboard_mcdayb0_modules.json", "status": "DEPLOY_OK" } 2022-01-28T09:30:21.240Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:30:21.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-28T09:30:21.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362110863, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-01-28T09:30:21.241Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:30:21.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-28T09:30:21.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362111866, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/resourceInstances/basic_onboard_mcdayb0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-01-28T09:30:21.241Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:30:21.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-28T09:30:21.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362112869, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMcdayb/1.0/artifacts/service-BasicOnboardMcdayb-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T09:30:21.241Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:30:21.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-28T09:30:21.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d9eafc74-9838-412f-8687-9e9c0e33ccd1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362143958, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dd9eafc74-9838-412f-8687-9e9c0e33ccd1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/0a4f3ca0-3cae-4023-ae11-287e74bbbbf0/model-vers/model-ver/8f048e91-ef3e-4613-9a43-38600f50fb97 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/0a4f3ca0-3cae-4023-ae11-287e74bbbbf0/model-vers/model-ver/8f048e91-ef3e-4613-9a43-38600f50fb97) (ec\u003dERR.5.4.6114)" } 2022-01-28T09:30:21.242Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:30:30.249Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:31:20.693Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:31:20.693Z||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-01-28T09:31:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:31:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:31:20.695Z||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-01-28T09:31:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:31:30.240Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:31:30.243Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:32:20.692Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:32:20.693Z||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-01-28T09:32:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:32:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:32:20.695Z||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-01-28T09:32:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:32:30.233Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:32:30.237Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:33:20.692Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:33:20.693Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|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-01-28T09:33:20.693Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:33:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:33:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|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-01-28T09:33:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:33:30.234Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:33:30.241Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:34:20.693Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:34:20.693Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|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-01-28T09:34:20.693Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:34:20.695Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:34:20.695Z||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-01-28T09:34:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:34:21.325Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:34:21.326Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.326Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"225975dc-0150-4218-9ee9-57be9fd55d84","serviceName":"vFW 2022-01-28 09-32-30","serviceVersion":"1.0","serviceUUID":"7c5310e2-5e0d-4d35-b4f6-0850bf046436","serviceDescription":"catalog service description","serviceInvariantUUID":"25428b27-8eb4-41f1-a2de-dbb59faac626","resources":[{"resourceInstanceName":"vFW 0b1e51a2-61dd 0","resourceName":"vFW 0b1e51a2-61dd","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"033309b3-af5d-4656-adcc-9de347305df9","resourceInvariantUUID":"07d3546a-c529-482b-8a67-46fa86a71888","resourceCustomizationUUID":"08a338d5-007b-43e2-a048-a91db80e9120","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/vf-license-model.xml","artifactChecksum":"MjkyMjc5MmY1MDM1N2VjZWRkNGM2YTdjZDBmZjA4YmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0ad0784c-8359-4b21-8e28-d27f699f9683","artifactVersion":"1"},{"artifactName":"vfw0b1e51a261dd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/vfw0b1e51a261dd0_modules.json","artifactChecksum":"MGY5MTc3YTg4MmEyMWIwNjllZjAzNDA5M2FlMzJmYjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c694ec48-48d8-40d2-8978-50639845a59a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e3984e38-e900-4335-b5ab-614d52d94377","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/vendor-license-model.xml","artifactChecksum":"YzdhMTdjNjNlMzI0OWQ0MTM3NjZjNTRiYTA1NmYxZTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6ac2d8da-88bb-4753-abe2-c74251d5a3c9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"63eb7857-fe55-43e7-b6d2-85f405e35e55","artifactVersion":"2","generatedFromUUID":"e3984e38-e900-4335-b5ab-614d52d94377"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220128093230-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128093230/1.0/artifacts/service-Vfw20220128093230-template.yml","artifactChecksum":"OTEzYjI1ZTkzN2JkNzkyYWFlODdkYTBlZTUyNTJlZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"265ef2da-e3a3-4a87-8f31-2d4a9ded4934","artifactVersion":"1"},{"artifactName":"service-Vfw20220128093230-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220128093230/1.0/artifacts/service-Vfw20220128093230-csar.csar","artifactChecksum":"YjE0MTBkZTMwZjNhODVkYzhjMWQ2MzU4MjdlNTg4Nzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d93eef00-dead-421c-9c28-ce1cf269beb7","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-28T09:34:21.327Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:34:21.328Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:34:21.328Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:34:21.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "ves-openapi-manager", "timestamp": 1643362429944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:34:21.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "multicloud-k8s-id", "timestamp": 1643362431153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:34:21.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "policy-id", "timestamp": 1643362424690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:34:21.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "ves-openapi-manager", "timestamp": 1643362429944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/vfw0b1e51a261dd0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T09:34:21.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "multicloud-k8s-id", "timestamp": 1643362431153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/vfw0b1e51a261dd0_modules.json", "status": "NOTIFIED" } 2022-01-28T09:34:21.330Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "policy-id", "timestamp": 1643362424690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/vfw0b1e51a261dd0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T09:34:21.330Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "ves-openapi-manager", "timestamp": 1643362429944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:34:21.330Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "multicloud-k8s-id", "timestamp": 1643362431153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T09:34:21.330Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "policy-id", "timestamp": 1643362424690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T09:34:21.330Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "aai-ml", "timestamp": 1643362433887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:34:21.331Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.331Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:34:21.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "multicloud-k8s-id", "timestamp": 1643362431153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:34:21.331Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362460693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:34:21.331Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "ves-openapi-manager", "timestamp": 1643362429944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:34:21.331Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "policy-id", "timestamp": 1643362424690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:34:21.331Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "aai-ml", "timestamp": 1643362433887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/vfw0b1e51a261dd0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T09:34:21.331Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "ves-openapi-manager", "timestamp": 1643362429944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T09:34:21.332Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "multicloud-k8s-id", "timestamp": 1643362431153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-28T09:34:21.332Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "policy-id", "timestamp": 1643362424690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T09:34:21.332Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "aai-ml", "timestamp": 1643362433887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:34:21.332Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "cds", "timestamp": 1643362436207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:34:21.333Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "multicloud-k8s-id", "timestamp": 1643362431153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/artifacts/service-Vfw20220128093230-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:34:21.333Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "ves-openapi-manager", "timestamp": 1643362429944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/artifacts/service-Vfw20220128093230-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:34:21.333Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "policy-id", "timestamp": 1643362424690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/artifacts/service-Vfw20220128093230-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:34:21.333Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "aai-ml", "timestamp": 1643362433887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:34:21.333Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "cds", "timestamp": 1643362436207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/vfw0b1e51a261dd0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T09:34:21.334Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "ves-openapi-manager", "timestamp": 1643362429944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/artifacts/service-Vfw20220128093230-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-28T09:34:21.334Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "multicloud-k8s-id", "timestamp": 1643362431153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/artifacts/service-Vfw20220128093230-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:34:21.334Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "policy-id", "timestamp": 1643362424690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/artifacts/service-Vfw20220128093230-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:34:21.334Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "aai-ml", "timestamp": 1643362433887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T09:34:21.334Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643362438102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:34:21.334Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "cds", "timestamp": 1643362436207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:34:21.334Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "aai-ml", "timestamp": 1643362433887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/artifacts/service-Vfw20220128093230-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:34:21.335Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643362438102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/vfw0b1e51a261dd0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T09:34:21.335Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "cds", "timestamp": 1643362436207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:34:21.335Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "multicloud-k8s-id", "timestamp": 1643362440135, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/vfw0b1e51a261dd0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T09:34:21.335Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:34:21.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "policy-id", "timestamp": 1643362440200, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/artifacts/service-Vfw20220128093230-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:34:21.335Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:34:21.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "aai-ml", "timestamp": 1643362433887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/artifacts/service-Vfw20220128093230-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:34:21.335Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643362438102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:34:21.335Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "cds", "timestamp": 1643362436207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T09:34:21.336Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "policy-id", "timestamp": 1643362441203, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/artifacts/service-Vfw20220128093230-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T09:34:21.336Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:34:21.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "multicloud-k8s-id", "timestamp": 1643362441636, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T09:34:21.336Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:34:21.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643362438102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:34:21.336Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "cds", "timestamp": 1643362436207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/artifacts/service-Vfw20220128093230-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:34:21.336Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "aai-ml", "timestamp": 1643362441905, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/artifacts/service-Vfw20220128093230-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:34:21.336Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:34:21.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "policy-id", "timestamp": 1643362442205, "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-01-28T09:34:21.349Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 225975dc-0150-4218-9ee9-57be9fd55d84 2022-01-28T09:34:21.350Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 225975dc-0150-4218-9ee9-57be9fd55d84 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-01-28T09:34:21.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.356Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643362438102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T09:34:21.356Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.356Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "multicloud-k8s-id", "timestamp": 1643362442796, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-28T09:34:21.356Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:34:21.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "cds", "timestamp": 1643362436207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/artifacts/service-Vfw20220128093230-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:34:21.357Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643362438102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/artifacts/service-Vfw20220128093230-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:34:21.357Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "multicloud-k8s-id", "timestamp": 1643362443810, "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-01-28T09:34:21.361Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 225975dc-0150-4218-9ee9-57be9fd55d84 2022-01-28T09:34:21.361Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 225975dc-0150-4218-9ee9-57be9fd55d84 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-01-28T09:34:21.366Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.366Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "cds", "timestamp": 1643362444107, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/artifacts/service-Vfw20220128093230-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:34:21.366Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:34:21.366Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.366Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643362438102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/artifacts/service-Vfw20220128093230-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:34:21.367Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.367Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.367Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "multicloud-k8s-id", "timestamp": 1643362444811, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/vfw0b1e51a261dd0_modules.json", "status": "DEPLOY_OK" } 2022-01-28T09:34:21.367Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:34:21.367Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.367Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "cds", "timestamp": 1643362445111, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/artifacts/service-Vfw20220128093230-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-01-28T09:34:21.370Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 225975dc-0150-4218-9ee9-57be9fd55d84 2022-01-28T09:34:21.370Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 225975dc-0150-4218-9ee9-57be9fd55d84 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-01-28T09:34:21.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643362445869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/artifacts/service-Vfw20220128093230-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:34:21.376Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:34:21.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "clamp", "timestamp": 1643362445840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:34:21.376Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "clamp", "timestamp": 1643362445840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/vfw0b1e51a261dd0_modules.json", "status": "NOTIFIED" } 2022-01-28T09:34:21.376Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643362448381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/artifacts/service-Vfw20220128093230-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T09:34:21.376Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:34:21.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "aai-ml", "timestamp": 1643362448417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/artifacts/service-Vfw20220128093230-csar.csar", "status": "DEPLOY_ERROR" } 2022-01-28T09:34:21.376Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:34:21.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "clamp", "timestamp": 1643362445840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:34:21.376Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643362449383, "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-01-28T09:34:21.379Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 225975dc-0150-4218-9ee9-57be9fd55d84 2022-01-28T09:34:21.379Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 225975dc-0150-4218-9ee9-57be9fd55d84 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-01-28T09:34:21.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "aai-ml", "timestamp": 1643362449420, "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-01-28T09:34:21.388Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 225975dc-0150-4218-9ee9-57be9fd55d84 2022-01-28T09:34:21.388Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 225975dc-0150-4218-9ee9-57be9fd55d84 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-01-28T09:34:21.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "clamp", "timestamp": 1643362445840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:34:21.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "clamp", "timestamp": 1643362445840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T09:34:21.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "clamp", "timestamp": 1643362445840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/artifacts/service-Vfw20220128093230-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:34:21.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:34:21.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "clamp", "timestamp": 1643362445840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/artifacts/service-Vfw20220128093230-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:34:21.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:34:21.431Z||pool-367-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:34:21.432Z||pool-367-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:34:21.432Z||pool-367-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:34:21.444Z||pool-367-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:34:21.445Z||pool-367-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:34:22.331Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:34:22.332Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:34:22.334Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:34:22.334Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362460693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/vfw0b1e51a261dd0_modules.json", "status": "NOTIFIED" } 2022-01-28T09:34:22.435Z||pool-368-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:34:22.435Z||pool-368-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:34:22.436Z||pool-368-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:34:22.447Z||pool-368-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:34:22.447Z||pool-368-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:34:23.335Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:34:23.336Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:34:23.338Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:34:23.338Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362460693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T09:34:23.439Z||pool-369-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T09:34:23.440Z||pool-369-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:34:23.440Z||pool-369-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:34:23.451Z||pool-369-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:34:23.451Z||pool-369-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:34:24.339Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:34:24.340Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:34:24.341Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:34:24.341Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362460693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:34:24.441Z||pool-370-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:34:24.442Z||pool-370-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:34:24.442Z||pool-370-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:34:24.454Z||pool-370-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:34:24.454Z||pool-370-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:34:25.341Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:34:25.342Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:34:25.344Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:34:25.344Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362460693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-28T09:34:25.444Z||pool-371-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:34:25.445Z||pool-371-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:34:25.445Z||pool-371-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:34:25.457Z||pool-371-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:34:25.457Z||pool-371-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:34:26.344Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:34:26.345Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:34:26.346Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:34:26.347Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362460693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/artifacts/service-Vfw20220128093230-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:34:26.447Z||pool-372-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:34:26.447Z||pool-372-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:34:26.447Z||pool-372-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:34:26.461Z||pool-372-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:34:26.461Z||pool-372-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:34:27.347Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:34:27.348Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:34:27.350Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:34:27.350Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362460693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/artifacts/service-Vfw20220128093230-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:34:27.450Z||pool-373-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:34:27.451Z||pool-373-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:34:27.451Z||pool-373-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:34:27.464Z||pool-373-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:34:27.464Z||pool-373-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:34:28.351Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "serviceName": "vFW 2022-01-28 09-32-30", "serviceVersion": "1.0", "serviceUUID": "7c5310e2-5e0d-4d35-b4f6-0850bf046436", "serviceDescription": "catalog service description", "serviceInvariantUUID": "25428b27-8eb4-41f1-a2de-dbb59faac626", "resources": [ { "resourceInstanceName": "vFW 0b1e51a2-61dd 0", "resourceCustomizationUUID": "08a338d5-007b-43e2-a048-a91db80e9120", "resourceName": "vFW 0b1e51a2-61dd", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "033309b3-af5d-4656-adcc-9de347305df9", "resourceInvariantUUID": "07d3546a-c529-482b-8a67-46fa86a71888", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw0b1e51a261dd0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/vfw0b1e51a261dd0_modules.json", "artifactChecksum": "MGY5MTc3YTg4MmEyMWIwNjllZjAzNDA5M2FlMzJmYjU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c694ec48-48d8-40d2-8978-50639845a59a", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "e3984e38-e900-4335-b5ab-614d52d94377", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "63eb7857-fe55-43e7-b6d2-85f405e35e55", "generatedFromUUID": "e3984e38-e900-4335-b5ab-614d52d94377" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "63eb7857-fe55-43e7-b6d2-85f405e35e55", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220128093230-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/artifacts/service-Vfw20220128093230-csar.csar", "artifactChecksum": "YjE0MTBkZTMwZjNhODVkYzhjMWQ2MzU4MjdlNTg4Nzc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d93eef00-dead-421c-9c28-ce1cf269beb7" } ], "workloadContext": "Production" } 2022-01-28T09:34:28.351Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-28T09:34:28.352Z|d9eafc74-9838-412f-8687-9e9c0e33ccd1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7c5310e2-5e0d-4d35-b4f6-0850bf046436 ASDC 2022-01-28T09:34:28.352Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:225975dc-0150-4218-9ee9-57be9fd55d84 ServiceName:vFW 2022-01-28 09-32-30 ServiceVersion:1.0 ServiceUUID:7c5310e2-5e0d-4d35-b4f6-0850bf046436 ServiceInvariantUUID:25428b27-8eb4-41f1-a2de-dbb59faac626 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220128093230-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220128093230/1.0/artifacts/service-Vfw20220128093230-csar.csar ArtifactUUID:d93eef00-dead-421c-9c28-ce1cf269beb7 ArtifactChecksum:YjE0MTBkZTMwZjNhODVkYzhjMWQ2MzU4MjdlNTg4Nzc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 0b1e51a2-61dd 0 ResourceCustomizationUUID:08a338d5-007b-43e2-a048-a91db80e9120 ResourceInvariantUUID:07d3546a-c529-482b-8a67-46fa86a71888 ResourceName:vFW 0b1e51a2-61dd ResourceType:VF ResourceUUID:033309b3-af5d-4656-adcc-9de347305df9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw0b1e51a261dd0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/vfw0b1e51a261dd0_modules.json ArtifactUUID:c694ec48-48d8-40d2-8978-50639845a59a ArtifactChecksum:MGY5MTc3YTg4MmEyMWIwNjllZjAzNDA5M2FlMzJmYjU= 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/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.yaml ArtifactUUID:e3984e38-e900-4335-b5ab-614d52d94377 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/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.env ArtifactUUID:63eb7857-fe55-43e7-b6d2-85f405e35e55 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/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.env ArtifactUUID:63eb7857-fe55-43e7-b6d2-85f405e35e55 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-01-28T09:34:28.352Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7c5310e2-5e0d-4d35-b4f6-0850bf046436 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-01-28T09:34:28.375Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T09:34:28.376Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-01-28T09:34:28.376Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-01-28T09:34:28.376Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d93eef00-dead-421c-9c28-ce1cf269beb7 from URL: /sdc/v1/catalog/services/Vfw20220128093230/1.0/artifacts/service-Vfw20220128093230-csar.csar 2022-01-28T09:34:28.376Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-01-28T09:34:28.376Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128093230/1.0/artifacts/service-Vfw20220128093230-csar.csar 2022-01-28T09:34:28.789Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-01-28T09:34:28.793Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128093230/1.0/artifacts/service-Vfw20220128093230-csar.csar d93eef00-dead-421c-9c28-ce1cf269beb7 98912 2022-01-28T09:34:28.793Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128093230/1.0/artifacts/service-Vfw20220128093230-csar.csar ASDC sendASDCNotification 2022-01-28T09:34:28.793Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128093230/1.0/artifacts/service-Vfw20220128093230-csar.csar 2022-01-28T09:34:28.794Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T09:34:28.794Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:34:28.795Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:34:28.795Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362468793, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/artifacts/service-Vfw20220128093230-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:34:28.895Z||pool-374-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:34:28.896Z||pool-374-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:34:28.896Z||pool-374-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:34:28.909Z||pool-374-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:34:28.909Z||pool-374-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:34:29.795Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T09:34:29.797Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-01-28T09:34:29.797Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: d93eef00-dead-421c-9c28-ce1cf269beb7, URL: /sdc/v1/catalog/services/Vfw20220128093230/1.0/artifacts/service-Vfw20220128093230-csar.csar to file: /app/ASDC/1/service-Vfw20220128093230-csar.csar 2022-01-28T09:34:29.797Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220128093230-csar.csar 2022-01-28T09:34:29.798Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220128093230-csar.csar 2022-01-28T09:34:29.798Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220128093230-csar.csar 2022-01-28T09:34:30.158Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3395156579478369200/Definitions/service-Vfw20220128093230-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-01-28T09:34:31.459Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-28T09:34:31.459Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-01-28T09:34:31.459Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220128093230-csar.csar 2022-01-28T09:34:31.459Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-01-28T09:34:31.459Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||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-Vfw20220128093230-csar.csar 2022-01-28T09:34:31.459Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||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-Vfw20220128093230-csar.csar 2022-01-28T09:34:31.459Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||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-Vfw20220128093230-csar.csar 2022-01-28T09:34:31.459Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220128093230-csar.csar 2022-01-28T09:34:31.459Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220128093230-csar.csar 2022-01-28T09:34:31.459Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||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-Vfw20220128093230-csar.csar 2022-01-28T09:34:31.459Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||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-Vfw20220128093230-csar.csar 2022-01-28T09:34:31.459Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||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-Vfw20220128093230-csar.csar 2022-01-28T09:34:31.459Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220128093230-csar.csar 2022-01-28T09:34:31.459Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||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-Vfw20220128093230-csar.csar 2022-01-28T09:34:31.459Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0b1e51a2-61dd 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-Vfw20220128093230-csar.csar 2022-01-28T09:34:31.460Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220128093230-csar.csar 2022-01-28T09:34:31.460Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220128093230-csar.csar 2022-01-28T09:34:31.460Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-01-28T09:34:31.460Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:34:31.460Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-32-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:34:31.460Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vFW 0b1e51a2-61dd 0 is matching search criteria 2022-01-28T09:34:31.460Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-01-28T09:34:31.460Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0b1e51a2-61dd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T09:34:31.460Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:34:31.460Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-32-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:34:31.460Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vFW 0b1e51a2-61dd 0 is matching search criteria 2022-01-28T09:34:31.460Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-01-28T09:34:31.460Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0b1e51a2-61dd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T09:34:31.460Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:34:31.460Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-32-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:34:31.460Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:34:31.460Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vFW 0b1e51a2-61dd 0 is not matching search criteria 2022-01-28T09:34:31.460Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T09:34:31.461Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T09:34:31.461Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T09:34:31.461Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:34:31.461Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T09:34:31.461Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:34:31.461Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T09:34:31.461Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T09:34:31.461Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T09:34:31.461Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:34:31.461Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T09:34:31.461Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T09:34:31.461Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T09:34:31.461Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T09:34:31.461Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:34:31.461Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-01-28T09:34:31.461Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:34:31.461Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-32-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-28T09:34:31.461Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:34:31.462Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vFW 0b1e51a2-61dd 0 is matching search criteria 2022-01-28T09:34:31.462Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0b1e51a2-61dd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:34:31.462Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:34:31.462Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vFW 0b1e51a2-61dd 0 is matching search criteria 2022-01-28T09:34:31.462Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0b1e51a2-61dd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:34:31.462Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:34:31.462Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vFW 0b1e51a2-61dd 0 is matching search criteria 2022-01-28T09:34:31.462Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0b1e51a2-61dd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:34:31.462Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:34:31.462Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vFW 0b1e51a2-61dd 0 is not matching search criteria 2022-01-28T09:34:31.462Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T09:34:31.462Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-01-28T09:34:31.462Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T09:34:31.462Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T09:34:31.462Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T09:34:31.462Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:34:31.462Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T09:34:31.462Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T09:34:31.462Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T09:34:31.462Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T09:34:31.463Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:34:31.463Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ed27859d-b353-4c77-a5b9-a357572db8b0 2022-01-28T09:34:31.463Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:34:31.463Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vFW 0b1e51a2-61dd 0 is not matching search criteria 2022-01-28T09:34:31.463Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T09:34:31.463Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T09:34:31.463Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T09:34:31.463Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:34:31.463Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T09:34:31.463Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:34:31.463Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T09:34:31.463Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-01-28T09:34:31.463Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T09:34:31.463Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T09:34:31.463Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T09:34:31.463Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:34:31.463Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e77e8ce8-7269-4902-8198-4f82f71bd1ba 2022-01-28T09:34:31.463Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:34:31.463Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vFW 0b1e51a2-61dd 0 is not matching search criteria 2022-01-28T09:34:31.463Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T09:34:31.463Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T09:34:31.464Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T09:34:31.464Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:34:31.464Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T09:34:31.464Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:34:31.464Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T09:34:31.464Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T09:34:31.464Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T09:34:31.464Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:34:31.464Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T09:34:31.464Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-01-28T09:34:31.464Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=be2fef0e-6170-46d7-996e-3448ce52ae37 2022-01-28T09:34:31.464Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:34:31.464Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-32-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:34:31.464Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:34:31.464Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-32-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:34:31.464Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:34:31.464Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-32-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:34:31.464Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:34:31.464Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-32-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:34:31.464Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-01-28 09-32-30 Description:catalog service description Model UUID:7c5310e2-5e0d-4d35-b4f6-0850bf046436 Model Version:NULL Model InvariantUuid:25428b27-8eb4-41f1-a2de-dbb59faac626 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 0b1e51a2-61dd Model UUID:92fcf3aa-b437-4ff2-8266-9ca8ef0fe42c Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:07d3546a-c529-482b-8a67-46fa86a71888 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:08a338d5-007b-43e2-a048-a91db80e9120 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a6a24a36-0d89-4686-a8a1-b39b5d28c805 ModelName:Vfw0b1e51a261dd..base_vfw..module-0 ModelUuid:7c566fd5-6c9f-4dd4-9ebb-92af4873f246 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ed27859d-b353-4c77-a5b9-a357572db8b0 ModelInvariantUuid:0e0a7f24-1313-4fb0-8843-cae12eafa782 ModelName:vFW 0b1e51a2-61dd-nodes.vfwCvfc ModelUuid:3dccd5dd-682b-45aa-ab31-27bbb5884830 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:679ed504-03a8-4321-8b17-ca1a19d5b264 ModelInvariantUuid:587176f9-5643-4a17-a276-6acb6d9fe64d ModelName:Vfw0b1e51a261dd.compute.nodes.heat.vfw ModelUuid:21647226-a2df-42c7-bf5f-d7d1b8a65b95 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:e77e8ce8-7269-4902-8198-4f82f71bd1ba ModelInvariantUuid:e0bde21b-9138-4146-9614-c3562d653fba ModelName:vFW 0b1e51a2-61dd-nodes.vsnCvfc ModelUuid:84c4a78e-1856-4890-93dd-c17df741e8ba ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:c1dcc37c-6193-4ec5-9135-a3d83d0b36d7 ModelInvariantUuid:a5158cf6-be86-4bf6-b020-ffddd5879caa ModelName:Vfw0b1e51a261dd.compute.nodes.heat.vsn ModelUuid:1566e539-c51e-434a-a61c-bff4dcb0e4cc ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:be2fef0e-6170-46d7-996e-3448ce52ae37 ModelInvariantUuid:0dbe0ce5-a1a1-4c10-874b-2a9489fc95f0 ModelName:vFW 0b1e51a2-61dd-nodes.vpgCvfc ModelUuid:c2f8f062-0bdb-4ee5-ab89-41efc56ebf9e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:588d9b6e-907b-4425-b0d3-d6be953ce44d ModelInvariantUuid:0c2ceaa3-0b9d-4c5a-9b6c-73dafb675889 ModelName:Vfw0b1e51a261dd.compute.nodes.heat.vpg ModelUuid:aee418bf-35e6-4627-bbdb-f8dd3c6ab665 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-01-28T09:34:31.470Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 033309b3-af5d-4656-adcc-9de347305df9 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-01-28T09:34:31.471Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||vFW 0b1e51a2-61dd 0 2022-01-28T09:34:31.471Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 033309b3-af5d-4656-adcc-9de347305df9 2022-01-28T09:34:31.472Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c694ec48-48d8-40d2-8978-50639845a59a from URL: /sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/vfw0b1e51a261dd0_modules.json 2022-01-28T09:34:31.472Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-01-28T09:34:31.472Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/vfw0b1e51a261dd0_modules.json 2022-01-28T09:34:31.891Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-01-28T09:34:31.891Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/vfw0b1e51a261dd0_modules.json c694ec48-48d8-40d2-8978-50639845a59a 785 2022-01-28T09:34:31.892Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/vfw0b1e51a261dd0_modules.json ASDC sendASDCNotification 2022-01-28T09:34:31.892Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/vfw0b1e51a261dd0_modules.json 2022-01-28T09:34:31.892Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T09:34:31.892Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:34:31.894Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:34:31.894Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362471892, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/vfw0b1e51a261dd0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T09:34:31.994Z||pool-375-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:34:31.995Z||pool-375-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:34:31.995Z||pool-375-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:34:32.008Z||pool-375-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:34:32.008Z||pool-375-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:34:32.895Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw0b1e51a261dd..base_vfw..module-0", "vfModuleModelInvariantUUID": "a6a24a36-0d89-4686-a8a1-b39b5d28c805", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7c566fd5-6c9f-4dd4-9ebb-92af4873f246", "vfModuleModelCustomizationUUID": "e7f3cbbb-ff0d-4211-8bc7-7a6d6f4cabde", "isBase": true, "artifacts": [ "e3984e38-e900-4335-b5ab-614d52d94377", "63eb7857-fe55-43e7-b6d2-85f405e35e55" ], "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-01-28T09:34:32.898Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw0b1e51a261dd..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7c566fd5-6c9f-4dd4-9ebb-92af4873f246 VfModuleModelInvariantUUID:a6a24a36-0d89-4686-a8a1-b39b5d28c805 VfModuleModelDescription:NULL Artifacts UUID List:{ e3984e38-e900-4335-b5ab-614d52d94377 , 63eb7857-fe55-43e7-b6d2-85f405e35e55 } 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-01-28T09:34:32.900Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw0b1e51a261dd..base_vfw..module-0", "vfModuleModelInvariantUUID": "a6a24a36-0d89-4686-a8a1-b39b5d28c805", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7c566fd5-6c9f-4dd4-9ebb-92af4873f246", "vfModuleModelCustomizationUUID": "e7f3cbbb-ff0d-4211-8bc7-7a6d6f4cabde", "isBase": true, "artifacts": [ "e3984e38-e900-4335-b5ab-614d52d94377", "63eb7857-fe55-43e7-b6d2-85f405e35e55" ], "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-01-28T09:34:32.900Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw0b1e51a261dd..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7c566fd5-6c9f-4dd4-9ebb-92af4873f246 VfModuleModelInvariantUUID:a6a24a36-0d89-4686-a8a1-b39b5d28c805 VfModuleModelDescription:NULL Artifacts UUID List:{ e3984e38-e900-4335-b5ab-614d52d94377 , 63eb7857-fe55-43e7-b6d2-85f405e35e55 } 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-01-28T09:34:32.900Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e3984e38-e900-4335-b5ab-614d52d94377 from URL: /sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.yaml 2022-01-28T09:34:32.900Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-01-28T09:34:32.900Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.yaml 2022-01-28T09:34:33.334Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-01-28T09:34:33.335Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.yaml e3984e38-e900-4335-b5ab-614d52d94377 20368 2022-01-28T09:34:33.335Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-01-28T09:34:33.335Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.yaml 2022-01-28T09:34:33.335Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T09:34:33.335Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:34:33.336Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:34:33.336Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362473335, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T09:34:33.437Z||pool-376-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:34:33.437Z||pool-376-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:34:33.437Z||pool-376-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:34:33.451Z||pool-376-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:34:33.451Z||pool-376-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:34:34.337Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 63eb7857-fe55-43e7-b6d2-85f405e35e55 from URL: /sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.env 2022-01-28T09:34:34.338Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-01-28T09:34:34.338Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.env 2022-01-28T09:34:34.534Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-01-28T09:34:34.535Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.env 63eb7857-fe55-43e7-b6d2-85f405e35e55 2098 2022-01-28T09:34:34.535Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-01-28T09:34:34.535Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.env 2022-01-28T09:34:34.536Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T09:34:34.536Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:34:34.538Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:34:34.538Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362474535, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-28T09:34:34.638Z||pool-377-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T09:34:34.639Z||pool-377-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:34:34.639Z||pool-377-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:34:34.651Z||pool-377-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:34:34.651Z||pool-377-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:34:35.539Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 7c5310e2-5e0d-4d35-b4f6-0850bf046436 2022-01-28T09:34:35.539Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0b1e51a2-61dd 0 033309b3-af5d-4656-adcc-9de347305df9 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-01-28T09:34:35.556Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@deb770b, org.onap.sdc.toscaparser.api.parameters.Input@3396f705, org.onap.sdc.toscaparser.api.parameters.Input@2f6aaec0, org.onap.sdc.toscaparser.api.parameters.Input@cc6a5c7, org.onap.sdc.toscaparser.api.parameters.Input@5a43c87b] 2022-01-28T09:34:35.557Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:34:35.557Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-32-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:34:35.558Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-01-28T09:34:35.558Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 08a338d5-007b-43e2-a048-a91db80e9120 2022-01-28T09:34:35.558Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 08a338d5-007b-43e2-a048-a91db80e9120 matches Tosca VF Customization UUID: 08a338d5-007b-43e2-a048-a91db80e9120 2022-01-28T09:34:35.558Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 08a338d5-007b-43e2-a048-a91db80e9120 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-01-28T09:34:35.560Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:34:35.560Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-32-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:34:35.561Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 08a338d5-007b-43e2-a048-a91db80e9120: {\"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-01-28T09:34:35.561Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1d5eea81 2022-01-28T09:34:35.561Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:34:35.561Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-32-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-28T09:34:35.561Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e7f3cbbb-ff0d-4211-8bc7-7a6d6f4cabde 2022-01-28T09:34:35.561Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e7f3cbbb-ff0d-4211-8bc7-7a6d6f4cabde 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-01-28T09:34:35.563Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:34:35.563Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vFW 0b1e51a2-61dd 0 is matching search criteria 2022-01-28T09:34:35.563Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0b1e51a2-61dd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:34:35.564Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:34:35.564Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vFW 0b1e51a2-61dd 0 is matching search criteria 2022-01-28T09:34:35.564Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0b1e51a2-61dd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:34:35.564Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:34:35.564Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vFW 0b1e51a2-61dd 0 is not matching search criteria 2022-01-28T09:34:35.564Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T09:34:35.564Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-01-28T09:34:35.564Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T09:34:35.564Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T09:34:35.564Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T09:34:35.565Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:34:35.565Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T09:34:35.565Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T09:34:35.565Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T09:34:35.565Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T09:34:35.565Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:34:35.565Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ed27859d-b353-4c77-a5b9-a357572db8b0 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-01-28T09:34:35.567Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:34:35.567Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vFW 0b1e51a2-61dd 0 is matching search criteria 2022-01-28T09:34:35.567Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0b1e51a2-61dd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:34:35.567Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:34:35.568Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vFW 0b1e51a2-61dd 0 is not matching search criteria 2022-01-28T09:34:35.568Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T09:34:35.568Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T09:34:35.568Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T09:34:35.568Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:34:35.568Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T09:34:35.568Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:34:35.569Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T09:34:35.569Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-01-28T09:34:35.569Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T09:34:35.569Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T09:34:35.569Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T09:34:35.570Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:34:35.570Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e77e8ce8-7269-4902-8198-4f82f71bd1ba 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-01-28T09:34:35.572Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:34:35.572Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vFW 0b1e51a2-61dd 0 is matching search criteria 2022-01-28T09:34:35.572Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0b1e51a2-61dd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:34:35.572Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:34:35.572Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vFW 0b1e51a2-61dd 0 is not matching search criteria 2022-01-28T09:34:35.572Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T09:34:35.573Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T09:34:35.573Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T09:34:35.573Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:34:35.573Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T09:34:35.573Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:34:35.573Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T09:34:35.574Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T09:34:35.574Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T09:34:35.574Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:34:35.574Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T09:34:35.574Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-01-28T09:34:35.574Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=be2fef0e-6170-46d7-996e-3448ce52ae37 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-01-28T09:34:35.576Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:34:35.576Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vFW 0b1e51a2-61dd 0 is matching search criteria 2022-01-28T09:34:35.576Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0b1e51a2-61dd 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:34:35.577Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:34:35.577Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Node template vFW 0b1e51a2-61dd 0 is matching search criteria 2022-01-28T09:34:35.577Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 0b1e51a2-61dd 0] matching following query criteria: sdcType=VF, customizationUUID=08a338d5-007b-43e2-a048-a91db80e9120 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-01-28T09:34:35.578Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:34:35.578Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-32-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:34:35.579Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 7c5310e2-5e0d-4d35-b4f6-0850bf046436: vFW 0b1e51a2-61dd 2022-01-28T09:34:35.579Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:34:35.579Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-32-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:34:35.579Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:34:35.579Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-32-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:34:35.579Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:34:35.580Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-32-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:34:35.580Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:34:35.580Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-32-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:34:35.580Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:34:35.580Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-32-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:34:35.580Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-01-28 09-32-30 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-01-28T09:34:35.704Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0b1e51a2-61dd 033309b3-af5d-4656-adcc-9de347305df9 1 ASDC deployResourceStructure 2022-01-28T09:34:35.705Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/vfw0b1e51a261dd0_modules.json ASDC sendASDCNotification 2022-01-28T09:34:35.705Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/vfw0b1e51a261dd0_modules.json 2022-01-28T09:34:35.705Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T09:34:35.705Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:34:35.707Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:34:35.707Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362475705, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/vfw0b1e51a261dd0_modules.json", "status": "DEPLOY_OK" } 2022-01-28T09:34:35.807Z||pool-378-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:34:35.808Z||pool-378-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:34:35.808Z||pool-378-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:34:35.820Z||pool-378-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:34:35.820Z||pool-378-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:34:36.708Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-01-28T09:34:36.708Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.yaml 2022-01-28T09:34:36.708Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T09:34:36.709Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:34:36.710Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:34:36.711Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362476708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-01-28T09:34:36.810Z||pool-379-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T09:34:36.811Z||pool-379-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:34:36.811Z||pool-379-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:34:36.823Z||pool-379-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:34:36.823Z||pool-379-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:34:37.711Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-01-28T09:34:37.712Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.env 2022-01-28T09:34:37.712Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T09:34:37.712Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:34:37.714Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:34:37.714Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362477711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-01-28T09:34:37.814Z||pool-380-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:34:37.814Z||pool-380-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:34:37.815Z||pool-380-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:34:37.827Z||pool-380-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:34:37.828Z||pool-380-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:34:38.714Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128093230/1.0/artifacts/service-Vfw20220128093230-csar.csar ASDC sendASDCNotification 2022-01-28T09:34:38.715Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128093230/1.0/artifacts/service-Vfw20220128093230-csar.csar 2022-01-28T09:34:38.716Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T09:34:38.716Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:34:38.717Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:34:38.718Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362478714, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/artifacts/service-Vfw20220128093230-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T09:34:38.819Z||pool-381-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T09:34:38.819Z||pool-381-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:34:38.819Z||pool-381-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:34:38.831Z||pool-381-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:34:38.831Z||pool-381-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:34:39.718Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 225975dc-0150-4218-9ee9-57be9fd55d84 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T09:34:39.726Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 225975dc-0150-4218-9ee9-57be9fd55d84 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T09:34:39.728Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T09:34:39.728Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-28T09:34:39.728Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-28T09:34:39.728Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-28T09:34:39.728Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-01-28T09:34:39.728Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||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-01-28T09:34:39.731Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-28T09:35:09.731Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 225975dc-0150-4218-9ee9-57be9fd55d84 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-01-28T09:35:09.737Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 225975dc-0150-4218-9ee9-57be9fd55d84 and serviceModelVersionId: 7c5310e2-5e0d-4d35-b4f6-0850bf046436 2022-01-28T09:35:09.737Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 25428b27-8eb4-41f1-a2de-dbb59faac626 2022-01-28T09:35:09.738Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/25428b27-8eb4-41f1-a2de-dbb59faac626/model-vers/model-ver/7c5310e2-5e0d-4d35-b4f6-0850bf046436?depth=0 2022-01-28T09:35:09.744Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-01-28T09:35:09.761Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25428b27-8eb4-41f1-a2de-dbb59faac626/model-vers/model-ver/7c5310e2-5e0d-4d35-b4f6-0850bf046436?depth=0|INFO|500||Invoke 2022-01-28T09:35:09.761Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25428b27-8eb4-41f1-a2de-dbb59faac626/model-vers/model-ver/7c5310e2-5e0d-4d35-b4f6-0850bf046436?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25428b27-8eb4-41f1-a2de-dbb59faac626/model-vers/model-ver/7c5310e2-5e0d-4d35-b4f6-0850bf046436?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[225975dc-0150-4218-9ee9-57be9fd55d84], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bb42d79e-85ec-4932-95b4-d1c58a2af9d3], X-ECOMP-RequestID=[225975dc-0150-4218-9ee9-57be9fd55d84], X-TransactionId=[], X-ONAP-RequestID=[225975dc-0150-4218-9ee9-57be9fd55d84], Content-Type=[application/merge-patch+json]} 2022-01-28T09:35:09.775Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25428b27-8eb4-41f1-a2de-dbb59faac626/model-vers/model-ver/7c5310e2-5e0d-4d35-b4f6-0850bf046436?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-01-28T09:35:09.793Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25428b27-8eb4-41f1-a2de-dbb59faac626/model-vers/model-ver/7c5310e2-5e0d-4d35-b4f6-0850bf046436?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/25428b27-8eb4-41f1-a2de-dbb59faac626/model-vers/model-ver/7c5310e2-5e0d-4d35-b4f6-0850bf046436?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220128-09:35:09:781-31504], Content-Length=[495], Date=[Fri, 28 Jan 2022 09:35:09 GMT], Content-Type=[application/json]} 2022-01-28T09:35:09.794Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25428b27-8eb4-41f1-a2de-dbb59faac626/model-vers/model-ver/7c5310e2-5e0d-4d35-b4f6-0850bf046436?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/25428b27-8eb4-41f1-a2de-dbb59faac626/model-vers/model-ver/7c5310e2-5e0d-4d35-b4f6-0850bf046436","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/25428b27-8eb4-41f1-a2de-dbb59faac626/model-vers/model-ver/7c5310e2-5e0d-4d35-b4f6-0850bf046436","ERR.5.4.6114"]}}} 2022-01-28T09:35:09.795Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25428b27-8eb4-41f1-a2de-dbb59faac626/model-vers/model-ver/7c5310e2-5e0d-4d35-b4f6-0850bf046436?depth=0|INFO|404|Not Found|InvokeReturn 2022-01-28T09:35:09.797Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=225975dc-0150-4218-9ee9-57be9fd55d84 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/25428b27-8eb4-41f1-a2de-dbb59faac626/model-vers/model-ver/7c5310e2-5e0d-4d35-b4f6-0850bf046436 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/25428b27-8eb4-41f1-a2de-dbb59faac626/model-vers/model-ver/7c5310e2-5e0d-4d35-b4f6-0850bf046436) (ec=ERR.5.4.6114) 2022-01-28T09:35:09.797Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=225975dc-0150-4218-9ee9-57be9fd55d84 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/25428b27-8eb4-41f1-a2de-dbb59faac626/model-vers/model-ver/7c5310e2-5e0d-4d35-b4f6-0850bf046436 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/25428b27-8eb4-41f1-a2de-dbb59faac626/model-vers/model-ver/7c5310e2-5e0d-4d35-b4f6-0850bf046436) (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-01-28T09:35:09.797Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=225975dc-0150-4218-9ee9-57be9fd55d84 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/25428b27-8eb4-41f1-a2de-dbb59faac626/model-vers/model-ver/7c5310e2-5e0d-4d35-b4f6-0850bf046436 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/25428b27-8eb4-41f1-a2de-dbb59faac626/model-vers/model-ver/7c5310e2-5e0d-4d35-b4f6-0850bf046436) (ec=ERR.5.4.6114) 2022-01-28T09:35:09.797Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=225975dc-0150-4218-9ee9-57be9fd55d84 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/25428b27-8eb4-41f1-a2de-dbb59faac626/model-vers/model-ver/7c5310e2-5e0d-4d35-b4f6-0850bf046436 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/25428b27-8eb4-41f1-a2de-dbb59faac626/model-vers/model-ver/7c5310e2-5e0d-4d35-b4f6-0850bf046436) (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-01-28T09:35:09.800Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||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-01-28T09:35:09.800Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 225975dc-0150-4218-9ee9-57be9fd55d84 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=225975dc-0150-4218-9ee9-57be9fd55d84 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/25428b27-8eb4-41f1-a2de-dbb59faac626/model-vers/model-ver/7c5310e2-5e0d-4d35-b4f6-0850bf046436 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/25428b27-8eb4-41f1-a2de-dbb59faac626/model-vers/model-ver/7c5310e2-5e0d-4d35-b4f6-0850bf046436) (ec=ERR.5.4.6114) 2022-01-28T09:35:09.800Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-01-28T09:35:09.800Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:35:09.801Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:35:09.801Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362509800, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d225975dc-0150-4218-9ee9-57be9fd55d84 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/25428b27-8eb4-41f1-a2de-dbb59faac626/model-vers/model-ver/7c5310e2-5e0d-4d35-b4f6-0850bf046436 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/25428b27-8eb4-41f1-a2de-dbb59faac626/model-vers/model-ver/7c5310e2-5e0d-4d35-b4f6-0850bf046436) (ec\u003dERR.5.4.6114)" } 2022-01-28T09:35:09.902Z||pool-382-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T09:35:09.902Z||pool-382-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:35:09.903Z||pool-382-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:35:09.919Z||pool-382-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:35:09.919Z||pool-382-thread-1|||||INFO|500||cambria reply ok (17 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-01-28T09:35:20.692Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:35:20.693Z|225975dc-0150-4218-9ee9-57be9fd55d84|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-01-28T09:35:20.693Z|225975dc-0150-4218-9ee9-57be9fd55d84|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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:35:20.695Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:35:20.695Z||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-01-28T09:35:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:35:20.813Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:35:20.813Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:35:20.814Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "clamp", "timestamp": 1643362461233, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/artifacts/service-Vfw20220128093230-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:35:20.814Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:35:30.234Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:36:20.693Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:36:20.693Z|225975dc-0150-4218-9ee9-57be9fd55d84|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-01-28T09:36:20.693Z|225975dc-0150-4218-9ee9-57be9fd55d84|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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:36:20.695Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:36:20.695Z||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-01-28T09:36:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:36:20.723Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:36:20.723Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:36:20.723Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362460693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:36:20.724Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:36:20.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:36:20.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362460693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/vfw0b1e51a261dd0_modules.json", "status": "NOTIFIED" } 2022-01-28T09:36:20.724Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:36:20.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:36:20.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "clamp", "timestamp": 1643362463238, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/artifacts/service-Vfw20220128093230-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T09:36:20.724Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:36:20.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:36:20.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362460693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T09:36:20.724Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:36:20.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:36:20.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "clamp", "timestamp": 1643362464240, "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-01-28T09:36:20.731Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 225975dc-0150-4218-9ee9-57be9fd55d84 2022-01-28T09:36:20.731Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 225975dc-0150-4218-9ee9-57be9fd55d84 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-01-28T09:36:20.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:36:20.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362460693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:36:20.738Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:36:20.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:36:20.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362460693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-28T09:36:20.738Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:36:20.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:36:20.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362460693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/artifacts/service-Vfw20220128093230-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:36:20.738Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:36:20.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:36:20.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362460693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/artifacts/service-Vfw20220128093230-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:36:20.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:36:20.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:36:20.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362468793, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/artifacts/service-Vfw20220128093230-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:36:20.739Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:36:20.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:36:20.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362471892, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/vfw0b1e51a261dd0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T09:36:20.739Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:36:20.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:36:20.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362473335, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T09:36:20.739Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:36:20.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:36:20.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362474535, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-28T09:36:20.739Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:36:20.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:36:20.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362475705, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/vfw0b1e51a261dd0_modules.json", "status": "DEPLOY_OK" } 2022-01-28T09:36:20.740Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:36:20.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:36:20.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362476708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-01-28T09:36:20.740Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:36:20.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:36:20.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362477711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/resourceInstances/vfw0b1e51a261dd0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-01-28T09:36:20.740Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:36:20.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:36:20.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362478714, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093230/1.0/artifacts/service-Vfw20220128093230-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T09:36:20.740Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:36:20.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:36:20.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "225975dc-0150-4218-9ee9-57be9fd55d84", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362509800, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d225975dc-0150-4218-9ee9-57be9fd55d84 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/25428b27-8eb4-41f1-a2de-dbb59faac626/model-vers/model-ver/7c5310e2-5e0d-4d35-b4f6-0850bf046436 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/25428b27-8eb4-41f1-a2de-dbb59faac626/model-vers/model-ver/7c5310e2-5e0d-4d35-b4f6-0850bf046436) (ec\u003dERR.5.4.6114)" } 2022-01-28T09:36:20.741Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:36:21.318Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:36:21.319Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T09:36:21.319Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"2969094d-242b-4df1-b9e2-41d75c6a5542","serviceName":"vFW 2022-01-28 09-34-45","serviceVersion":"1.0","serviceUUID":"0e5a15d9-baea-4a01-b758-ce2825acedb9","serviceDescription":"catalog service description","serviceInvariantUUID":"9766d033-f16c-4ceb-9222-59cd59d0822b","resources":[{"resourceInstanceName":"vFW 5ed8198e-2725 0","resourceName":"vFW 5ed8198e-2725","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f85a5874-39d3-42a7-bb34-5bfa5b748899","resourceInvariantUUID":"e9b09e1e-740d-44a4-a8a4-f4e4c83af5cb","resourceCustomizationUUID":"ba694e00-106d-4433-b6af-167224a0327a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/vf-license-model.xml","artifactChecksum":"ZTk3ZGMxYWZjNDdjNTMwN2E0NmY3YTZmZWQzNzRlYzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8c512327-5260-469a-9866-1a21e9e799b1","artifactVersion":"1"},{"artifactName":"vfw5ed8198e27250_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/vfw5ed8198e27250_modules.json","artifactChecksum":"MjliMGZhZWIyNDAxMzU2ODhlYTE4MzliMDdkNWQ2ZjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"de081f86-06ce-47c5-a2bc-cead7549f1e7","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8e55c2f4-b8bc-4c4d-b03a-30d802c54d60","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/vendor-license-model.xml","artifactChecksum":"YjYyNGMyMGY1ZmFmNTI5NTIwZDA0NGI0MjMwYTFlY2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"81b81cd0-30cd-4721-bdf6-4bdcdd72f144","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ff5eb926-13d4-4ae4-9751-94478adea44f","artifactVersion":"2","generatedFromUUID":"8e55c2f4-b8bc-4c4d-b03a-30d802c54d60"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220128093445-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128093445/1.0/artifacts/service-Vfw20220128093445-template.yml","artifactChecksum":"OTA2MmFjZDY0YjRhOGYwNDVmNzQwNDFkYmUwNWQ5MzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fea6b0f7-cd12-4747-9207-f18fff2079fc","artifactVersion":"1"},{"artifactName":"service-Vfw20220128093445-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220128093445/1.0/artifacts/service-Vfw20220128093445-csar.csar","artifactChecksum":"ZGQxMTI4NjUzYWZhZjI1YzBiYzYxOTBmYTgwODA0Nzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"06c1e82d-714d-4c3b-a2ac-3e8147bbb7a1","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-28T09:36:21.320Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:36:21.320Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:36:21.321Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:36:21.321Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362580693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:36:21.421Z||pool-383-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:36:21.422Z||pool-383-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:36:21.422Z||pool-383-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:36:21.434Z||pool-383-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:36:21.434Z||pool-383-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:36:22.321Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:36:22.322Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:36:22.323Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:36:22.324Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362580693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/vfw5ed8198e27250_modules.json", "status": "NOTIFIED" } 2022-01-28T09:36:22.424Z||pool-384-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:36:22.424Z||pool-384-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:36:22.425Z||pool-384-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:36:22.436Z||pool-384-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:36:22.437Z||pool-384-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:36:23.324Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:36:23.325Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:36:23.328Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:36:23.328Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362580693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T09:36:23.428Z||pool-385-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:36:23.429Z||pool-385-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:36:23.429Z||pool-385-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:36:23.440Z||pool-385-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:36:23.441Z||pool-385-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:36:24.328Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:36:24.329Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:36:24.330Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:36:24.330Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362580693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:36:24.430Z||pool-386-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:36:24.431Z||pool-386-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:36:24.431Z||pool-386-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:36:24.443Z||pool-386-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:36:24.443Z||pool-386-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:36:25.331Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:36:25.332Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:36:25.333Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:36:25.333Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362580693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-28T09:36:25.433Z||pool-387-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:36:25.434Z||pool-387-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:36:25.434Z||pool-387-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:36:25.448Z||pool-387-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:36:25.448Z||pool-387-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:36:26.334Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:36:26.335Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:36:26.337Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:36:26.337Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362580693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/artifacts/service-Vfw20220128093445-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:36:26.437Z||pool-388-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:36:26.438Z||pool-388-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:36:26.438Z||pool-388-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:36:26.451Z||pool-388-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:36:26.451Z||pool-388-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:36:27.337Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:36:27.338Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:36:27.340Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:36:27.340Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362580693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/artifacts/service-Vfw20220128093445-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:36:27.440Z||pool-389-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:36:27.441Z||pool-389-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:36:27.441Z||pool-389-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:36:27.456Z||pool-389-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:36:27.456Z||pool-389-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:36:28.341Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "serviceName": "vFW 2022-01-28 09-34-45", "serviceVersion": "1.0", "serviceUUID": "0e5a15d9-baea-4a01-b758-ce2825acedb9", "serviceDescription": "catalog service description", "serviceInvariantUUID": "9766d033-f16c-4ceb-9222-59cd59d0822b", "resources": [ { "resourceInstanceName": "vFW 5ed8198e-2725 0", "resourceCustomizationUUID": "ba694e00-106d-4433-b6af-167224a0327a", "resourceName": "vFW 5ed8198e-2725", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f85a5874-39d3-42a7-bb34-5bfa5b748899", "resourceInvariantUUID": "e9b09e1e-740d-44a4-a8a4-f4e4c83af5cb", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw5ed8198e27250_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/vfw5ed8198e27250_modules.json", "artifactChecksum": "MjliMGZhZWIyNDAxMzU2ODhlYTE4MzliMDdkNWQ2ZjM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "de081f86-06ce-47c5-a2bc-cead7549f1e7", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "8e55c2f4-b8bc-4c4d-b03a-30d802c54d60", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ff5eb926-13d4-4ae4-9751-94478adea44f", "generatedFromUUID": "8e55c2f4-b8bc-4c4d-b03a-30d802c54d60" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ff5eb926-13d4-4ae4-9751-94478adea44f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220128093445-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/artifacts/service-Vfw20220128093445-csar.csar", "artifactChecksum": "ZGQxMTI4NjUzYWZhZjI1YzBiYzYxOTBmYTgwODA0Nzg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "06c1e82d-714d-4c3b-a2ac-3e8147bbb7a1" } ], "workloadContext": "Production" } 2022-01-28T09:36:28.342Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-28T09:36:28.342Z|225975dc-0150-4218-9ee9-57be9fd55d84|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0e5a15d9-baea-4a01-b758-ce2825acedb9 ASDC 2022-01-28T09:36:28.342Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:2969094d-242b-4df1-b9e2-41d75c6a5542 ServiceName:vFW 2022-01-28 09-34-45 ServiceVersion:1.0 ServiceUUID:0e5a15d9-baea-4a01-b758-ce2825acedb9 ServiceInvariantUUID:9766d033-f16c-4ceb-9222-59cd59d0822b ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220128093445-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220128093445/1.0/artifacts/service-Vfw20220128093445-csar.csar ArtifactUUID:06c1e82d-714d-4c3b-a2ac-3e8147bbb7a1 ArtifactChecksum:ZGQxMTI4NjUzYWZhZjI1YzBiYzYxOTBmYTgwODA0Nzg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 5ed8198e-2725 0 ResourceCustomizationUUID:ba694e00-106d-4433-b6af-167224a0327a ResourceInvariantUUID:e9b09e1e-740d-44a4-a8a4-f4e4c83af5cb ResourceName:vFW 5ed8198e-2725 ResourceType:VF ResourceUUID:f85a5874-39d3-42a7-bb34-5bfa5b748899 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw5ed8198e27250_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/vfw5ed8198e27250_modules.json ArtifactUUID:de081f86-06ce-47c5-a2bc-cead7549f1e7 ArtifactChecksum:MjliMGZhZWIyNDAxMzU2ODhlYTE4MzliMDdkNWQ2ZjM= 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/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.yaml ArtifactUUID:8e55c2f4-b8bc-4c4d-b03a-30d802c54d60 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/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.env ArtifactUUID:ff5eb926-13d4-4ae4-9751-94478adea44f 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/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.env ArtifactUUID:ff5eb926-13d4-4ae4-9751-94478adea44f ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-01-28T09:36:28.342Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0e5a15d9-baea-4a01-b758-ce2825acedb9 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-01-28T09:36:28.362Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T09:36:28.363Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-01-28T09:36:28.363Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-01-28T09:36:28.363Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 06c1e82d-714d-4c3b-a2ac-3e8147bbb7a1 from URL: /sdc/v1/catalog/services/Vfw20220128093445/1.0/artifacts/service-Vfw20220128093445-csar.csar 2022-01-28T09:36:28.363Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-01-28T09:36:28.363Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128093445/1.0/artifacts/service-Vfw20220128093445-csar.csar 2022-01-28T09:36:28.890Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-01-28T09:36:28.897Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128093445/1.0/artifacts/service-Vfw20220128093445-csar.csar 06c1e82d-714d-4c3b-a2ac-3e8147bbb7a1 98974 2022-01-28T09:36:28.897Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128093445/1.0/artifacts/service-Vfw20220128093445-csar.csar ASDC sendASDCNotification 2022-01-28T09:36:28.897Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128093445/1.0/artifacts/service-Vfw20220128093445-csar.csar 2022-01-28T09:36:28.897Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T09:36:28.898Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:36:28.899Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:36:28.900Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362588897, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/artifacts/service-Vfw20220128093445-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:36:29.000Z||pool-390-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:36:29.000Z||pool-390-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:36:29.001Z||pool-390-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:36:29.013Z||pool-390-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:36:29.013Z||pool-390-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-01-28T09:36:29.900Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T09:36:29.901Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-01-28T09:36:29.901Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 06c1e82d-714d-4c3b-a2ac-3e8147bbb7a1, URL: /sdc/v1/catalog/services/Vfw20220128093445/1.0/artifacts/service-Vfw20220128093445-csar.csar to file: /app/ASDC/1/service-Vfw20220128093445-csar.csar 2022-01-28T09:36:29.902Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220128093445-csar.csar 2022-01-28T09:36:29.902Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220128093445-csar.csar 2022-01-28T09:36:29.902Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220128093445-csar.csar 2022-01-28T09:36:30.331Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6229356550661369055/Definitions/service-Vfw20220128093445-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-01-28T09:36:31.619Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-28T09:36:31.619Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-01-28T09:36:31.619Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220128093445-csar.csar 2022-01-28T09:36:31.619Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-01-28T09:36:31.619Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||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-Vfw20220128093445-csar.csar 2022-01-28T09:36:31.619Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||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-Vfw20220128093445-csar.csar 2022-01-28T09:36:31.620Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||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-Vfw20220128093445-csar.csar 2022-01-28T09:36:31.620Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220128093445-csar.csar 2022-01-28T09:36:31.620Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220128093445-csar.csar 2022-01-28T09:36:31.620Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||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-Vfw20220128093445-csar.csar 2022-01-28T09:36:31.620Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||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-Vfw20220128093445-csar.csar 2022-01-28T09:36:31.620Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||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-Vfw20220128093445-csar.csar 2022-01-28T09:36:31.620Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220128093445-csar.csar 2022-01-28T09:36:31.620Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||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-Vfw20220128093445-csar.csar 2022-01-28T09:36:31.620Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 5ed8198e-2725 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-Vfw20220128093445-csar.csar 2022-01-28T09:36:31.620Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220128093445-csar.csar 2022-01-28T09:36:31.620Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220128093445-csar.csar 2022-01-28T09:36:31.620Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-01-28T09:36:31.620Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:36:31.620Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-34-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:36:31.620Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vFW 5ed8198e-2725 0 is matching search criteria 2022-01-28T09:36:31.620Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-01-28T09:36:31.620Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 5ed8198e-2725 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T09:36:31.620Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:36:31.620Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-34-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:36:31.620Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vFW 5ed8198e-2725 0 is matching search criteria 2022-01-28T09:36:31.620Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-01-28T09:36:31.620Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 5ed8198e-2725 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T09:36:31.620Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:36:31.621Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-34-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:36:31.621Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:36:31.621Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vFW 5ed8198e-2725 0 is not matching search criteria 2022-01-28T09:36:31.621Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T09:36:31.621Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T09:36:31.621Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:36:31.621Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T09:36:31.621Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T09:36:31.621Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:36:31.621Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T09:36:31.621Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T09:36:31.621Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T09:36:31.621Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:36:31.621Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T09:36:31.621Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T09:36:31.621Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T09:36:31.621Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T09:36:31.621Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:36:31.621Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-01-28T09:36:31.621Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:36:31.621Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-34-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-28T09:36:31.622Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:36:31.622Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vFW 5ed8198e-2725 0 is matching search criteria 2022-01-28T09:36:31.622Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 5ed8198e-2725 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:36:31.622Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:36:31.622Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vFW 5ed8198e-2725 0 is matching search criteria 2022-01-28T09:36:31.622Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 5ed8198e-2725 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:36:31.622Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:36:31.622Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vFW 5ed8198e-2725 0 is matching search criteria 2022-01-28T09:36:31.622Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 5ed8198e-2725 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:36:31.622Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:36:31.622Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vFW 5ed8198e-2725 0 is not matching search criteria 2022-01-28T09:36:31.622Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T09:36:31.622Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-01-28T09:36:31.622Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T09:36:31.622Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T09:36:31.622Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T09:36:31.622Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:36:31.622Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T09:36:31.622Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T09:36:31.622Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T09:36:31.622Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T09:36:31.622Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:36:31.623Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2c3b525e-2932-47d4-b66d-6312d9ce5d00 2022-01-28T09:36:31.623Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:36:31.623Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vFW 5ed8198e-2725 0 is not matching search criteria 2022-01-28T09:36:31.623Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T09:36:31.623Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T09:36:31.623Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:36:31.623Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T09:36:31.623Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T09:36:31.623Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:36:31.623Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T09:36:31.623Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-01-28T09:36:31.623Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T09:36:31.623Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T09:36:31.623Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T09:36:31.623Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:36:31.623Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f9c95b28-f44e-49d7-8db4-e49d62d9d801 2022-01-28T09:36:31.623Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:36:31.623Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vFW 5ed8198e-2725 0 is not matching search criteria 2022-01-28T09:36:31.623Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T09:36:31.623Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T09:36:31.623Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:36:31.623Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T09:36:31.624Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T09:36:31.624Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:36:31.624Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T09:36:31.624Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T09:36:31.624Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T09:36:31.624Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:36:31.624Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T09:36:31.624Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-01-28T09:36:31.624Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1bced952-70cb-4fe0-9e06-f43461a82759 2022-01-28T09:36:31.624Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:36:31.624Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-34-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:36:31.624Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:36:31.624Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-34-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:36:31.624Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:36:31.624Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-34-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:36:31.624Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:36:31.624Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-34-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:36:31.624Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-01-28 09-34-45 Description:catalog service description Model UUID:0e5a15d9-baea-4a01-b758-ce2825acedb9 Model Version:NULL Model InvariantUuid:9766d033-f16c-4ceb-9222-59cd59d0822b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 5ed8198e-2725 Model UUID:e89c227e-6dae-4c1d-b10c-690fa404070d Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:e9b09e1e-740d-44a4-a8a4-f4e4c83af5cb Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ba694e00-106d-4433-b6af-167224a0327a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:32d82920-5d1a-4254-8b3d-42a96858d04f ModelName:Vfw5ed8198e2725..base_vfw..module-0 ModelUuid:5f5ea8ee-629e-4417-a8da-7a05c90b7960 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2c3b525e-2932-47d4-b66d-6312d9ce5d00 ModelInvariantUuid:3d85b8f7-2633-46ae-b42f-2af41e836c7c ModelName:vFW 5ed8198e-2725-nodes.vfwCvfc ModelUuid:5dfc5d7d-df1d-46e2-864f-c8dc208a75ef ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:199745e8-5c28-422e-a52a-a8e78915499a ModelInvariantUuid:da5bfc35-37e3-4e19-b6c3-57f2d254d3a9 ModelName:Vfw5ed8198e2725.compute.nodes.heat.vfw ModelUuid:3328935d-9073-48cb-810c-c066efaffa41 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:f9c95b28-f44e-49d7-8db4-e49d62d9d801 ModelInvariantUuid:af977b05-30cc-4107-baef-2cd7e39636b3 ModelName:vFW 5ed8198e-2725-nodes.vsnCvfc ModelUuid:0fb8500d-8341-48a3-8fc6-53c1df117d8e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:1aaa40a3-b920-493b-b3f7-cc5133201823 ModelInvariantUuid:7eaa0ef7-543e-4a26-9539-fcdb4e199e0c ModelName:Vfw5ed8198e2725.compute.nodes.heat.vsn ModelUuid:336abaff-8d3d-4f20-a16f-b4460912a1e0 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:1bced952-70cb-4fe0-9e06-f43461a82759 ModelInvariantUuid:13257781-518a-4f5e-bcbd-fd49da032b6b ModelName:vFW 5ed8198e-2725-nodes.vpgCvfc ModelUuid:be304ac6-72cb-4b3c-a703-9aa6705788da ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:fa5ee826-696e-472e-bf81-1f41d2ca011b ModelInvariantUuid:8aab2c5f-7319-4dc8-a478-456194e1d5f5 ModelName:Vfw5ed8198e2725.compute.nodes.heat.vpg ModelUuid:ad5c62ef-ba06-42a0-83ce-7c4323eb70d5 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-01-28T09:36:31.630Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: f85a5874-39d3-42a7-bb34-5bfa5b748899 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-01-28T09:36:31.632Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||vFW 5ed8198e-2725 0 2022-01-28T09:36:31.632Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f85a5874-39d3-42a7-bb34-5bfa5b748899 2022-01-28T09:36:31.632Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: de081f86-06ce-47c5-a2bc-cead7549f1e7 from URL: /sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/vfw5ed8198e27250_modules.json 2022-01-28T09:36:31.632Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-01-28T09:36:31.632Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/vfw5ed8198e27250_modules.json 2022-01-28T09:36:31.843Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-01-28T09:36:31.844Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/vfw5ed8198e27250_modules.json de081f86-06ce-47c5-a2bc-cead7549f1e7 785 2022-01-28T09:36:31.844Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/vfw5ed8198e27250_modules.json ASDC sendASDCNotification 2022-01-28T09:36:31.844Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/vfw5ed8198e27250_modules.json 2022-01-28T09:36:31.844Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T09:36:31.844Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:36:31.847Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:36:31.847Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362591844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/vfw5ed8198e27250_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T09:36:31.946Z||pool-391-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T09:36:31.947Z||pool-391-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:36:31.947Z||pool-391-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:36:31.959Z||pool-391-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:36:31.959Z||pool-391-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:36:32.847Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw5ed8198e2725..base_vfw..module-0", "vfModuleModelInvariantUUID": "32d82920-5d1a-4254-8b3d-42a96858d04f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5f5ea8ee-629e-4417-a8da-7a05c90b7960", "vfModuleModelCustomizationUUID": "19ad83d8-7699-4527-8efd-aab2c0d99731", "isBase": true, "artifacts": [ "8e55c2f4-b8bc-4c4d-b03a-30d802c54d60", "ff5eb926-13d4-4ae4-9751-94478adea44f" ], "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-01-28T09:36:32.850Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw5ed8198e2725..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5f5ea8ee-629e-4417-a8da-7a05c90b7960 VfModuleModelInvariantUUID:32d82920-5d1a-4254-8b3d-42a96858d04f VfModuleModelDescription:NULL Artifacts UUID List:{ 8e55c2f4-b8bc-4c4d-b03a-30d802c54d60 , ff5eb926-13d4-4ae4-9751-94478adea44f } 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-01-28T09:36:32.852Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw5ed8198e2725..base_vfw..module-0", "vfModuleModelInvariantUUID": "32d82920-5d1a-4254-8b3d-42a96858d04f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5f5ea8ee-629e-4417-a8da-7a05c90b7960", "vfModuleModelCustomizationUUID": "19ad83d8-7699-4527-8efd-aab2c0d99731", "isBase": true, "artifacts": [ "8e55c2f4-b8bc-4c4d-b03a-30d802c54d60", "ff5eb926-13d4-4ae4-9751-94478adea44f" ], "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-01-28T09:36:32.853Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw5ed8198e2725..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5f5ea8ee-629e-4417-a8da-7a05c90b7960 VfModuleModelInvariantUUID:32d82920-5d1a-4254-8b3d-42a96858d04f VfModuleModelDescription:NULL Artifacts UUID List:{ 8e55c2f4-b8bc-4c4d-b03a-30d802c54d60 , ff5eb926-13d4-4ae4-9751-94478adea44f } 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-01-28T09:36:32.853Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8e55c2f4-b8bc-4c4d-b03a-30d802c54d60 from URL: /sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.yaml 2022-01-28T09:36:32.853Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-01-28T09:36:32.853Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.yaml 2022-01-28T09:36:33.141Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-01-28T09:36:33.142Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.yaml 8e55c2f4-b8bc-4c4d-b03a-30d802c54d60 20368 2022-01-28T09:36:33.143Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-01-28T09:36:33.143Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.yaml 2022-01-28T09:36:33.143Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T09:36:33.143Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:36:33.145Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:36:33.145Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362593143, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T09:36:33.245Z||pool-392-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T09:36:33.246Z||pool-392-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:36:33.246Z||pool-392-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:36:33.258Z||pool-392-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:36:33.258Z||pool-392-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:36:34.146Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ff5eb926-13d4-4ae4-9751-94478adea44f from URL: /sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.env 2022-01-28T09:36:34.147Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-01-28T09:36:34.147Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.env 2022-01-28T09:36:34.353Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-01-28T09:36:34.354Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.env ff5eb926-13d4-4ae4-9751-94478adea44f 2098 2022-01-28T09:36:34.354Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.env ASDC sendASDCNotification 2022-01-28T09:36:34.354Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.env 2022-01-28T09:36:34.354Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T09:36:34.354Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:36:34.355Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:36:34.355Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362594354, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-28T09:36:34.456Z||pool-393-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:36:34.456Z||pool-393-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:36:34.456Z||pool-393-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:36:34.469Z||pool-393-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:36:34.469Z||pool-393-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:36:35.356Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 0e5a15d9-baea-4a01-b758-ce2825acedb9 2022-01-28T09:36:35.357Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 5ed8198e-2725 0 f85a5874-39d3-42a7-bb34-5bfa5b748899 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-01-28T09:36:35.374Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@50ead649, org.onap.sdc.toscaparser.api.parameters.Input@5d68068f, org.onap.sdc.toscaparser.api.parameters.Input@33376ce5, org.onap.sdc.toscaparser.api.parameters.Input@63fc7b58, org.onap.sdc.toscaparser.api.parameters.Input@65a2a1f0] 2022-01-28T09:36:35.375Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:36:35.375Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-34-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:36:35.375Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-01-28T09:36:35.375Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= ba694e00-106d-4433-b6af-167224a0327a 2022-01-28T09:36:35.375Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ba694e00-106d-4433-b6af-167224a0327a matches Tosca VF Customization UUID: ba694e00-106d-4433-b6af-167224a0327a 2022-01-28T09:36:35.375Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: ba694e00-106d-4433-b6af-167224a0327a 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-01-28T09:36:35.377Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:36:35.377Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-34-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:36:35.377Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id ba694e00-106d-4433-b6af-167224a0327a: {\"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-01-28T09:36:35.378Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@701d07ec 2022-01-28T09:36:35.378Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:36:35.378Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-34-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-28T09:36:35.378Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 19ad83d8-7699-4527-8efd-aab2c0d99731 2022-01-28T09:36:35.378Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 19ad83d8-7699-4527-8efd-aab2c0d99731 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-01-28T09:36:35.379Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:36:35.380Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vFW 5ed8198e-2725 0 is matching search criteria 2022-01-28T09:36:35.380Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 5ed8198e-2725 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:36:35.380Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:36:35.380Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vFW 5ed8198e-2725 0 is matching search criteria 2022-01-28T09:36:35.380Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 5ed8198e-2725 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:36:35.380Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:36:35.380Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vFW 5ed8198e-2725 0 is not matching search criteria 2022-01-28T09:36:35.380Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T09:36:35.380Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-01-28T09:36:35.380Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T09:36:35.381Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T09:36:35.381Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T09:36:35.381Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:36:35.381Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T09:36:35.381Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T09:36:35.381Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T09:36:35.381Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T09:36:35.381Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:36:35.381Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2c3b525e-2932-47d4-b66d-6312d9ce5d00 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-01-28T09:36:35.383Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:36:35.383Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vFW 5ed8198e-2725 0 is matching search criteria 2022-01-28T09:36:35.383Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 5ed8198e-2725 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:36:35.383Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:36:35.383Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vFW 5ed8198e-2725 0 is not matching search criteria 2022-01-28T09:36:35.383Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T09:36:35.383Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T09:36:35.383Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:36:35.383Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T09:36:35.383Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T09:36:35.383Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:36:35.383Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T09:36:35.383Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-01-28T09:36:35.383Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T09:36:35.384Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T09:36:35.384Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T09:36:35.384Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:36:35.384Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f9c95b28-f44e-49d7-8db4-e49d62d9d801 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-01-28T09:36:35.385Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:36:35.385Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vFW 5ed8198e-2725 0 is matching search criteria 2022-01-28T09:36:35.385Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 5ed8198e-2725 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:36:35.385Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:36:35.385Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vFW 5ed8198e-2725 0 is not matching search criteria 2022-01-28T09:36:35.385Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T09:36:35.385Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T09:36:35.385Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:36:35.385Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T09:36:35.385Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T09:36:35.385Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:36:35.386Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T09:36:35.386Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T09:36:35.386Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T09:36:35.386Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:36:35.386Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T09:36:35.386Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-01-28T09:36:35.386Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1bced952-70cb-4fe0-9e06-f43461a82759 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-01-28T09:36:35.387Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:36:35.387Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vFW 5ed8198e-2725 0 is matching search criteria 2022-01-28T09:36:35.387Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 5ed8198e-2725 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:36:35.387Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:36:35.387Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Node template vFW 5ed8198e-2725 0 is matching search criteria 2022-01-28T09:36:35.387Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 5ed8198e-2725 0] matching following query criteria: sdcType=VF, customizationUUID=ba694e00-106d-4433-b6af-167224a0327a 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-01-28T09:36:35.388Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:36:35.388Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-34-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:36:35.388Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 0e5a15d9-baea-4a01-b758-ce2825acedb9: vFW 5ed8198e-2725 2022-01-28T09:36:35.388Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:36:35.388Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-34-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:36:35.388Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:36:35.389Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-34-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:36:35.389Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:36:35.389Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-34-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:36:35.389Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:36:35.389Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-34-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:36:35.389Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:36:35.389Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-34-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:36:35.389Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-01-28 09-34-45 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-01-28T09:36:35.501Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 5ed8198e-2725 f85a5874-39d3-42a7-bb34-5bfa5b748899 1 ASDC deployResourceStructure 2022-01-28T09:36:35.501Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/vfw5ed8198e27250_modules.json ASDC sendASDCNotification 2022-01-28T09:36:35.501Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/vfw5ed8198e27250_modules.json 2022-01-28T09:36:35.501Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T09:36:35.501Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:36:35.503Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:36:35.503Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362595501, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/vfw5ed8198e27250_modules.json", "status": "DEPLOY_OK" } 2022-01-28T09:36:35.603Z||pool-394-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:36:35.604Z||pool-394-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:36:35.604Z||pool-394-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:36:35.616Z||pool-394-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:36:35.617Z||pool-394-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:36:36.504Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-01-28T09:36:36.504Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.yaml 2022-01-28T09:36:36.504Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T09:36:36.505Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:36:36.506Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:36:36.506Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362596503, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-01-28T09:36:36.606Z||pool-395-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T09:36:36.607Z||pool-395-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:36:36.607Z||pool-395-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:36:36.619Z||pool-395-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:36:36.620Z||pool-395-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:36:37.507Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.env ASDC sendASDCNotification 2022-01-28T09:36:37.508Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.env 2022-01-28T09:36:37.508Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T09:36:37.508Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:36:37.510Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:36:37.510Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362597507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-01-28T09:36:37.610Z||pool-396-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:36:37.610Z||pool-396-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:36:37.611Z||pool-396-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:36:37.622Z||pool-396-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:36:37.622Z||pool-396-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:36:38.511Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128093445/1.0/artifacts/service-Vfw20220128093445-csar.csar ASDC sendASDCNotification 2022-01-28T09:36:38.511Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128093445/1.0/artifacts/service-Vfw20220128093445-csar.csar 2022-01-28T09:36:38.511Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T09:36:38.512Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:36:38.514Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:36:38.514Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362598511, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/artifacts/service-Vfw20220128093445-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T09:36:38.614Z||pool-397-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:36:38.614Z||pool-397-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:36:38.614Z||pool-397-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:36:38.626Z||pool-397-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:36:38.627Z||pool-397-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:36:39.514Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2969094d-242b-4df1-b9e2-41d75c6a5542 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T09:36:39.524Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2969094d-242b-4df1-b9e2-41d75c6a5542 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T09:36:39.526Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T09:36:39.526Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T09:36:39.526Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T09:37:09.526Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2969094d-242b-4df1-b9e2-41d75c6a5542 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T09:37:09.535Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2969094d-242b-4df1-b9e2-41d75c6a5542 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T09:37:09.537Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T09:37:09.537Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T09:37:09.537Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T09:37:20.695Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:37:20.695Z||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-01-28T09:37:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:37:20.725Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:37:20.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.728Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "aai-ml", "timestamp": 1643362553887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:37:20.728Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.728Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "cds", "timestamp": 1643362556207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:37:20.728Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643362558102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:37:20.729Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "multicloud-k8s-id", "timestamp": 1643362551153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:37:20.729Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "ves-openapi-manager", "timestamp": 1643362549944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:37:20.729Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "aai-ml", "timestamp": 1643362553887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/vfw5ed8198e27250_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T09:37:20.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643362558102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/vfw5ed8198e27250_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T09:37:20.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "cds", "timestamp": 1643362556207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/vfw5ed8198e27250_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T09:37:20.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "ves-openapi-manager", "timestamp": 1643362549944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/vfw5ed8198e27250_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T09:37:20.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "multicloud-k8s-id", "timestamp": 1643362551153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/vfw5ed8198e27250_modules.json", "status": "NOTIFIED" } 2022-01-28T09:37:20.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "aai-ml", "timestamp": 1643362553887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:37:20.731Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643362558102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:37:20.731Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "cds", "timestamp": 1643362556207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:37:20.731Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "ves-openapi-manager", "timestamp": 1643362549944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:37:20.731Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "multicloud-k8s-id", "timestamp": 1643362551153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T09:37:20.731Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "aai-ml", "timestamp": 1643362553887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:37:20.732Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "cds", "timestamp": 1643362556207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:37:20.732Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643362558102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:37:20.732Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "ves-openapi-manager", "timestamp": 1643362549944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:37:20.732Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "multicloud-k8s-id", "timestamp": 1643362551153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:37:20.732Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "aai-ml", "timestamp": 1643362553887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T09:37:20.732Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643362558102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T09:37:20.733Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "cds", "timestamp": 1643362556207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T09:37:20.733Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "ves-openapi-manager", "timestamp": 1643362549944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T09:37:20.733Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "multicloud-k8s-id", "timestamp": 1643362551153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-28T09:37:20.733Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "aai-ml", "timestamp": 1643362553887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/artifacts/service-Vfw20220128093445-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:37:20.734Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643362558102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/artifacts/service-Vfw20220128093445-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:37:20.734Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "cds", "timestamp": 1643362556207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/artifacts/service-Vfw20220128093445-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:37:20.734Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "ves-openapi-manager", "timestamp": 1643362549944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/artifacts/service-Vfw20220128093445-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:37:20.734Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "multicloud-k8s-id", "timestamp": 1643362551153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/artifacts/service-Vfw20220128093445-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:37:20.735Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643362558102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/artifacts/service-Vfw20220128093445-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:37:20.735Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "aai-ml", "timestamp": 1643362553887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/artifacts/service-Vfw20220128093445-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:37:20.735Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "cds", "timestamp": 1643362556207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/artifacts/service-Vfw20220128093445-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:37:20.735Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "ves-openapi-manager", "timestamp": 1643362549944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/artifacts/service-Vfw20220128093445-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-28T09:37:20.736Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "multicloud-k8s-id", "timestamp": 1643362551153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/artifacts/service-Vfw20220128093445-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:37:20.736Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "policy-id", "timestamp": 1643362564690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:37:20.736Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "aai-ml", "timestamp": 1643362565992, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/artifacts/service-Vfw20220128093445-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:37:20.737Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:37:20.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "cds", "timestamp": 1643362565994, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/artifacts/service-Vfw20220128093445-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:37:20.737Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:37:20.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643362565993, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/artifacts/service-Vfw20220128093445-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:37:20.737Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:37:20.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "multicloud-k8s-id", "timestamp": 1643362566054, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/vfw5ed8198e27250_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T09:37:20.737Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:37:20.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "policy-id", "timestamp": 1643362564690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/vfw5ed8198e27250_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T09:37:20.737Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "clamp", "timestamp": 1643362565840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:37:20.738Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "cds", "timestamp": 1643362566998, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/artifacts/service-Vfw20220128093445-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-01-28T09:37:20.744Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2969094d-242b-4df1-b9e2-41d75c6a5542 2022-01-28T09:37:20.744Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2969094d-242b-4df1-b9e2-41d75c6a5542 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-01-28T09:37:20.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.750Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "multicloud-k8s-id", "timestamp": 1643362567107, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T09:37:20.750Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:37:20.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.750Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "policy-id", "timestamp": 1643362564690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T09:37:20.750Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.750Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "clamp", "timestamp": 1643362565840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/vfw5ed8198e27250_modules.json", "status": "NOTIFIED" } 2022-01-28T09:37:20.750Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.750Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "multicloud-k8s-id", "timestamp": 1643362568154, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-28T09:37:20.750Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:37:20.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.750Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "policy-id", "timestamp": 1643362564690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:37:20.750Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.750Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "clamp", "timestamp": 1643362565840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:37:20.751Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.751Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.751Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643362568667, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/artifacts/service-Vfw20220128093445-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T09:37:20.751Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:37:20.751Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.751Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "multicloud-k8s-id", "timestamp": 1643362569302, "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-01-28T09:37:20.754Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2969094d-242b-4df1-b9e2-41d75c6a5542 2022-01-28T09:37:20.754Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2969094d-242b-4df1-b9e2-41d75c6a5542 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-01-28T09:37:20.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "policy-id", "timestamp": 1643362564690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T09:37:20.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "clamp", "timestamp": 1643362565840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:37:20.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643362569669, "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-01-28T09:37:20.762Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2969094d-242b-4df1-b9e2-41d75c6a5542 2022-01-28T09:37:20.762Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2969094d-242b-4df1-b9e2-41d75c6a5542 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-01-28T09:37:20.767Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.767Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "multicloud-k8s-id", "timestamp": 1643362570304, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/vfw5ed8198e27250_modules.json", "status": "DEPLOY_OK" } 2022-01-28T09:37:20.767Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:37:20.767Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.767Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "policy-id", "timestamp": 1643362564690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/artifacts/service-Vfw20220128093445-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:37:20.767Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.767Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.767Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "clamp", "timestamp": 1643362565840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T09:37:20.767Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.767Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.767Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "policy-id", "timestamp": 1643362564690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/artifacts/service-Vfw20220128093445-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:37:20.767Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.767Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.767Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "clamp", "timestamp": 1643362565840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/artifacts/service-Vfw20220128093445-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:37:20.767Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.767Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.767Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "aai-ml", "timestamp": 1643362571923, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/artifacts/service-Vfw20220128093445-csar.csar", "status": "DEPLOY_ERROR" } 2022-01-28T09:37:20.767Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:37:20.767Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.768Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "clamp", "timestamp": 1643362565840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/artifacts/service-Vfw20220128093445-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:37:20.768Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-28T09:37:20.768Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.768Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "policy-id", "timestamp": 1643362572543, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/artifacts/service-Vfw20220128093445-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:37:20.768Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:37:20.768Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.768Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "aai-ml", "timestamp": 1643362572926, "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-01-28T09:37:20.770Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 2969094d-242b-4df1-b9e2-41d75c6a5542 2022-01-28T09:37:20.770Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2969094d-242b-4df1-b9e2-41d75c6a5542 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-01-28T09:37:20.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "policy-id", "timestamp": 1643362573546, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/artifacts/service-Vfw20220128093445-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T09:37:20.776Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:37:20.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:37:20.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "policy-id", "timestamp": 1643362574549, "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-01-28T09:37:20.779Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2969094d-242b-4df1-b9e2-41d75c6a5542 2022-01-28T09:37:20.779Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2969094d-242b-4df1-b9e2-41d75c6a5542 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-01-28T09:37:39.537Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2969094d-242b-4df1-b9e2-41d75c6a5542 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T09:37:39.546Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2969094d-242b-4df1-b9e2-41d75c6a5542 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T09:37:39.548Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T09:37:39.548Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-28T09:37:39.548Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-28T09:37:39.549Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-28T09:37:39.549Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-01-28T09:37:39.549Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||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-01-28T09:37:39.553Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-28T09:38:09.553Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2969094d-242b-4df1-b9e2-41d75c6a5542 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-01-28T09:38:09.559Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2969094d-242b-4df1-b9e2-41d75c6a5542 and serviceModelVersionId: 0e5a15d9-baea-4a01-b758-ce2825acedb9 2022-01-28T09:38:09.560Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9766d033-f16c-4ceb-9222-59cd59d0822b 2022-01-28T09:38:09.560Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9766d033-f16c-4ceb-9222-59cd59d0822b/model-vers/model-ver/0e5a15d9-baea-4a01-b758-ce2825acedb9?depth=0 2022-01-28T09:38:09.566Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-01-28T09:38:09.581Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9766d033-f16c-4ceb-9222-59cd59d0822b/model-vers/model-ver/0e5a15d9-baea-4a01-b758-ce2825acedb9?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-01-28T09:38:09.581Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9766d033-f16c-4ceb-9222-59cd59d0822b/model-vers/model-ver/0e5a15d9-baea-4a01-b758-ce2825acedb9?depth=0|INFO|500||Invoke 2022-01-28T09:38:09.596Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9766d033-f16c-4ceb-9222-59cd59d0822b/model-vers/model-ver/0e5a15d9-baea-4a01-b758-ce2825acedb9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-01-28T09:38:09.611Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9766d033-f16c-4ceb-9222-59cd59d0822b/model-vers/model-ver/0e5a15d9-baea-4a01-b758-ce2825acedb9?depth=0|INFO|404|Not Found|InvokeReturn 2022-01-28T09:38:09.611Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9766d033-f16c-4ceb-9222-59cd59d0822b/model-vers/model-ver/0e5a15d9-baea-4a01-b758-ce2825acedb9?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220128-09:38:09:600-46423], Content-Length=[495], Date=[Fri, 28 Jan 2022 09:38:09 GMT], Content-Type=[application/json]} 2022-01-28T09:38:09.612Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||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/9766d033-f16c-4ceb-9222-59cd59d0822b/model-vers/model-ver/0e5a15d9-baea-4a01-b758-ce2825acedb9","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9766d033-f16c-4ceb-9222-59cd59d0822b/model-vers/model-ver/0e5a15d9-baea-4a01-b758-ce2825acedb9","ERR.5.4.6114"]}}} 2022-01-28T09:38:09.614Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=2969094d-242b-4df1-b9e2-41d75c6a5542 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9766d033-f16c-4ceb-9222-59cd59d0822b/model-vers/model-ver/0e5a15d9-baea-4a01-b758-ce2825acedb9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9766d033-f16c-4ceb-9222-59cd59d0822b/model-vers/model-ver/0e5a15d9-baea-4a01-b758-ce2825acedb9) (ec=ERR.5.4.6114) 2022-01-28T09:38:09.614Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=2969094d-242b-4df1-b9e2-41d75c6a5542 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9766d033-f16c-4ceb-9222-59cd59d0822b/model-vers/model-ver/0e5a15d9-baea-4a01-b758-ce2825acedb9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9766d033-f16c-4ceb-9222-59cd59d0822b/model-vers/model-ver/0e5a15d9-baea-4a01-b758-ce2825acedb9) (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-01-28T09:38:09.614Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=2969094d-242b-4df1-b9e2-41d75c6a5542 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9766d033-f16c-4ceb-9222-59cd59d0822b/model-vers/model-ver/0e5a15d9-baea-4a01-b758-ce2825acedb9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9766d033-f16c-4ceb-9222-59cd59d0822b/model-vers/model-ver/0e5a15d9-baea-4a01-b758-ce2825acedb9) (ec=ERR.5.4.6114) 2022-01-28T09:38:09.614Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=2969094d-242b-4df1-b9e2-41d75c6a5542 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9766d033-f16c-4ceb-9222-59cd59d0822b/model-vers/model-ver/0e5a15d9-baea-4a01-b758-ce2825acedb9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9766d033-f16c-4ceb-9222-59cd59d0822b/model-vers/model-ver/0e5a15d9-baea-4a01-b758-ce2825acedb9) (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-01-28T09:38:09.617Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||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-01-28T09:38:09.618Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2969094d-242b-4df1-b9e2-41d75c6a5542 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=2969094d-242b-4df1-b9e2-41d75c6a5542 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9766d033-f16c-4ceb-9222-59cd59d0822b/model-vers/model-ver/0e5a15d9-baea-4a01-b758-ce2825acedb9 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9766d033-f16c-4ceb-9222-59cd59d0822b/model-vers/model-ver/0e5a15d9-baea-4a01-b758-ce2825acedb9) (ec=ERR.5.4.6114) 2022-01-28T09:38:09.618Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-01-28T09:38:09.618Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:38:09.619Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:38:09.619Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362689618, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d2969094d-242b-4df1-b9e2-41d75c6a5542 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9766d033-f16c-4ceb-9222-59cd59d0822b/model-vers/model-ver/0e5a15d9-baea-4a01-b758-ce2825acedb9 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9766d033-f16c-4ceb-9222-59cd59d0822b/model-vers/model-ver/0e5a15d9-baea-4a01-b758-ce2825acedb9) (ec\u003dERR.5.4.6114)" } 2022-01-28T09:38:09.719Z||pool-398-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:38:09.720Z||pool-398-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:38:09.720Z||pool-398-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:38:09.735Z||pool-398-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:38:09.736Z||pool-398-thread-1|||||INFO|500||cambria reply ok (16 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-01-28T09:38:10.628Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:38:10.629Z|2969094d-242b-4df1-b9e2-41d75c6a5542|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-01-28T09:38:10.629Z|2969094d-242b-4df1-b9e2-41d75c6a5542|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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:38:20.169Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:38:20.693Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:38:20.693Z|2969094d-242b-4df1-b9e2-41d75c6a5542|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-01-28T09:38:20.693Z|2969094d-242b-4df1-b9e2-41d75c6a5542|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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:38:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:38:20.695Z||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-01-28T09:38:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:38:20.716Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:38:20.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:38:20.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "clamp", "timestamp": 1643362581246, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/artifacts/service-Vfw20220128093445-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:38:20.717Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:38:20.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:38:20.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362580693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:38:20.717Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:38:20.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:38:20.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362580693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/vfw5ed8198e27250_modules.json", "status": "NOTIFIED" } 2022-01-28T09:38:20.718Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:38:20.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:38:20.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "clamp", "timestamp": 1643362583253, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/artifacts/service-Vfw20220128093445-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T09:38:20.718Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:38:20.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:38:20.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362580693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T09:38:20.718Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:38:20.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:38:20.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "clamp", "timestamp": 1643362584255, "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-01-28T09:38:20.727Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2969094d-242b-4df1-b9e2-41d75c6a5542 2022-01-28T09:38:20.727Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2969094d-242b-4df1-b9e2-41d75c6a5542 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-01-28T09:38:20.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:38:20.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362580693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:38:20.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:38:20.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:38:20.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362580693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-28T09:38:20.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:38:20.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:38:20.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362580693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/artifacts/service-Vfw20220128093445-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:38:20.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:38:20.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:38:20.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362580693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/artifacts/service-Vfw20220128093445-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:38:20.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:38:20.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:38:20.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362588897, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/artifacts/service-Vfw20220128093445-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:38:20.735Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:38:20.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:38:20.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362591844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/vfw5ed8198e27250_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T09:38:20.736Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:38:20.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:38:20.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362593143, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T09:38:20.736Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:38:20.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:38:20.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362594354, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-28T09:38:20.736Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:38:20.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:38:20.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362595501, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/vfw5ed8198e27250_modules.json", "status": "DEPLOY_OK" } 2022-01-28T09:38:20.736Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:38:20.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:38:20.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362596503, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-01-28T09:38:20.737Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:38:20.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:38:20.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362597507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/resourceInstances/vfw5ed8198e27250/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-01-28T09:38:20.737Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:38:20.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:38:20.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362598511, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093445/1.0/artifacts/service-Vfw20220128093445-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T09:38:20.737Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:38:30.228Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:39:20.693Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:39:20.693Z|2969094d-242b-4df1-b9e2-41d75c6a5542|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-01-28T09:39:20.693Z|2969094d-242b-4df1-b9e2-41d75c6a5542|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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:39:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:39:20.695Z||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-01-28T09:39:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:39:21.217Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:39:21.217Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:39:21.217Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2969094d-242b-4df1-b9e2-41d75c6a5542", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362689618, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d2969094d-242b-4df1-b9e2-41d75c6a5542 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9766d033-f16c-4ceb-9222-59cd59d0822b/model-vers/model-ver/0e5a15d9-baea-4a01-b758-ce2825acedb9 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9766d033-f16c-4ceb-9222-59cd59d0822b/model-vers/model-ver/0e5a15d9-baea-4a01-b758-ce2825acedb9) (ec\u003dERR.5.4.6114)" } 2022-01-28T09:39:21.218Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:39:30.239Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:40:20.692Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:40:20.693Z|2969094d-242b-4df1-b9e2-41d75c6a5542|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-01-28T09:40:20.693Z|2969094d-242b-4df1-b9e2-41d75c6a5542|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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:40:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:40:20.695Z||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-01-28T09:40:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:40:30.237Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:40:30.238Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:41:20.693Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:41:20.693Z|2969094d-242b-4df1-b9e2-41d75c6a5542|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-01-28T09:41:20.693Z|2969094d-242b-4df1-b9e2-41d75c6a5542|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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:41:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:41:20.695Z||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-01-28T09:41:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:41:21.322Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:41:21.322Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.323Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"81168c49-d727-474c-8d3c-ddfaa9429725","serviceName":"vFW 2022-01-28 09-39-17","serviceVersion":"1.0","serviceUUID":"f6945373-1ac5-4e9c-8a24-3a529760f665","serviceDescription":"catalog service description","serviceInvariantUUID":"6a328c0b-2b2d-4ca6-98a4-10d03b19f48f","resources":[{"resourceInstanceName":"vFW 3c660689-3f2a 0","resourceName":"vFW 3c660689-3f2a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1a29270e-b89a-445a-8c1a-0a8bc6cd9f31","resourceInvariantUUID":"7003c3f0-f821-4f1e-97dd-6aeb59016e14","resourceCustomizationUUID":"2983241d-f006-4d50-b789-54d3e6199e3e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/vf-license-model.xml","artifactChecksum":"MjY0OTE3N2VlYTZiZGNlZGUxNmU1MTZiYjJiNzEyZTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fae8ffea-58ad-4d03-9337-df66daaff71c","artifactVersion":"1"},{"artifactName":"vfw3c6606893f2a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/vfw3c6606893f2a0_modules.json","artifactChecksum":"MTEzZDBmZmI0MGJjZDZjNTY2YzU0N2IyYWFmNmQ1MzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"114819c9-1ab9-4df5-822a-155c679f4081","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4345dd3f-ec9d-4bf8-8168-75a4c69fa0fc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/vendor-license-model.xml","artifactChecksum":"NmI3ZTE0NTY1ZjZhM2UzMGYxM2VlMGE4MTUwZjljM2I\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"22ab5ebc-b782-4653-8041-469fe8a70112","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d503c9ea-0fd8-4eab-a331-d947a981a3a0","artifactVersion":"2","generatedFromUUID":"4345dd3f-ec9d-4bf8-8168-75a4c69fa0fc"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220128093917-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128093917/1.0/artifacts/service-Vfw20220128093917-template.yml","artifactChecksum":"MGRmYjQwMTQ2ZmZiMTQwN2U3ODAzNDY0M2JjY2UyZGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e7691437-4a03-4d7b-a4fd-2201c07b8440","artifactVersion":"1"},{"artifactName":"service-Vfw20220128093917-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220128093917/1.0/artifacts/service-Vfw20220128093917-csar.csar","artifactChecksum":"ZDkyODhlNWU0MmM5Yzc4MDQ2MzA0MDAzMjUxYmRjMzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f01c68b0-5d8c-4a26-a011-c4dadae58a7e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-28T09:41:21.324Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:41:21.324Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:41:21.324Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:41:21.325Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:41:21.325Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362880693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:41:21.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "clamp", "timestamp": 1643362835840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:41:21.326Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "multicloud-k8s-id", "timestamp": 1643362831153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:41:21.326Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.327Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "ves-openapi-manager", "timestamp": 1643362829944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:41:21.327Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.327Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "clamp", "timestamp": 1643362835840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/vfw3c6606893f2a0_modules.json", "status": "NOTIFIED" } 2022-01-28T09:41:21.327Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.327Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "ves-openapi-manager", "timestamp": 1643362829944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/vfw3c6606893f2a0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T09:41:21.327Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.327Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "multicloud-k8s-id", "timestamp": 1643362831153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/vfw3c6606893f2a0_modules.json", "status": "NOTIFIED" } 2022-01-28T09:41:21.327Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.327Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "clamp", "timestamp": 1643362835840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:41:21.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "ves-openapi-manager", "timestamp": 1643362829944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:41:21.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "multicloud-k8s-id", "timestamp": 1643362831153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T09:41:21.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "cds", "timestamp": 1643362841207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:41:21.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "clamp", "timestamp": 1643362835840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:41:21.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "ves-openapi-manager", "timestamp": 1643362829944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:41:21.329Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "multicloud-k8s-id", "timestamp": 1643362831153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:41:21.329Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "cds", "timestamp": 1643362841207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/vfw3c6606893f2a0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T09:41:21.329Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "clamp", "timestamp": 1643362835840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T09:41:21.329Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "ves-openapi-manager", "timestamp": 1643362829944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T09:41:21.330Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "multicloud-k8s-id", "timestamp": 1643362831153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-28T09:41:21.330Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "cds", "timestamp": 1643362841207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:41:21.330Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "clamp", "timestamp": 1643362835840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/artifacts/service-Vfw20220128093917-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:41:21.330Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "ves-openapi-manager", "timestamp": 1643362829944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/artifacts/service-Vfw20220128093917-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:41:21.330Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "multicloud-k8s-id", "timestamp": 1643362831153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/artifacts/service-Vfw20220128093917-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:41:21.331Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "cds", "timestamp": 1643362841207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:41:21.331Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "policy-id", "timestamp": 1643362844690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:41:21.331Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "clamp", "timestamp": 1643362835840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/artifacts/service-Vfw20220128093917-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:41:21.331Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "multicloud-k8s-id", "timestamp": 1643362831153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/artifacts/service-Vfw20220128093917-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:41:21.331Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "ves-openapi-manager", "timestamp": 1643362829944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/artifacts/service-Vfw20220128093917-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-28T09:41:21.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "cds", "timestamp": 1643362841207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T09:41:21.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "policy-id", "timestamp": 1643362844690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/vfw3c6606893f2a0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T09:41:21.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "multicloud-k8s-id", "timestamp": 1643362846827, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/vfw3c6606893f2a0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T09:41:21.332Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:41:21.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "cds", "timestamp": 1643362841207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/artifacts/service-Vfw20220128093917-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:41:21.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "policy-id", "timestamp": 1643362844690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T09:41:21.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "cds", "timestamp": 1643362841207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/artifacts/service-Vfw20220128093917-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:41:21.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "multicloud-k8s-id", "timestamp": 1643362848132, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T09:41:21.332Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:41:21.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "policy-id", "timestamp": 1643362844690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:41:21.333Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.333Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "cds", "timestamp": 1643362849142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/artifacts/service-Vfw20220128093917-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:41:21.333Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:41:21.333Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "multicloud-k8s-id", "timestamp": 1643362849338, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-28T09:41:21.333Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:41:21.333Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "policy-id", "timestamp": 1643362844690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T09:41:21.333Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.333Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "cds", "timestamp": 1643362850146, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/artifacts/service-Vfw20220128093917-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-01-28T09:41:21.344Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 81168c49-d727-474c-8d3c-ddfaa9429725 2022-01-28T09:41:21.344Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81168c49-d727-474c-8d3c-ddfaa9429725 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-01-28T09:41:21.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "policy-id", "timestamp": 1643362844690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/artifacts/service-Vfw20220128093917-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:41:21.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "multicloud-k8s-id", "timestamp": 1643362850352, "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-01-28T09:41:21.353Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 81168c49-d727-474c-8d3c-ddfaa9429725 2022-01-28T09:41:21.353Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81168c49-d727-474c-8d3c-ddfaa9429725 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-01-28T09:41:21.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "clamp", "timestamp": 1643362851277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/artifacts/service-Vfw20220128093917-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:41:21.359Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:41:21.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "policy-id", "timestamp": 1643362844690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/artifacts/service-Vfw20220128093917-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:41:21.359Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "multicloud-k8s-id", "timestamp": 1643362851354, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/vfw3c6606893f2a0_modules.json", "status": "DEPLOY_OK" } 2022-01-28T09:41:21.360Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:41:21.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "clamp", "timestamp": 1643362852289, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/artifacts/service-Vfw20220128093917-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T09:41:21.360Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:41:21.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "policy-id", "timestamp": 1643362852403, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/artifacts/service-Vfw20220128093917-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:41:21.360Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:41:21.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "clamp", "timestamp": 1643362853292, "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-01-28T09:41:21.364Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 81168c49-d727-474c-8d3c-ddfaa9429725 2022-01-28T09:41:21.364Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81168c49-d727-474c-8d3c-ddfaa9429725 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-01-28T09:41:21.369Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.369Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "policy-id", "timestamp": 1643362853406, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/artifacts/service-Vfw20220128093917-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T09:41:21.370Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:41:21.370Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.370Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "policy-id", "timestamp": 1643362854408, "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-01-28T09:41:21.372Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 81168c49-d727-474c-8d3c-ddfaa9429725 2022-01-28T09:41:21.373Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81168c49-d727-474c-8d3c-ddfaa9429725 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-01-28T09:41:21.376Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.376Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "aai-ml", "timestamp": 1643362853887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:41:21.376Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.376Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.376Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "aai-ml", "timestamp": 1643362853887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/vfw3c6606893f2a0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T09:41:21.376Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.377Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "aai-ml", "timestamp": 1643362853887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:41:21.377Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.377Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "aai-ml", "timestamp": 1643362853887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:41:21.377Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.377Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "aai-ml", "timestamp": 1643362853887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T09:41:21.377Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.377Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643362858102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:41:21.377Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.377Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "aai-ml", "timestamp": 1643362853887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/artifacts/service-Vfw20220128093917-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:41:21.377Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.377Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643362858102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/vfw3c6606893f2a0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T09:41:21.377Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.377Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.378Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "aai-ml", "timestamp": 1643362853887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/artifacts/service-Vfw20220128093917-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:41:21.378Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.378Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.378Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643362858102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:41:21.378Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.378Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.378Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643362858102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:41:21.378Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.378Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.378Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "aai-ml", "timestamp": 1643362862040, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/artifacts/service-Vfw20220128093917-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:41:21.378Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:41:21.378Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.378Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643362858102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T09:41:21.378Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.378Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.378Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643362858102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/artifacts/service-Vfw20220128093917-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:41:21.378Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.378Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.378Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643362858102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/artifacts/service-Vfw20220128093917-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:41:21.378Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:41:21.378Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.378Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643362865804, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/artifacts/service-Vfw20220128093917-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:41:21.378Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:41:21.378Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.378Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "aai-ml", "timestamp": 1643362868214, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/artifacts/service-Vfw20220128093917-csar.csar", "status": "DEPLOY_ERROR" } 2022-01-28T09:41:21.378Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:41:21.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.379Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643362868333, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/artifacts/service-Vfw20220128093917-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T09:41:21.379Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:41:21.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.379Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "aai-ml", "timestamp": 1643362869217, "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-01-28T09:41:21.382Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 81168c49-d727-474c-8d3c-ddfaa9429725 2022-01-28T09:41:21.382Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81168c49-d727-474c-8d3c-ddfaa9429725 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-01-28T09:41:21.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:41:21.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643362869335, "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-01-28T09:41:21.389Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 81168c49-d727-474c-8d3c-ddfaa9429725 2022-01-28T09:41:21.389Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81168c49-d727-474c-8d3c-ddfaa9429725 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-01-28T09:41:21.426Z||pool-399-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T09:41:21.426Z||pool-399-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:41:21.426Z||pool-399-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:41:21.438Z||pool-399-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:41:21.439Z||pool-399-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:41:22.326Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:41:22.326Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:41:22.328Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:41:22.328Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362880693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/vfw3c6606893f2a0_modules.json", "status": "NOTIFIED" } 2022-01-28T09:41:22.428Z||pool-400-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:41:22.429Z||pool-400-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:41:22.429Z||pool-400-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:41:22.442Z||pool-400-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:41:22.442Z||pool-400-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:41:23.329Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:41:23.329Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:41:23.331Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:41:23.331Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362880693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T09:41:23.431Z||pool-401-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:41:23.432Z||pool-401-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:41:23.432Z||pool-401-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:41:23.444Z||pool-401-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:41:23.445Z||pool-401-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:41:24.332Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:41:24.332Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:41:24.334Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:41:24.334Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362880693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:41:24.435Z||pool-402-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T09:41:24.435Z||pool-402-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:41:24.435Z||pool-402-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:41:24.447Z||pool-402-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:41:24.447Z||pool-402-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:41:25.335Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:41:25.335Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:41:25.336Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:41:25.336Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362880693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-28T09:41:25.437Z||pool-403-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T09:41:25.438Z||pool-403-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:41:25.438Z||pool-403-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:41:25.451Z||pool-403-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:41:25.451Z||pool-403-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:41:26.337Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:41:26.337Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:41:26.338Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:41:26.338Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362880693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/artifacts/service-Vfw20220128093917-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:41:26.439Z||pool-404-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T09:41:26.440Z||pool-404-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:41:26.440Z||pool-404-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:41:26.452Z||pool-404-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:41:26.452Z||pool-404-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:41:27.338Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:41:27.340Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:41:27.341Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:41:27.341Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362880693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/artifacts/service-Vfw20220128093917-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:41:27.442Z||pool-405-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:41:27.442Z||pool-405-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:41:27.442Z||pool-405-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:41:27.455Z||pool-405-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:41:27.455Z||pool-405-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:41:28.343Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "serviceName": "vFW 2022-01-28 09-39-17", "serviceVersion": "1.0", "serviceUUID": "f6945373-1ac5-4e9c-8a24-3a529760f665", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6a328c0b-2b2d-4ca6-98a4-10d03b19f48f", "resources": [ { "resourceInstanceName": "vFW 3c660689-3f2a 0", "resourceCustomizationUUID": "2983241d-f006-4d50-b789-54d3e6199e3e", "resourceName": "vFW 3c660689-3f2a", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1a29270e-b89a-445a-8c1a-0a8bc6cd9f31", "resourceInvariantUUID": "7003c3f0-f821-4f1e-97dd-6aeb59016e14", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw3c6606893f2a0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/vfw3c6606893f2a0_modules.json", "artifactChecksum": "MTEzZDBmZmI0MGJjZDZjNTY2YzU0N2IyYWFmNmQ1MzQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "114819c9-1ab9-4df5-822a-155c679f4081", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "4345dd3f-ec9d-4bf8-8168-75a4c69fa0fc", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d503c9ea-0fd8-4eab-a331-d947a981a3a0", "generatedFromUUID": "4345dd3f-ec9d-4bf8-8168-75a4c69fa0fc" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d503c9ea-0fd8-4eab-a331-d947a981a3a0", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220128093917-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/artifacts/service-Vfw20220128093917-csar.csar", "artifactChecksum": "ZDkyODhlNWU0MmM5Yzc4MDQ2MzA0MDAzMjUxYmRjMzY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f01c68b0-5d8c-4a26-a011-c4dadae58a7e" } ], "workloadContext": "Production" } 2022-01-28T09:41:28.343Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-28T09:41:28.343Z|2969094d-242b-4df1-b9e2-41d75c6a5542|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f6945373-1ac5-4e9c-8a24-3a529760f665 ASDC 2022-01-28T09:41:28.343Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:81168c49-d727-474c-8d3c-ddfaa9429725 ServiceName:vFW 2022-01-28 09-39-17 ServiceVersion:1.0 ServiceUUID:f6945373-1ac5-4e9c-8a24-3a529760f665 ServiceInvariantUUID:6a328c0b-2b2d-4ca6-98a4-10d03b19f48f ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220128093917-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220128093917/1.0/artifacts/service-Vfw20220128093917-csar.csar ArtifactUUID:f01c68b0-5d8c-4a26-a011-c4dadae58a7e ArtifactChecksum:ZDkyODhlNWU0MmM5Yzc4MDQ2MzA0MDAzMjUxYmRjMzY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 3c660689-3f2a 0 ResourceCustomizationUUID:2983241d-f006-4d50-b789-54d3e6199e3e ResourceInvariantUUID:7003c3f0-f821-4f1e-97dd-6aeb59016e14 ResourceName:vFW 3c660689-3f2a ResourceType:VF ResourceUUID:1a29270e-b89a-445a-8c1a-0a8bc6cd9f31 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw3c6606893f2a0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/vfw3c6606893f2a0_modules.json ArtifactUUID:114819c9-1ab9-4df5-822a-155c679f4081 ArtifactChecksum:MTEzZDBmZmI0MGJjZDZjNTY2YzU0N2IyYWFmNmQ1MzQ= 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/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.yaml ArtifactUUID:4345dd3f-ec9d-4bf8-8168-75a4c69fa0fc 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/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.env ArtifactUUID:d503c9ea-0fd8-4eab-a331-d947a981a3a0 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/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.env ArtifactUUID:d503c9ea-0fd8-4eab-a331-d947a981a3a0 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-01-28T09:41:28.344Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f6945373-1ac5-4e9c-8a24-3a529760f665 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-01-28T09:41:28.364Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T09:41:28.364Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-01-28T09:41:28.364Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-01-28T09:41:28.364Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f01c68b0-5d8c-4a26-a011-c4dadae58a7e from URL: /sdc/v1/catalog/services/Vfw20220128093917/1.0/artifacts/service-Vfw20220128093917-csar.csar 2022-01-28T09:41:28.364Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-01-28T09:41:28.365Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128093917/1.0/artifacts/service-Vfw20220128093917-csar.csar 2022-01-28T09:41:28.799Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-01-28T09:41:28.805Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128093917/1.0/artifacts/service-Vfw20220128093917-csar.csar f01c68b0-5d8c-4a26-a011-c4dadae58a7e 98930 2022-01-28T09:41:28.806Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128093917/1.0/artifacts/service-Vfw20220128093917-csar.csar ASDC sendASDCNotification 2022-01-28T09:41:28.806Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128093917/1.0/artifacts/service-Vfw20220128093917-csar.csar 2022-01-28T09:41:28.806Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T09:41:28.806Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:41:28.807Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:41:28.807Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362888806, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/artifacts/service-Vfw20220128093917-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:41:28.908Z||pool-406-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:41:28.909Z||pool-406-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:41:28.909Z||pool-406-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:41:28.921Z||pool-406-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:41:28.921Z||pool-406-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:41:29.808Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T09:41:29.809Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-01-28T09:41:29.809Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: f01c68b0-5d8c-4a26-a011-c4dadae58a7e, URL: /sdc/v1/catalog/services/Vfw20220128093917/1.0/artifacts/service-Vfw20220128093917-csar.csar to file: /app/ASDC/1/service-Vfw20220128093917-csar.csar 2022-01-28T09:41:29.810Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220128093917-csar.csar 2022-01-28T09:41:29.810Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220128093917-csar.csar 2022-01-28T09:41:29.811Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220128093917-csar.csar 2022-01-28T09:41:30.093Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16924927973556079727/Definitions/service-Vfw20220128093917-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-01-28T09:41:31.410Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-28T09:41:31.411Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-01-28T09:41:31.411Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220128093917-csar.csar 2022-01-28T09:41:31.411Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-01-28T09:41:31.411Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||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-Vfw20220128093917-csar.csar 2022-01-28T09:41:31.411Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||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-Vfw20220128093917-csar.csar 2022-01-28T09:41:31.411Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3c660689-3f2a 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-Vfw20220128093917-csar.csar 2022-01-28T09:41:31.411Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||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-Vfw20220128093917-csar.csar 2022-01-28T09:41:31.411Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220128093917-csar.csar 2022-01-28T09:41:31.411Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220128093917-csar.csar 2022-01-28T09:41:31.411Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||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-Vfw20220128093917-csar.csar 2022-01-28T09:41:31.411Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||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-Vfw20220128093917-csar.csar 2022-01-28T09:41:31.411Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||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-Vfw20220128093917-csar.csar 2022-01-28T09:41:31.411Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220128093917-csar.csar 2022-01-28T09:41:31.411Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||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-Vfw20220128093917-csar.csar 2022-01-28T09:41:31.411Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220128093917-csar.csar 2022-01-28T09:41:31.411Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220128093917-csar.csar 2022-01-28T09:41:31.411Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-01-28T09:41:31.411Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:41:31.411Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-39-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:41:31.412Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vFW 3c660689-3f2a 0 is matching search criteria 2022-01-28T09:41:31.412Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-01-28T09:41:31.412Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 3c660689-3f2a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T09:41:31.412Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:41:31.412Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-39-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:41:31.412Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vFW 3c660689-3f2a 0 is matching search criteria 2022-01-28T09:41:31.412Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-01-28T09:41:31.412Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 3c660689-3f2a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T09:41:31.412Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:41:31.412Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-39-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:41:31.412Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:41:31.412Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vFW 3c660689-3f2a 0 is not matching search criteria 2022-01-28T09:41:31.412Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T09:41:31.412Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T09:41:31.412Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T09:41:31.412Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:41:31.412Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T09:41:31.412Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:41:31.413Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T09:41:31.413Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T09:41:31.413Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T09:41:31.413Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:41:31.413Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T09:41:31.413Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T09:41:31.413Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T09:41:31.413Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T09:41:31.413Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:41:31.413Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-01-28T09:41:31.413Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:41:31.413Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-39-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-28T09:41:31.413Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:41:31.413Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vFW 3c660689-3f2a 0 is matching search criteria 2022-01-28T09:41:31.413Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 3c660689-3f2a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:41:31.413Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:41:31.413Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vFW 3c660689-3f2a 0 is matching search criteria 2022-01-28T09:41:31.413Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 3c660689-3f2a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:41:31.414Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:41:31.414Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vFW 3c660689-3f2a 0 is matching search criteria 2022-01-28T09:41:31.414Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 3c660689-3f2a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:41:31.414Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:41:31.414Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vFW 3c660689-3f2a 0 is not matching search criteria 2022-01-28T09:41:31.414Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T09:41:31.414Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-01-28T09:41:31.414Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T09:41:31.414Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T09:41:31.414Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T09:41:31.414Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:41:31.414Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T09:41:31.414Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T09:41:31.414Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T09:41:31.414Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T09:41:31.414Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:41:31.414Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=aace1b75-1b86-4f3e-b4bd-813fdc531738 2022-01-28T09:41:31.414Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:41:31.414Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vFW 3c660689-3f2a 0 is not matching search criteria 2022-01-28T09:41:31.414Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T09:41:31.415Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T09:41:31.415Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T09:41:31.415Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:41:31.415Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T09:41:31.415Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:41:31.415Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T09:41:31.415Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-01-28T09:41:31.415Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T09:41:31.415Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T09:41:31.415Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T09:41:31.415Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:41:31.415Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a2b3cd59-f437-4257-8ba3-beab692389d9 2022-01-28T09:41:31.415Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:41:31.415Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vFW 3c660689-3f2a 0 is not matching search criteria 2022-01-28T09:41:31.415Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T09:41:31.415Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T09:41:31.415Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T09:41:31.415Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:41:31.416Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T09:41:31.416Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:41:31.416Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T09:41:31.416Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T09:41:31.416Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T09:41:31.416Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:41:31.416Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T09:41:31.416Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-01-28T09:41:31.416Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4f51e59f-fa22-4571-bb11-2a3de33cfb60 2022-01-28T09:41:31.416Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:41:31.416Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-39-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:41:31.416Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:41:31.416Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-39-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:41:31.416Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:41:31.416Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-39-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:41:31.416Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:41:31.417Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-39-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:41:31.417Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-01-28 09-39-17 Description:catalog service description Model UUID:f6945373-1ac5-4e9c-8a24-3a529760f665 Model Version:NULL Model InvariantUuid:6a328c0b-2b2d-4ca6-98a4-10d03b19f48f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 3c660689-3f2a Model UUID:829b8f03-a44a-4b06-b2a2-7ef3f68583b3 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:7003c3f0-f821-4f1e-97dd-6aeb59016e14 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:2983241d-f006-4d50-b789-54d3e6199e3e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:2d21da41-6b74-4359-96d6-32552a886d96 ModelName:Vfw3c6606893f2a..base_vfw..module-0 ModelUuid:8942ff9c-8349-4e12-bd69-093080899de4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:aace1b75-1b86-4f3e-b4bd-813fdc531738 ModelInvariantUuid:1bf9b2c7-3916-424e-922b-4d59a5a379f1 ModelName:vFW 3c660689-3f2a-nodes.vfwCvfc ModelUuid:5009aada-d149-4c75-a4f4-3183631803ea ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:0fc36fc5-3220-4442-9931-1f9771037ec7 ModelInvariantUuid:ce4372b3-a026-4140-bcd4-c2623f5b7c29 ModelName:Vfw3c6606893f2a.compute.nodes.heat.vfw ModelUuid:19c2663e-8b5e-4b5b-b2ac-847875aec874 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:a2b3cd59-f437-4257-8ba3-beab692389d9 ModelInvariantUuid:256f449a-f3f6-4fef-9460-7b44a730c15d ModelName:vFW 3c660689-3f2a-nodes.vsnCvfc ModelUuid:6feee338-f316-4f1e-a66a-914f7c678917 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:fa3c4ede-dc5d-4b07-ac5f-8a6ce02f4739 ModelInvariantUuid:2fcc885f-cce1-4111-bdab-87e34396f5c4 ModelName:Vfw3c6606893f2a.compute.nodes.heat.vsn ModelUuid:dd345af0-a0e9-45d2-8fae-42c622c9a468 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:4f51e59f-fa22-4571-bb11-2a3de33cfb60 ModelInvariantUuid:18cda5a5-195b-4c40-b59b-1d836fb43623 ModelName:vFW 3c660689-3f2a-nodes.vpgCvfc ModelUuid:1049239d-8835-412b-b503-f03f5176ef44 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:56ab9314-0289-44e2-8065-a34b3192e63f ModelInvariantUuid:204aaa3e-0fab-4bbb-b810-0d2de5209f71 ModelName:Vfw3c6606893f2a.compute.nodes.heat.vpg ModelUuid:c093cc7f-2239-444b-9ea0-129e49929253 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-01-28T09:41:31.422Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 1a29270e-b89a-445a-8c1a-0a8bc6cd9f31 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-01-28T09:41:31.424Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||vFW 3c660689-3f2a 0 2022-01-28T09:41:31.424Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1a29270e-b89a-445a-8c1a-0a8bc6cd9f31 2022-01-28T09:41:31.424Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 114819c9-1ab9-4df5-822a-155c679f4081 from URL: /sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/vfw3c6606893f2a0_modules.json 2022-01-28T09:41:31.424Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-01-28T09:41:31.424Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/vfw3c6606893f2a0_modules.json 2022-01-28T09:41:31.551Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-01-28T09:41:31.552Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/vfw3c6606893f2a0_modules.json 114819c9-1ab9-4df5-822a-155c679f4081 785 2022-01-28T09:41:31.552Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/vfw3c6606893f2a0_modules.json ASDC sendASDCNotification 2022-01-28T09:41:31.552Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/vfw3c6606893f2a0_modules.json 2022-01-28T09:41:31.552Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T09:41:31.552Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:41:31.554Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:41:31.554Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362891552, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/vfw3c6606893f2a0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T09:41:31.654Z||pool-407-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:41:31.655Z||pool-407-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:41:31.655Z||pool-407-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:41:31.669Z||pool-407-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:41:31.669Z||pool-407-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:41:32.555Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw3c6606893f2a..base_vfw..module-0", "vfModuleModelInvariantUUID": "2d21da41-6b74-4359-96d6-32552a886d96", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8942ff9c-8349-4e12-bd69-093080899de4", "vfModuleModelCustomizationUUID": "8ec47638-3909-4e52-8ab7-45e02b1ef385", "isBase": true, "artifacts": [ "4345dd3f-ec9d-4bf8-8168-75a4c69fa0fc", "d503c9ea-0fd8-4eab-a331-d947a981a3a0" ], "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-01-28T09:41:32.558Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw3c6606893f2a..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8942ff9c-8349-4e12-bd69-093080899de4 VfModuleModelInvariantUUID:2d21da41-6b74-4359-96d6-32552a886d96 VfModuleModelDescription:NULL Artifacts UUID List:{ 4345dd3f-ec9d-4bf8-8168-75a4c69fa0fc , d503c9ea-0fd8-4eab-a331-d947a981a3a0 } 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-01-28T09:41:32.560Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw3c6606893f2a..base_vfw..module-0", "vfModuleModelInvariantUUID": "2d21da41-6b74-4359-96d6-32552a886d96", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8942ff9c-8349-4e12-bd69-093080899de4", "vfModuleModelCustomizationUUID": "8ec47638-3909-4e52-8ab7-45e02b1ef385", "isBase": true, "artifacts": [ "4345dd3f-ec9d-4bf8-8168-75a4c69fa0fc", "d503c9ea-0fd8-4eab-a331-d947a981a3a0" ], "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-01-28T09:41:32.560Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw3c6606893f2a..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8942ff9c-8349-4e12-bd69-093080899de4 VfModuleModelInvariantUUID:2d21da41-6b74-4359-96d6-32552a886d96 VfModuleModelDescription:NULL Artifacts UUID List:{ 4345dd3f-ec9d-4bf8-8168-75a4c69fa0fc , d503c9ea-0fd8-4eab-a331-d947a981a3a0 } 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-01-28T09:41:32.560Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4345dd3f-ec9d-4bf8-8168-75a4c69fa0fc from URL: /sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.yaml 2022-01-28T09:41:32.560Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-01-28T09:41:32.560Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.yaml 2022-01-28T09:41:32.943Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-01-28T09:41:32.944Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.yaml 4345dd3f-ec9d-4bf8-8168-75a4c69fa0fc 20368 2022-01-28T09:41:32.945Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-01-28T09:41:32.945Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.yaml 2022-01-28T09:41:32.945Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T09:41:32.945Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:41:32.947Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:41:32.947Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362892945, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T09:41:33.047Z||pool-408-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:41:33.047Z||pool-408-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:41:33.047Z||pool-408-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:41:33.060Z||pool-408-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:41:33.061Z||pool-408-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:41:33.947Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d503c9ea-0fd8-4eab-a331-d947a981a3a0 from URL: /sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.env 2022-01-28T09:41:33.947Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-01-28T09:41:33.948Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.env 2022-01-28T09:41:34.152Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-01-28T09:41:34.153Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.env d503c9ea-0fd8-4eab-a331-d947a981a3a0 2098 2022-01-28T09:41:34.153Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-01-28T09:41:34.153Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.env 2022-01-28T09:41:34.153Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T09:41:34.153Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:41:34.155Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:41:34.155Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362894153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-28T09:41:34.255Z||pool-409-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T09:41:34.256Z||pool-409-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:41:34.256Z||pool-409-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:41:34.268Z||pool-409-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:41:34.268Z||pool-409-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:41:35.156Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: f6945373-1ac5-4e9c-8a24-3a529760f665 2022-01-28T09:41:35.157Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 3c660689-3f2a 0 1a29270e-b89a-445a-8c1a-0a8bc6cd9f31 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-01-28T09:41:35.174Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@68096ffe, org.onap.sdc.toscaparser.api.parameters.Input@3bf3e869, org.onap.sdc.toscaparser.api.parameters.Input@20a09267, org.onap.sdc.toscaparser.api.parameters.Input@50cb6a6a, org.onap.sdc.toscaparser.api.parameters.Input@739e9912] 2022-01-28T09:41:35.175Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:41:35.175Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-39-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:41:35.175Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-01-28T09:41:35.175Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 2983241d-f006-4d50-b789-54d3e6199e3e 2022-01-28T09:41:35.175Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2983241d-f006-4d50-b789-54d3e6199e3e matches Tosca VF Customization UUID: 2983241d-f006-4d50-b789-54d3e6199e3e 2022-01-28T09:41:35.175Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 2983241d-f006-4d50-b789-54d3e6199e3e 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-01-28T09:41:35.177Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:41:35.177Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-39-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:41:35.177Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 2983241d-f006-4d50-b789-54d3e6199e3e: {\"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-01-28T09:41:35.177Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@788eb8a7 2022-01-28T09:41:35.177Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:41:35.177Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-39-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-28T09:41:35.177Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8ec47638-3909-4e52-8ab7-45e02b1ef385 2022-01-28T09:41:35.177Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8ec47638-3909-4e52-8ab7-45e02b1ef385 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-01-28T09:41:35.179Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:41:35.179Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vFW 3c660689-3f2a 0 is matching search criteria 2022-01-28T09:41:35.179Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 3c660689-3f2a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:41:35.179Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:41:35.179Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vFW 3c660689-3f2a 0 is matching search criteria 2022-01-28T09:41:35.179Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 3c660689-3f2a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:41:35.179Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:41:35.179Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vFW 3c660689-3f2a 0 is not matching search criteria 2022-01-28T09:41:35.179Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T09:41:35.179Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-01-28T09:41:35.180Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T09:41:35.180Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T09:41:35.180Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T09:41:35.180Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:41:35.180Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T09:41:35.180Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T09:41:35.180Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T09:41:35.180Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T09:41:35.180Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:41:35.180Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=aace1b75-1b86-4f3e-b4bd-813fdc531738 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-01-28T09:41:35.182Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:41:35.182Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vFW 3c660689-3f2a 0 is matching search criteria 2022-01-28T09:41:35.182Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 3c660689-3f2a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:41:35.182Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:41:35.182Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vFW 3c660689-3f2a 0 is not matching search criteria 2022-01-28T09:41:35.182Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T09:41:35.182Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T09:41:35.182Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T09:41:35.182Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:41:35.182Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T09:41:35.182Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:41:35.182Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T09:41:35.183Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-01-28T09:41:35.183Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T09:41:35.183Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T09:41:35.183Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T09:41:35.183Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:41:35.183Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a2b3cd59-f437-4257-8ba3-beab692389d9 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-01-28T09:41:35.184Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:41:35.184Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vFW 3c660689-3f2a 0 is matching search criteria 2022-01-28T09:41:35.184Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 3c660689-3f2a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:41:35.184Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:41:35.184Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vFW 3c660689-3f2a 0 is not matching search criteria 2022-01-28T09:41:35.184Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T09:41:35.184Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T09:41:35.184Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T09:41:35.184Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:41:35.184Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T09:41:35.185Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:41:35.185Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T09:41:35.185Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T09:41:35.185Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T09:41:35.185Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:41:35.185Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T09:41:35.185Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-01-28T09:41:35.185Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4f51e59f-fa22-4571-bb11-2a3de33cfb60 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-01-28T09:41:35.186Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:41:35.186Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vFW 3c660689-3f2a 0 is matching search criteria 2022-01-28T09:41:35.186Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 3c660689-3f2a 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:41:35.186Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:41:35.186Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Node template vFW 3c660689-3f2a 0 is matching search criteria 2022-01-28T09:41:35.186Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 3c660689-3f2a 0] matching following query criteria: sdcType=VF, customizationUUID=2983241d-f006-4d50-b789-54d3e6199e3e 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-01-28T09:41:35.187Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:41:35.187Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-39-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:41:35.187Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid f6945373-1ac5-4e9c-8a24-3a529760f665: vFW 3c660689-3f2a 2022-01-28T09:41:35.187Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:41:35.187Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-39-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:41:35.188Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:41:35.188Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-39-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:41:35.188Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:41:35.188Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-39-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:41:35.188Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:41:35.188Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-39-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:41:35.188Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:41:35.188Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-39-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:41:35.188Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-01-28 09-39-17 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-28T09:41:35.284Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 3c660689-3f2a 1a29270e-b89a-445a-8c1a-0a8bc6cd9f31 1 ASDC deployResourceStructure 2022-01-28T09:41:35.285Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/vfw3c6606893f2a0_modules.json ASDC sendASDCNotification 2022-01-28T09:41:35.285Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/vfw3c6606893f2a0_modules.json 2022-01-28T09:41:35.285Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T09:41:35.285Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:41:35.286Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:41:35.286Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362895285, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/vfw3c6606893f2a0_modules.json", "status": "DEPLOY_OK" } 2022-01-28T09:41:35.387Z||pool-410-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T09:41:35.387Z||pool-410-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:41:35.387Z||pool-410-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:41:35.400Z||pool-410-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:41:35.400Z||pool-410-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:41:36.287Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-01-28T09:41:36.287Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.yaml 2022-01-28T09:41:36.287Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T09:41:36.287Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:41:36.288Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:41:36.288Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362896287, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-01-28T09:41:36.389Z||pool-411-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T09:41:36.389Z||pool-411-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:41:36.389Z||pool-411-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:41:36.402Z||pool-411-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:41:36.402Z||pool-411-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:41:37.289Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-01-28T09:41:37.290Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.env 2022-01-28T09:41:37.290Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T09:41:37.290Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:41:37.291Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:41:37.292Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362897289, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-01-28T09:41:37.392Z||pool-412-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:41:37.392Z||pool-412-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:41:37.392Z||pool-412-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:41:37.404Z||pool-412-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:41:37.405Z||pool-412-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:41:38.292Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128093917/1.0/artifacts/service-Vfw20220128093917-csar.csar ASDC sendASDCNotification 2022-01-28T09:41:38.293Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128093917/1.0/artifacts/service-Vfw20220128093917-csar.csar 2022-01-28T09:41:38.293Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T09:41:38.293Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:41:38.294Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:41:38.294Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362898292, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/artifacts/service-Vfw20220128093917-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T09:41:38.395Z||pool-413-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T09:41:38.395Z||pool-413-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:41:38.395Z||pool-413-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:41:38.408Z||pool-413-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:41:38.408Z||pool-413-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:41:39.295Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81168c49-d727-474c-8d3c-ddfaa9429725 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T09:41:39.303Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81168c49-d727-474c-8d3c-ddfaa9429725 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T09:41:39.305Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T09:41:39.305Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-28T09:41:39.305Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-28T09:41:39.305Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-28T09:41:39.305Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-01-28T09:41:39.306Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||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-01-28T09:41:39.310Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-28T09:42:09.310Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 81168c49-d727-474c-8d3c-ddfaa9429725 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-01-28T09:42:09.314Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 81168c49-d727-474c-8d3c-ddfaa9429725 and serviceModelVersionId: f6945373-1ac5-4e9c-8a24-3a529760f665 2022-01-28T09:42:09.314Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6a328c0b-2b2d-4ca6-98a4-10d03b19f48f 2022-01-28T09:42:09.315Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6a328c0b-2b2d-4ca6-98a4-10d03b19f48f/model-vers/model-ver/f6945373-1ac5-4e9c-8a24-3a529760f665?depth=0 2022-01-28T09:42:09.321Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-01-28T09:42:09.337Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a328c0b-2b2d-4ca6-98a4-10d03b19f48f/model-vers/model-ver/f6945373-1ac5-4e9c-8a24-3a529760f665?depth=0|INFO|500||Invoke 2022-01-28T09:42:09.337Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a328c0b-2b2d-4ca6-98a4-10d03b19f48f/model-vers/model-ver/f6945373-1ac5-4e9c-8a24-3a529760f665?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a328c0b-2b2d-4ca6-98a4-10d03b19f48f/model-vers/model-ver/f6945373-1ac5-4e9c-8a24-3a529760f665?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[81168c49-d727-474c-8d3c-ddfaa9429725], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4da678c0-f436-4f0e-b079-d0e1d7629589], X-ECOMP-RequestID=[81168c49-d727-474c-8d3c-ddfaa9429725], X-TransactionId=[], X-ONAP-RequestID=[81168c49-d727-474c-8d3c-ddfaa9429725], Content-Type=[application/merge-patch+json]} 2022-01-28T09:42:09.352Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a328c0b-2b2d-4ca6-98a4-10d03b19f48f/model-vers/model-ver/f6945373-1ac5-4e9c-8a24-3a529760f665?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-01-28T09:42:09.394Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a328c0b-2b2d-4ca6-98a4-10d03b19f48f/model-vers/model-ver/f6945373-1ac5-4e9c-8a24-3a529760f665?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/6a328c0b-2b2d-4ca6-98a4-10d03b19f48f/model-vers/model-ver/f6945373-1ac5-4e9c-8a24-3a529760f665?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220128-09:42:09:357-26814], Content-Length=[495], Date=[Fri, 28 Jan 2022 09:42:09 GMT], Content-Type=[application/json]} 2022-01-28T09:42:09.395Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a328c0b-2b2d-4ca6-98a4-10d03b19f48f/model-vers/model-ver/f6945373-1ac5-4e9c-8a24-3a529760f665?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/6a328c0b-2b2d-4ca6-98a4-10d03b19f48f/model-vers/model-ver/f6945373-1ac5-4e9c-8a24-3a529760f665","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6a328c0b-2b2d-4ca6-98a4-10d03b19f48f/model-vers/model-ver/f6945373-1ac5-4e9c-8a24-3a529760f665","ERR.5.4.6114"]}}} 2022-01-28T09:42:09.396Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a328c0b-2b2d-4ca6-98a4-10d03b19f48f/model-vers/model-ver/f6945373-1ac5-4e9c-8a24-3a529760f665?depth=0|INFO|404|Not Found|InvokeReturn 2022-01-28T09:42:09.399Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=81168c49-d727-474c-8d3c-ddfaa9429725 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6a328c0b-2b2d-4ca6-98a4-10d03b19f48f/model-vers/model-ver/f6945373-1ac5-4e9c-8a24-3a529760f665 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6a328c0b-2b2d-4ca6-98a4-10d03b19f48f/model-vers/model-ver/f6945373-1ac5-4e9c-8a24-3a529760f665) (ec=ERR.5.4.6114) 2022-01-28T09:42:09.399Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=81168c49-d727-474c-8d3c-ddfaa9429725 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6a328c0b-2b2d-4ca6-98a4-10d03b19f48f/model-vers/model-ver/f6945373-1ac5-4e9c-8a24-3a529760f665 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6a328c0b-2b2d-4ca6-98a4-10d03b19f48f/model-vers/model-ver/f6945373-1ac5-4e9c-8a24-3a529760f665) (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-01-28T09:42:09.400Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=81168c49-d727-474c-8d3c-ddfaa9429725 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6a328c0b-2b2d-4ca6-98a4-10d03b19f48f/model-vers/model-ver/f6945373-1ac5-4e9c-8a24-3a529760f665 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6a328c0b-2b2d-4ca6-98a4-10d03b19f48f/model-vers/model-ver/f6945373-1ac5-4e9c-8a24-3a529760f665) (ec=ERR.5.4.6114) 2022-01-28T09:42:09.400Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=81168c49-d727-474c-8d3c-ddfaa9429725 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6a328c0b-2b2d-4ca6-98a4-10d03b19f48f/model-vers/model-ver/f6945373-1ac5-4e9c-8a24-3a529760f665 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6a328c0b-2b2d-4ca6-98a4-10d03b19f48f/model-vers/model-ver/f6945373-1ac5-4e9c-8a24-3a529760f665) (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-01-28T09:42:09.404Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||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-01-28T09:42:09.404Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 81168c49-d727-474c-8d3c-ddfaa9429725 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=81168c49-d727-474c-8d3c-ddfaa9429725 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6a328c0b-2b2d-4ca6-98a4-10d03b19f48f/model-vers/model-ver/f6945373-1ac5-4e9c-8a24-3a529760f665 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6a328c0b-2b2d-4ca6-98a4-10d03b19f48f/model-vers/model-ver/f6945373-1ac5-4e9c-8a24-3a529760f665) (ec=ERR.5.4.6114) 2022-01-28T09:42:09.404Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-01-28T09:42:09.404Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:42:09.405Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:42:09.405Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362929404, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d81168c49-d727-474c-8d3c-ddfaa9429725 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6a328c0b-2b2d-4ca6-98a4-10d03b19f48f/model-vers/model-ver/f6945373-1ac5-4e9c-8a24-3a529760f665 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6a328c0b-2b2d-4ca6-98a4-10d03b19f48f/model-vers/model-ver/f6945373-1ac5-4e9c-8a24-3a529760f665) (ec\u003dERR.5.4.6114)" } 2022-01-28T09:42:09.506Z||pool-414-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:42:09.507Z||pool-414-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:42:09.507Z||pool-414-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:42:09.524Z||pool-414-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:42:09.524Z||pool-414-thread-1|||||INFO|500||cambria reply ok (18 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-01-28T09:42:20.692Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:42:20.693Z|81168c49-d727-474c-8d3c-ddfaa9429725|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-01-28T09:42:20.693Z|81168c49-d727-474c-8d3c-ddfaa9429725|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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:42:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:42:20.695Z||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-01-28T09:42:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:42:20.814Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:42:20.814Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:42:20.814Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362880693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:42:20.815Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:42:30.228Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:43:20.693Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:43:20.693Z|81168c49-d727-474c-8d3c-ddfaa9429725|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-01-28T09:43:20.693Z|81168c49-d727-474c-8d3c-ddfaa9429725|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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:43:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:43:20.695Z||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-01-28T09:43:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:43:21.219Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:43:21.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:43:21.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362880693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/vfw3c6606893f2a0_modules.json", "status": "NOTIFIED" } 2022-01-28T09:43:21.221Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:43:21.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:43:21.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362880693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T09:43:21.221Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:43:21.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:43:21.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362880693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:43:21.222Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:43:21.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:43:21.222Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362880693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-28T09:43:21.222Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:43:21.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:43:21.222Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362880693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/artifacts/service-Vfw20220128093917-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:43:21.222Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:43:21.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:43:21.222Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362880693, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/artifacts/service-Vfw20220128093917-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:43:21.222Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-28T09:43:21.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:43:21.223Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362888806, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/artifacts/service-Vfw20220128093917-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:43:21.223Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:43:21.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:43:21.223Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362891552, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/vfw3c6606893f2a0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T09:43:21.223Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:43:21.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:43:21.223Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362892945, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T09:43:21.223Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:43:21.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:43:21.223Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362894153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-28T09:43:21.223Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:43:21.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:43:21.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362895285, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/vfw3c6606893f2a0_modules.json", "status": "DEPLOY_OK" } 2022-01-28T09:43:21.224Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:43:21.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:43:21.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362896287, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-01-28T09:43:21.224Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:43:21.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:43:21.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362897289, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/resourceInstances/vfw3c6606893f2a0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-01-28T09:43:21.224Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:43:21.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:43:21.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362898292, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128093917/1.0/artifacts/service-Vfw20220128093917-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T09:43:21.224Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:43:21.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-28T09:43:21.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81168c49-d727-474c-8d3c-ddfaa9429725", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643362929404, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d81168c49-d727-474c-8d3c-ddfaa9429725 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6a328c0b-2b2d-4ca6-98a4-10d03b19f48f/model-vers/model-ver/f6945373-1ac5-4e9c-8a24-3a529760f665 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6a328c0b-2b2d-4ca6-98a4-10d03b19f48f/model-vers/model-ver/f6945373-1ac5-4e9c-8a24-3a529760f665) (ec\u003dERR.5.4.6114)" } 2022-01-28T09:43:21.225Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:43:30.238Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:44:20.693Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:44:20.693Z|81168c49-d727-474c-8d3c-ddfaa9429725|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-01-28T09:44:20.693Z|81168c49-d727-474c-8d3c-ddfaa9429725|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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:44:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:44:20.695Z||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-01-28T09:44:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:44:30.237Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:44:30.240Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:45:20.692Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:45:20.693Z|81168c49-d727-474c-8d3c-ddfaa9429725|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-01-28T09:45:20.693Z|81168c49-d727-474c-8d3c-ddfaa9429725|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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:45:20.695Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:45:20.695Z||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-01-28T09:45:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:45:30.237Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:45:30.237Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:46:20.692Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:46:20.693Z|81168c49-d727-474c-8d3c-ddfaa9429725|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-01-28T09:46:20.693Z|81168c49-d727-474c-8d3c-ddfaa9429725|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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:46:20.695Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:46:20.695Z||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-01-28T09:46:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:46:21.318Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:46:21.319Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.319Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"0dda17bc-b35e-4d0f-913e-43a9803aa1d3","serviceName":"vFW 2022-01-28 09-44-30","serviceVersion":"1.0","serviceUUID":"1cfb1703-cda0-4962-9061-20dcceef735f","serviceDescription":"catalog service description","serviceInvariantUUID":"75ac4ba5-8d23-4e0d-9513-245838d03ab9","resources":[{"resourceInstanceName":"vFW a0ab2f2e-f8da 0","resourceName":"vFW a0ab2f2e-f8da","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"88d30de2-9247-493f-af5a-f7b46f5ea6e2","resourceInvariantUUID":"479c41ba-11be-4de3-8634-a24225913dfd","resourceCustomizationUUID":"c9b2bf09-5a76-4d5b-a1e8-ecffd7ff1030","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/vf-license-model.xml","artifactChecksum":"ODE4MDg2MWY1MGRjZDI5ZTI5OWNlMzE1OWNhNWY1YmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4925101f-220e-4b65-be65-12693f202424","artifactVersion":"1"},{"artifactName":"vfwa0ab2f2ef8da0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/vfwa0ab2f2ef8da0_modules.json","artifactChecksum":"ZTJkZTc2Y2EwYzc4ZjNkOTBjZGFiODhhMDMwNjE5MmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ef18603e-38cc-4bd3-90cd-c4e992748211","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0302bc63-67d2-49cd-a7ba-98eef16e3b36","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/vendor-license-model.xml","artifactChecksum":"NWY4ZWIxYTkzYmE3NmYxMDM0NWM5MTFjMWI1YTQwYjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"10f91a7f-0edc-4ea7-a1d3-1f094b8fc14c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"77ae6178-6b6a-465c-8113-ed5828f1407a","artifactVersion":"2","generatedFromUUID":"0302bc63-67d2-49cd-a7ba-98eef16e3b36"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220128094430-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128094430/1.0/artifacts/service-Vfw20220128094430-template.yml","artifactChecksum":"YzRkNjE3ZDIxYzk4MjBkZGY4ZmE2NWVmM2RhMjcxMWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"92ceaa25-6487-4f4d-a4e5-5a453ac7c578","artifactVersion":"1"},{"artifactName":"service-Vfw20220128094430-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220128094430/1.0/artifacts/service-Vfw20220128094430-csar.csar","artifactChecksum":"NTk4NjVkMmE0NzhhNTIzODhmNTRiYWFiODViN2RkYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef9a8cbb-059a-4a85-925c-22e8708d6b29","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-28T09:46:21.321Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:46:21.321Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:46:21.323Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:46:21.323Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363180692, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:46:21.326Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:46:21.328Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.328Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "multicloud-k8s-id", "timestamp": 1643363151153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:46:21.328Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.328Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.328Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "ves-openapi-manager", "timestamp": 1643363149944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:46:21.328Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.328Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.328Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "policy-id", "timestamp": 1643363144690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:46:21.328Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.328Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.328Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "multicloud-k8s-id", "timestamp": 1643363151153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/vfwa0ab2f2ef8da0_modules.json", "status": "NOTIFIED" } 2022-01-28T09:46:21.329Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.329Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.329Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "ves-openapi-manager", "timestamp": 1643363149944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/vfwa0ab2f2ef8da0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T09:46:21.329Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.329Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.329Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "policy-id", "timestamp": 1643363144690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/vfwa0ab2f2ef8da0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T09:46:21.329Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.329Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.329Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "multicloud-k8s-id", "timestamp": 1643363151153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T09:46:21.329Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.329Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.329Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "ves-openapi-manager", "timestamp": 1643363149944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:46:21.329Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.329Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.329Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "policy-id", "timestamp": 1643363144690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T09:46:21.329Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.329Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.329Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "aai-ml", "timestamp": 1643363153887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:46:21.329Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.330Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.330Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "multicloud-k8s-id", "timestamp": 1643363151153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:46:21.330Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.330Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.330Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "ves-openapi-manager", "timestamp": 1643363149944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:46:21.330Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.330Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.330Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "policy-id", "timestamp": 1643363144690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:46:21.330Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.330Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.330Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "aai-ml", "timestamp": 1643363153887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/vfwa0ab2f2ef8da0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T09:46:21.330Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.330Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.330Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "multicloud-k8s-id", "timestamp": 1643363151153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-28T09:46:21.330Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.330Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.330Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "ves-openapi-manager", "timestamp": 1643363149944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T09:46:21.330Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.330Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.330Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "policy-id", "timestamp": 1643363144690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T09:46:21.330Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.331Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.331Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "aai-ml", "timestamp": 1643363153887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:46:21.331Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.331Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.331Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "cds", "timestamp": 1643363156207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:46:21.331Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.331Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.331Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "multicloud-k8s-id", "timestamp": 1643363151153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/artifacts/service-Vfw20220128094430-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:46:21.331Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.331Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.331Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "ves-openapi-manager", "timestamp": 1643363149944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/artifacts/service-Vfw20220128094430-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:46:21.331Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.331Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.331Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "policy-id", "timestamp": 1643363144690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/artifacts/service-Vfw20220128094430-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:46:21.331Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.331Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.331Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "aai-ml", "timestamp": 1643363153887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:46:21.331Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.331Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.331Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "cds", "timestamp": 1643363156207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/vfwa0ab2f2ef8da0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T09:46:21.331Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.331Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "multicloud-k8s-id", "timestamp": 1643363151153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/artifacts/service-Vfw20220128094430-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:46:21.332Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "ves-openapi-manager", "timestamp": 1643363149944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/artifacts/service-Vfw20220128094430-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-28T09:46:21.332Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "policy-id", "timestamp": 1643363144690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/artifacts/service-Vfw20220128094430-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:46:21.332Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "aai-ml", "timestamp": 1643363153887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T09:46:21.332Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643363158102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:46:21.332Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "cds", "timestamp": 1643363156207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:46:21.332Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "aai-ml", "timestamp": 1643363153887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/artifacts/service-Vfw20220128094430-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:46:21.332Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643363158102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/vfwa0ab2f2ef8da0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T09:46:21.333Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.333Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "multicloud-k8s-id", "timestamp": 1643363159799, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/vfwa0ab2f2ef8da0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T09:46:21.333Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:46:21.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.333Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "cds", "timestamp": 1643363156207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:46:21.333Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.333Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "policy-id", "timestamp": 1643363159843, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/artifacts/service-Vfw20220128094430-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:46:21.333Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:46:21.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.333Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "aai-ml", "timestamp": 1643363153887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/artifacts/service-Vfw20220128094430-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:46:21.333Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.333Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643363158102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:46:21.333Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.333Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "cds", "timestamp": 1643363156207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T09:46:21.333Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.333Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "policy-id", "timestamp": 1643363160850, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/artifacts/service-Vfw20220128094430-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T09:46:21.334Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:46:21.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "multicloud-k8s-id", "timestamp": 1643363161097, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T09:46:21.334Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:46:21.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643363158102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:46:21.334Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "cds", "timestamp": 1643363156207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/artifacts/service-Vfw20220128094430-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:46:21.334Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "policy-id", "timestamp": 1643363161852, "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-01-28T09:46:21.350Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0dda17bc-b35e-4d0f-913e-43a9803aa1d3 2022-01-28T09:46:21.350Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0dda17bc-b35e-4d0f-913e-43a9803aa1d3 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-01-28T09:46:21.359Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.359Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "aai-ml", "timestamp": 1643363161942, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/artifacts/service-Vfw20220128094430-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:46:21.359Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:46:21.359Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.359Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "multicloud-k8s-id", "timestamp": 1643363162235, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-28T09:46:21.359Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:46:21.359Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.359Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643363158102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T09:46:21.359Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.360Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.360Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "cds", "timestamp": 1643363156207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/artifacts/service-Vfw20220128094430-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:46:21.360Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.360Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.360Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "multicloud-k8s-id", "timestamp": 1643363163249, "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-01-28T09:46:21.365Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0dda17bc-b35e-4d0f-913e-43a9803aa1d3 2022-01-28T09:46:21.365Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0dda17bc-b35e-4d0f-913e-43a9803aa1d3 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-01-28T09:46:21.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643363158102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/artifacts/service-Vfw20220128094430-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:46:21.373Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "multicloud-k8s-id", "timestamp": 1643363164251, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/vfwa0ab2f2ef8da0_modules.json", "status": "DEPLOY_OK" } 2022-01-28T09:46:21.373Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:46:21.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "cds", "timestamp": 1643363164394, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/artifacts/service-Vfw20220128094430-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:46:21.373Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:46:21.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643363158102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/artifacts/service-Vfw20220128094430-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:46:21.374Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "cds", "timestamp": 1643363165399, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/artifacts/service-Vfw20220128094430-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-01-28T09:46:21.378Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0dda17bc-b35e-4d0f-913e-43a9803aa1d3 2022-01-28T09:46:21.378Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0dda17bc-b35e-4d0f-913e-43a9803aa1d3 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-01-28T09:46:21.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.386Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643363165949, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/artifacts/service-Vfw20220128094430-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:46:21.386Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:46:21.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.386Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "clamp", "timestamp": 1643363165840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:46:21.386Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.386Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "clamp", "timestamp": 1643363165840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/vfwa0ab2f2ef8da0_modules.json", "status": "NOTIFIED" } 2022-01-28T09:46:21.387Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "aai-ml", "timestamp": 1643363168208, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/artifacts/service-Vfw20220128094430-csar.csar", "status": "DEPLOY_ERROR" } 2022-01-28T09:46:21.387Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:46:21.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643363168468, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/artifacts/service-Vfw20220128094430-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T09:46:21.387Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:46:21.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "clamp", "timestamp": 1643363165840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:46:21.387Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "aai-ml", "timestamp": 1643363169211, "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-01-28T09:46:21.391Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 0dda17bc-b35e-4d0f-913e-43a9803aa1d3 2022-01-28T09:46:21.391Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0dda17bc-b35e-4d0f-913e-43a9803aa1d3 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-01-28T09:46:21.399Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.399Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643363169470, "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-01-28T09:46:21.402Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0dda17bc-b35e-4d0f-913e-43a9803aa1d3 2022-01-28T09:46:21.403Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0dda17bc-b35e-4d0f-913e-43a9803aa1d3 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-01-28T09:46:21.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "clamp", "timestamp": 1643363165840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:46:21.410Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "clamp", "timestamp": 1643363165840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T09:46:21.411Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "clamp", "timestamp": 1643363165840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/artifacts/service-Vfw20220128094430-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:46:21.411Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "clamp", "timestamp": 1643363165840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/artifacts/service-Vfw20220128094430-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:46:21.411Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:46:21.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:46:21.412Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "clamp", "timestamp": 1643363179322, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/artifacts/service-Vfw20220128094430-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:46:21.412Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:46:21.427Z||pool-415-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-01-28T09:46:21.427Z||pool-415-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:46:21.428Z||pool-415-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:46:21.439Z||pool-415-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:46:21.439Z||pool-415-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:46:22.323Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:46:22.324Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:46:22.326Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:46:22.326Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363180692, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/vfwa0ab2f2ef8da0_modules.json", "status": "NOTIFIED" } 2022-01-28T09:46:22.427Z||pool-416-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:46:22.427Z||pool-416-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:46:22.427Z||pool-416-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:46:22.438Z||pool-416-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:46:22.439Z||pool-416-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:46:23.327Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:46:23.328Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:46:23.330Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:46:23.330Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363180692, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T09:46:23.430Z||pool-417-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:46:23.431Z||pool-417-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:46:23.431Z||pool-417-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:46:23.443Z||pool-417-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:46:23.443Z||pool-417-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:46:24.331Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:46:24.331Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:46:24.332Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:46:24.333Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363180692, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:46:24.433Z||pool-418-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:46:24.433Z||pool-418-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:46:24.434Z||pool-418-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:46:24.446Z||pool-418-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:46:24.447Z||pool-418-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:46:25.333Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:46:25.334Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:46:25.335Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:46:25.336Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363180692, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-28T09:46:25.436Z||pool-419-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:46:25.436Z||pool-419-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:46:25.436Z||pool-419-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:46:25.448Z||pool-419-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:46:25.449Z||pool-419-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:46:26.337Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:46:26.337Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:46:26.339Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:46:26.339Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363180692, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/artifacts/service-Vfw20220128094430-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:46:26.439Z||pool-420-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:46:26.439Z||pool-420-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:46:26.440Z||pool-420-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:46:26.452Z||pool-420-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:46:26.452Z||pool-420-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:46:27.339Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:46:27.340Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:46:27.341Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:46:27.341Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363180692, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/artifacts/service-Vfw20220128094430-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:46:27.442Z||pool-421-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T09:46:27.442Z||pool-421-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:46:27.443Z||pool-421-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:46:27.456Z||pool-421-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:46:27.456Z||pool-421-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:46:28.342Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "serviceName": "vFW 2022-01-28 09-44-30", "serviceVersion": "1.0", "serviceUUID": "1cfb1703-cda0-4962-9061-20dcceef735f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "75ac4ba5-8d23-4e0d-9513-245838d03ab9", "resources": [ { "resourceInstanceName": "vFW a0ab2f2e-f8da 0", "resourceCustomizationUUID": "c9b2bf09-5a76-4d5b-a1e8-ecffd7ff1030", "resourceName": "vFW a0ab2f2e-f8da", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "88d30de2-9247-493f-af5a-f7b46f5ea6e2", "resourceInvariantUUID": "479c41ba-11be-4de3-8634-a24225913dfd", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwa0ab2f2ef8da0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/vfwa0ab2f2ef8da0_modules.json", "artifactChecksum": "ZTJkZTc2Y2EwYzc4ZjNkOTBjZGFiODhhMDMwNjE5MmQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ef18603e-38cc-4bd3-90cd-c4e992748211", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "0302bc63-67d2-49cd-a7ba-98eef16e3b36", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "77ae6178-6b6a-465c-8113-ed5828f1407a", "generatedFromUUID": "0302bc63-67d2-49cd-a7ba-98eef16e3b36" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "77ae6178-6b6a-465c-8113-ed5828f1407a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220128094430-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/artifacts/service-Vfw20220128094430-csar.csar", "artifactChecksum": "NTk4NjVkMmE0NzhhNTIzODhmNTRiYWFiODViN2RkYjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ef9a8cbb-059a-4a85-925c-22e8708d6b29" } ], "workloadContext": "Production" } 2022-01-28T09:46:28.343Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-28T09:46:28.343Z|81168c49-d727-474c-8d3c-ddfaa9429725|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1cfb1703-cda0-4962-9061-20dcceef735f ASDC 2022-01-28T09:46:28.343Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:0dda17bc-b35e-4d0f-913e-43a9803aa1d3 ServiceName:vFW 2022-01-28 09-44-30 ServiceVersion:1.0 ServiceUUID:1cfb1703-cda0-4962-9061-20dcceef735f ServiceInvariantUUID:75ac4ba5-8d23-4e0d-9513-245838d03ab9 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220128094430-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220128094430/1.0/artifacts/service-Vfw20220128094430-csar.csar ArtifactUUID:ef9a8cbb-059a-4a85-925c-22e8708d6b29 ArtifactChecksum:NTk4NjVkMmE0NzhhNTIzODhmNTRiYWFiODViN2RkYjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW a0ab2f2e-f8da 0 ResourceCustomizationUUID:c9b2bf09-5a76-4d5b-a1e8-ecffd7ff1030 ResourceInvariantUUID:479c41ba-11be-4de3-8634-a24225913dfd ResourceName:vFW a0ab2f2e-f8da ResourceType:VF ResourceUUID:88d30de2-9247-493f-af5a-f7b46f5ea6e2 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwa0ab2f2ef8da0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/vfwa0ab2f2ef8da0_modules.json ArtifactUUID:ef18603e-38cc-4bd3-90cd-c4e992748211 ArtifactChecksum:ZTJkZTc2Y2EwYzc4ZjNkOTBjZGFiODhhMDMwNjE5MmQ= 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/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.yaml ArtifactUUID:0302bc63-67d2-49cd-a7ba-98eef16e3b36 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/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.env ArtifactUUID:77ae6178-6b6a-465c-8113-ed5828f1407a 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/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.env ArtifactUUID:77ae6178-6b6a-465c-8113-ed5828f1407a ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-01-28T09:46:28.344Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1cfb1703-cda0-4962-9061-20dcceef735f 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-01-28T09:46:28.375Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T09:46:28.376Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-01-28T09:46:28.376Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-01-28T09:46:28.376Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ef9a8cbb-059a-4a85-925c-22e8708d6b29 from URL: /sdc/v1/catalog/services/Vfw20220128094430/1.0/artifacts/service-Vfw20220128094430-csar.csar 2022-01-28T09:46:28.376Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-01-28T09:46:28.376Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128094430/1.0/artifacts/service-Vfw20220128094430-csar.csar 2022-01-28T09:46:29.100Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-01-28T09:46:29.103Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128094430/1.0/artifacts/service-Vfw20220128094430-csar.csar ef9a8cbb-059a-4a85-925c-22e8708d6b29 98931 2022-01-28T09:46:29.103Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128094430/1.0/artifacts/service-Vfw20220128094430-csar.csar ASDC sendASDCNotification 2022-01-28T09:46:29.103Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128094430/1.0/artifacts/service-Vfw20220128094430-csar.csar 2022-01-28T09:46:29.103Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T09:46:29.103Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:46:29.104Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:46:29.104Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363189103, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/artifacts/service-Vfw20220128094430-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:46:29.204Z||pool-422-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:46:29.205Z||pool-422-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:46:29.205Z||pool-422-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:46:29.216Z||pool-422-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:46:29.217Z||pool-422-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:46:30.104Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T09:46:30.106Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-01-28T09:46:30.106Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: ef9a8cbb-059a-4a85-925c-22e8708d6b29, URL: /sdc/v1/catalog/services/Vfw20220128094430/1.0/artifacts/service-Vfw20220128094430-csar.csar to file: /app/ASDC/1/service-Vfw20220128094430-csar.csar 2022-01-28T09:46:30.106Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220128094430-csar.csar 2022-01-28T09:46:30.106Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220128094430-csar.csar 2022-01-28T09:46:30.107Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220128094430-csar.csar 2022-01-28T09:46:30.228Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6362287156173924327/Definitions/service-Vfw20220128094430-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-01-28T09:46:31.558Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-28T09:46:31.558Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-01-28T09:46:31.558Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220128094430-csar.csar 2022-01-28T09:46:31.558Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-01-28T09:46:31.558Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||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-Vfw20220128094430-csar.csar 2022-01-28T09:46:31.558Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||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-Vfw20220128094430-csar.csar 2022-01-28T09:46:31.558Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||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-Vfw20220128094430-csar.csar 2022-01-28T09:46:31.558Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220128094430-csar.csar 2022-01-28T09:46:31.558Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220128094430-csar.csar 2022-01-28T09:46:31.558Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||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-Vfw20220128094430-csar.csar 2022-01-28T09:46:31.558Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||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-Vfw20220128094430-csar.csar 2022-01-28T09:46:31.558Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a0ab2f2e-f8da 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-Vfw20220128094430-csar.csar 2022-01-28T09:46:31.558Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||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-Vfw20220128094430-csar.csar 2022-01-28T09:46:31.558Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220128094430-csar.csar 2022-01-28T09:46:31.558Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||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-Vfw20220128094430-csar.csar 2022-01-28T09:46:31.558Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220128094430-csar.csar 2022-01-28T09:46:31.558Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220128094430-csar.csar 2022-01-28T09:46:31.559Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-01-28T09:46:31.559Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:46:31.559Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-44-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:46:31.559Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vFW a0ab2f2e-f8da 0 is matching search criteria 2022-01-28T09:46:31.559Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-01-28T09:46:31.559Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a0ab2f2e-f8da 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T09:46:31.559Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:46:31.559Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-44-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:46:31.559Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vFW a0ab2f2e-f8da 0 is matching search criteria 2022-01-28T09:46:31.559Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-01-28T09:46:31.559Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a0ab2f2e-f8da 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T09:46:31.559Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:46:31.559Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-44-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:46:31.559Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:46:31.559Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vFW a0ab2f2e-f8da 0 is not matching search criteria 2022-01-28T09:46:31.559Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T09:46:31.559Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T09:46:31.559Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T09:46:31.559Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:46:31.560Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:46:31.560Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T09:46:31.560Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T09:46:31.560Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T09:46:31.560Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T09:46:31.560Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:46:31.560Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T09:46:31.560Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T09:46:31.560Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T09:46:31.560Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T09:46:31.560Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:46:31.560Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-01-28T09:46:31.560Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:46:31.560Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-44-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-28T09:46:31.560Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:46:31.560Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vFW a0ab2f2e-f8da 0 is matching search criteria 2022-01-28T09:46:31.560Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a0ab2f2e-f8da 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:46:31.560Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:46:31.560Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vFW a0ab2f2e-f8da 0 is matching search criteria 2022-01-28T09:46:31.561Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a0ab2f2e-f8da 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:46:31.561Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:46:31.561Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vFW a0ab2f2e-f8da 0 is matching search criteria 2022-01-28T09:46:31.561Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a0ab2f2e-f8da 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:46:31.561Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:46:31.561Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vFW a0ab2f2e-f8da 0 is not matching search criteria 2022-01-28T09:46:31.561Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T09:46:31.561Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-01-28T09:46:31.561Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T09:46:31.561Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T09:46:31.561Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T09:46:31.561Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:46:31.561Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T09:46:31.561Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T09:46:31.561Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T09:46:31.561Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T09:46:31.561Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:46:31.561Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c53b7a79-010d-4636-9b76-152adcdab5bf 2022-01-28T09:46:31.561Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:46:31.561Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vFW a0ab2f2e-f8da 0 is not matching search criteria 2022-01-28T09:46:31.561Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T09:46:31.561Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T09:46:31.561Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T09:46:31.561Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:46:31.562Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:46:31.562Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T09:46:31.562Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T09:46:31.562Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-01-28T09:46:31.562Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T09:46:31.562Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T09:46:31.562Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T09:46:31.562Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:46:31.562Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2b8de118-4e52-47ca-878a-666dcb7314c3 2022-01-28T09:46:31.562Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:46:31.562Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vFW a0ab2f2e-f8da 0 is not matching search criteria 2022-01-28T09:46:31.562Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T09:46:31.562Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T09:46:31.562Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T09:46:31.562Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:46:31.562Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:46:31.562Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T09:46:31.562Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T09:46:31.562Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T09:46:31.562Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T09:46:31.562Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:46:31.562Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T09:46:31.563Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-01-28T09:46:31.563Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=73c4c40e-c989-42c9-957e-8f5e6e1e5e31 2022-01-28T09:46:31.563Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:46:31.563Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-44-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:46:31.563Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:46:31.563Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-44-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:46:31.563Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:46:31.563Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-44-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:46:31.563Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:46:31.563Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-44-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:46:31.563Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-01-28 09-44-30 Description:catalog service description Model UUID:1cfb1703-cda0-4962-9061-20dcceef735f Model Version:NULL Model InvariantUuid:75ac4ba5-8d23-4e0d-9513-245838d03ab9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW a0ab2f2e-f8da Model UUID:b8154f3f-02f1-4611-99d3-e74f75285ca4 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:479c41ba-11be-4de3-8634-a24225913dfd Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c9b2bf09-5a76-4d5b-a1e8-ecffd7ff1030 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:59b67955-3463-4853-8913-db1edb5964c2 ModelName:VfwA0ab2f2eF8da..base_vfw..module-0 ModelUuid:65d62ffd-7a18-458d-af83-e08e7a4ebb57 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c53b7a79-010d-4636-9b76-152adcdab5bf ModelInvariantUuid:9b77930b-ce68-41cd-acea-637339404a0d ModelName:vFW a0ab2f2e-f8da-nodes.vfwCvfc ModelUuid:e20843ca-96af-46f7-8dc5-6731f6b07e4d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:5f6062fe-7662-43c4-b6ac-b7ce9bf1a1d2 ModelInvariantUuid:6923be44-9821-4754-8ce0-07b0ff5df1f9 ModelName:VfwA0ab2f2eF8da.compute.nodes.heat.vfw ModelUuid:036c4149-1c9b-4d4b-8c77-86a53522a2ea ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:2b8de118-4e52-47ca-878a-666dcb7314c3 ModelInvariantUuid:efc091db-0b7e-490d-bd11-8985fc99679f ModelName:vFW a0ab2f2e-f8da-nodes.vsnCvfc ModelUuid:9024db0c-8b7f-49f3-b73c-83fa1a8f1037 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:0e6b059b-fb3a-4110-9ceb-bcc756a7edcc ModelInvariantUuid:c0ada940-b2ea-4d12-b2b9-23871ff71b9d ModelName:VfwA0ab2f2eF8da.compute.nodes.heat.vsn ModelUuid:7c96cf30-b1f7-48e3-a01e-888e19c766b8 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:73c4c40e-c989-42c9-957e-8f5e6e1e5e31 ModelInvariantUuid:94825f88-91f6-425f-a75f-33ad9cf77567 ModelName:vFW a0ab2f2e-f8da-nodes.vpgCvfc ModelUuid:7f27f620-2329-486b-b967-53006cb3871c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:12e2f274-5dde-49a2-9d54-35029d3a23e0 ModelInvariantUuid:8628fced-fcfe-4636-8715-889e2cd7177c ModelName:VfwA0ab2f2eF8da.compute.nodes.heat.vpg ModelUuid:1ebe5077-5c00-4481-bd39-6e5b07f391dc 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-01-28T09:46:31.568Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 88d30de2-9247-493f-af5a-f7b46f5ea6e2 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-01-28T09:46:31.572Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||vFW a0ab2f2e-f8da 0 2022-01-28T09:46:31.572Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 88d30de2-9247-493f-af5a-f7b46f5ea6e2 2022-01-28T09:46:31.572Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ef18603e-38cc-4bd3-90cd-c4e992748211 from URL: /sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/vfwa0ab2f2ef8da0_modules.json 2022-01-28T09:46:31.572Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-01-28T09:46:31.572Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/vfwa0ab2f2ef8da0_modules.json 2022-01-28T09:46:32.036Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-01-28T09:46:32.037Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/vfwa0ab2f2ef8da0_modules.json ef18603e-38cc-4bd3-90cd-c4e992748211 785 2022-01-28T09:46:32.037Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/vfwa0ab2f2ef8da0_modules.json ASDC sendASDCNotification 2022-01-28T09:46:32.037Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/vfwa0ab2f2ef8da0_modules.json 2022-01-28T09:46:32.037Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T09:46:32.037Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:46:32.039Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:46:32.039Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363192037, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/vfwa0ab2f2ef8da0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T09:46:32.139Z||pool-423-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:46:32.140Z||pool-423-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:46:32.140Z||pool-423-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:46:32.153Z||pool-423-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:46:32.153Z||pool-423-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:46:33.039Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwA0ab2f2eF8da..base_vfw..module-0", "vfModuleModelInvariantUUID": "59b67955-3463-4853-8913-db1edb5964c2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "65d62ffd-7a18-458d-af83-e08e7a4ebb57", "vfModuleModelCustomizationUUID": "499bb908-b93c-4107-adb8-60fa02c4d334", "isBase": true, "artifacts": [ "0302bc63-67d2-49cd-a7ba-98eef16e3b36", "77ae6178-6b6a-465c-8113-ed5828f1407a" ], "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-01-28T09:46:33.041Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwA0ab2f2eF8da..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:65d62ffd-7a18-458d-af83-e08e7a4ebb57 VfModuleModelInvariantUUID:59b67955-3463-4853-8913-db1edb5964c2 VfModuleModelDescription:NULL Artifacts UUID List:{ 0302bc63-67d2-49cd-a7ba-98eef16e3b36 , 77ae6178-6b6a-465c-8113-ed5828f1407a } 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-01-28T09:46:33.042Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwA0ab2f2eF8da..base_vfw..module-0", "vfModuleModelInvariantUUID": "59b67955-3463-4853-8913-db1edb5964c2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "65d62ffd-7a18-458d-af83-e08e7a4ebb57", "vfModuleModelCustomizationUUID": "499bb908-b93c-4107-adb8-60fa02c4d334", "isBase": true, "artifacts": [ "0302bc63-67d2-49cd-a7ba-98eef16e3b36", "77ae6178-6b6a-465c-8113-ed5828f1407a" ], "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-01-28T09:46:33.043Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwA0ab2f2eF8da..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:65d62ffd-7a18-458d-af83-e08e7a4ebb57 VfModuleModelInvariantUUID:59b67955-3463-4853-8913-db1edb5964c2 VfModuleModelDescription:NULL Artifacts UUID List:{ 0302bc63-67d2-49cd-a7ba-98eef16e3b36 , 77ae6178-6b6a-465c-8113-ed5828f1407a } 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-01-28T09:46:33.043Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0302bc63-67d2-49cd-a7ba-98eef16e3b36 from URL: /sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.yaml 2022-01-28T09:46:33.043Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-01-28T09:46:33.043Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.yaml 2022-01-28T09:46:33.391Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-01-28T09:46:33.392Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.yaml 0302bc63-67d2-49cd-a7ba-98eef16e3b36 20368 2022-01-28T09:46:33.393Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-01-28T09:46:33.393Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.yaml 2022-01-28T09:46:33.393Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T09:46:33.393Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:46:33.395Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:46:33.395Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363193393, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T09:46:33.495Z||pool-424-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:46:33.496Z||pool-424-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:46:33.496Z||pool-424-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:46:33.508Z||pool-424-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:46:33.509Z||pool-424-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:46:34.395Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 77ae6178-6b6a-465c-8113-ed5828f1407a from URL: /sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.env 2022-01-28T09:46:34.396Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-01-28T09:46:34.396Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.env 2022-01-28T09:46:34.736Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-01-28T09:46:34.736Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.env 77ae6178-6b6a-465c-8113-ed5828f1407a 2098 2022-01-28T09:46:34.736Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-01-28T09:46:34.736Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.env 2022-01-28T09:46:34.737Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T09:46:34.737Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:46:34.739Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:46:34.739Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363194736, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-28T09:46:34.839Z||pool-425-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:46:34.839Z||pool-425-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:46:34.840Z||pool-425-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:46:34.870Z||pool-425-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:46:34.871Z||pool-425-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:46:35.739Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 1cfb1703-cda0-4962-9061-20dcceef735f 2022-01-28T09:46:35.740Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a0ab2f2e-f8da 0 88d30de2-9247-493f-af5a-f7b46f5ea6e2 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-01-28T09:46:35.756Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@58f8c2c8, org.onap.sdc.toscaparser.api.parameters.Input@e83135b, org.onap.sdc.toscaparser.api.parameters.Input@3acc60a6, org.onap.sdc.toscaparser.api.parameters.Input@49dd50b5, org.onap.sdc.toscaparser.api.parameters.Input@57ad35c4] 2022-01-28T09:46:35.757Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:46:35.757Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-44-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:46:35.757Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-01-28T09:46:35.757Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= c9b2bf09-5a76-4d5b-a1e8-ecffd7ff1030 2022-01-28T09:46:35.758Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c9b2bf09-5a76-4d5b-a1e8-ecffd7ff1030 matches Tosca VF Customization UUID: c9b2bf09-5a76-4d5b-a1e8-ecffd7ff1030 2022-01-28T09:46:35.758Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: c9b2bf09-5a76-4d5b-a1e8-ecffd7ff1030 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-01-28T09:46:35.759Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:46:35.759Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-44-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:46:35.760Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id c9b2bf09-5a76-4d5b-a1e8-ecffd7ff1030: {\"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-01-28T09:46:35.760Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3b49df38 2022-01-28T09:46:35.760Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:46:35.760Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-44-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-28T09:46:35.760Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 499bb908-b93c-4107-adb8-60fa02c4d334 2022-01-28T09:46:35.760Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 499bb908-b93c-4107-adb8-60fa02c4d334 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-01-28T09:46:35.761Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:46:35.762Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vFW a0ab2f2e-f8da 0 is matching search criteria 2022-01-28T09:46:35.762Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a0ab2f2e-f8da 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:46:35.762Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:46:35.762Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vFW a0ab2f2e-f8da 0 is matching search criteria 2022-01-28T09:46:35.762Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a0ab2f2e-f8da 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:46:35.762Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:46:35.762Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vFW a0ab2f2e-f8da 0 is not matching search criteria 2022-01-28T09:46:35.762Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T09:46:35.762Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-01-28T09:46:35.762Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T09:46:35.762Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T09:46:35.762Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T09:46:35.762Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:46:35.762Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T09:46:35.763Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T09:46:35.763Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T09:46:35.763Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T09:46:35.763Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:46:35.763Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c53b7a79-010d-4636-9b76-152adcdab5bf 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-01-28T09:46:35.764Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:46:35.764Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vFW a0ab2f2e-f8da 0 is matching search criteria 2022-01-28T09:46:35.764Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a0ab2f2e-f8da 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:46:35.764Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:46:35.765Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vFW a0ab2f2e-f8da 0 is not matching search criteria 2022-01-28T09:46:35.765Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T09:46:35.765Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T09:46:35.765Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T09:46:35.765Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:46:35.765Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:46:35.765Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T09:46:35.765Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T09:46:35.765Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-01-28T09:46:35.765Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T09:46:35.765Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T09:46:35.765Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T09:46:35.765Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:46:35.765Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2b8de118-4e52-47ca-878a-666dcb7314c3 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-01-28T09:46:35.767Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:46:35.767Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vFW a0ab2f2e-f8da 0 is matching search criteria 2022-01-28T09:46:35.767Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a0ab2f2e-f8da 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:46:35.767Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:46:35.767Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vFW a0ab2f2e-f8da 0 is not matching search criteria 2022-01-28T09:46:35.767Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T09:46:35.767Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T09:46:35.767Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T09:46:35.767Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:46:35.767Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:46:35.767Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T09:46:35.767Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T09:46:35.767Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T09:46:35.767Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T09:46:35.767Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:46:35.767Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T09:46:35.768Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-01-28T09:46:35.768Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=73c4c40e-c989-42c9-957e-8f5e6e1e5e31 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-01-28T09:46:35.769Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:46:35.769Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vFW a0ab2f2e-f8da 0 is matching search criteria 2022-01-28T09:46:35.769Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a0ab2f2e-f8da 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:46:35.769Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:46:35.769Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Node template vFW a0ab2f2e-f8da 0 is matching search criteria 2022-01-28T09:46:35.769Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a0ab2f2e-f8da 0] matching following query criteria: sdcType=VF, customizationUUID=c9b2bf09-5a76-4d5b-a1e8-ecffd7ff1030 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-01-28T09:46:35.770Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:46:35.770Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-44-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:46:35.770Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 1cfb1703-cda0-4962-9061-20dcceef735f: vFW a0ab2f2e-f8da 2022-01-28T09:46:35.770Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:46:35.770Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-44-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:46:35.770Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:46:35.770Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-44-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:46:35.770Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:46:35.771Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-44-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:46:35.771Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:46:35.771Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-44-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:46:35.771Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:46:35.771Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-01-28 09-44-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:46:35.771Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-01-28 09-44-30 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-01-28T09:46:35.907Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a0ab2f2e-f8da 88d30de2-9247-493f-af5a-f7b46f5ea6e2 1 ASDC deployResourceStructure 2022-01-28T09:46:35.908Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/vfwa0ab2f2ef8da0_modules.json ASDC sendASDCNotification 2022-01-28T09:46:35.908Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/vfwa0ab2f2ef8da0_modules.json 2022-01-28T09:46:35.908Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T09:46:35.908Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:46:35.909Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:46:35.910Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363195908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/vfwa0ab2f2ef8da0_modules.json", "status": "DEPLOY_OK" } 2022-01-28T09:46:36.010Z||pool-426-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:46:36.010Z||pool-426-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:46:36.010Z||pool-426-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:46:36.023Z||pool-426-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:46:36.023Z||pool-426-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:46:36.910Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-01-28T09:46:36.911Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.yaml 2022-01-28T09:46:36.911Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T09:46:36.911Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:46:36.912Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:46:36.912Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363196910, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-01-28T09:46:37.012Z||pool-427-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T09:46:37.013Z||pool-427-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:46:37.013Z||pool-427-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:46:37.025Z||pool-427-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:46:37.026Z||pool-427-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:46:37.913Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-01-28T09:46:37.914Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.env 2022-01-28T09:46:37.914Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T09:46:37.914Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:46:37.915Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:46:37.915Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363197913, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-01-28T09:46:38.016Z||pool-428-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T09:46:38.016Z||pool-428-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:46:38.016Z||pool-428-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:46:38.028Z||pool-428-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:46:38.029Z||pool-428-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:46:38.916Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128094430/1.0/artifacts/service-Vfw20220128094430-csar.csar ASDC sendASDCNotification 2022-01-28T09:46:38.916Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128094430/1.0/artifacts/service-Vfw20220128094430-csar.csar 2022-01-28T09:46:38.916Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T09:46:38.917Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:46:38.918Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:46:38.918Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363198916, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/artifacts/service-Vfw20220128094430-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T09:46:39.019Z||pool-429-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T09:46:39.019Z||pool-429-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:46:39.019Z||pool-429-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:46:39.033Z||pool-429-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:46:39.033Z||pool-429-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:46:39.918Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0dda17bc-b35e-4d0f-913e-43a9803aa1d3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T09:46:39.928Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0dda17bc-b35e-4d0f-913e-43a9803aa1d3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T09:46:39.930Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T09:46:39.930Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-28T09:46:39.930Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-28T09:46:39.931Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-28T09:46:39.931Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-01-28T09:46:39.931Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||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-01-28T09:46:39.935Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-28T09:47:09.935Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0dda17bc-b35e-4d0f-913e-43a9803aa1d3 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-01-28T09:47:09.940Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0dda17bc-b35e-4d0f-913e-43a9803aa1d3 and serviceModelVersionId: 1cfb1703-cda0-4962-9061-20dcceef735f 2022-01-28T09:47:09.940Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 75ac4ba5-8d23-4e0d-9513-245838d03ab9 2022-01-28T09:47:09.941Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/75ac4ba5-8d23-4e0d-9513-245838d03ab9/model-vers/model-ver/1cfb1703-cda0-4962-9061-20dcceef735f?depth=0 2022-01-28T09:47:09.948Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-01-28T09:47:09.962Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ac4ba5-8d23-4e0d-9513-245838d03ab9/model-vers/model-ver/1cfb1703-cda0-4962-9061-20dcceef735f?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-01-28T09:47:09.962Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ac4ba5-8d23-4e0d-9513-245838d03ab9/model-vers/model-ver/1cfb1703-cda0-4962-9061-20dcceef735f?depth=0|INFO|500||Invoke 2022-01-28T09:47:09.975Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ac4ba5-8d23-4e0d-9513-245838d03ab9/model-vers/model-ver/1cfb1703-cda0-4962-9061-20dcceef735f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-01-28T09:47:09.996Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ac4ba5-8d23-4e0d-9513-245838d03ab9/model-vers/model-ver/1cfb1703-cda0-4962-9061-20dcceef735f?depth=0|INFO|404|Not Found|InvokeReturn 2022-01-28T09:47:09.997Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75ac4ba5-8d23-4e0d-9513-245838d03ab9/model-vers/model-ver/1cfb1703-cda0-4962-9061-20dcceef735f?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220128-09:47:09:981-42980], Content-Length=[495], Date=[Fri, 28 Jan 2022 09:47:09 GMT], Content-Type=[application/json]} 2022-01-28T09:47:09.997Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||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/75ac4ba5-8d23-4e0d-9513-245838d03ab9/model-vers/model-ver/1cfb1703-cda0-4962-9061-20dcceef735f","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/75ac4ba5-8d23-4e0d-9513-245838d03ab9/model-vers/model-ver/1cfb1703-cda0-4962-9061-20dcceef735f","ERR.5.4.6114"]}}} 2022-01-28T09:47:09.999Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=0dda17bc-b35e-4d0f-913e-43a9803aa1d3 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/75ac4ba5-8d23-4e0d-9513-245838d03ab9/model-vers/model-ver/1cfb1703-cda0-4962-9061-20dcceef735f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/75ac4ba5-8d23-4e0d-9513-245838d03ab9/model-vers/model-ver/1cfb1703-cda0-4962-9061-20dcceef735f) (ec=ERR.5.4.6114) 2022-01-28T09:47:09.999Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0dda17bc-b35e-4d0f-913e-43a9803aa1d3 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/75ac4ba5-8d23-4e0d-9513-245838d03ab9/model-vers/model-ver/1cfb1703-cda0-4962-9061-20dcceef735f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/75ac4ba5-8d23-4e0d-9513-245838d03ab9/model-vers/model-ver/1cfb1703-cda0-4962-9061-20dcceef735f) (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-01-28T09:47:09.999Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0dda17bc-b35e-4d0f-913e-43a9803aa1d3 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/75ac4ba5-8d23-4e0d-9513-245838d03ab9/model-vers/model-ver/1cfb1703-cda0-4962-9061-20dcceef735f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/75ac4ba5-8d23-4e0d-9513-245838d03ab9/model-vers/model-ver/1cfb1703-cda0-4962-9061-20dcceef735f) (ec=ERR.5.4.6114) 2022-01-28T09:47:09.999Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=0dda17bc-b35e-4d0f-913e-43a9803aa1d3 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/75ac4ba5-8d23-4e0d-9513-245838d03ab9/model-vers/model-ver/1cfb1703-cda0-4962-9061-20dcceef735f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/75ac4ba5-8d23-4e0d-9513-245838d03ab9/model-vers/model-ver/1cfb1703-cda0-4962-9061-20dcceef735f) (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-01-28T09:47:10.002Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||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-01-28T09:47:10.002Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0dda17bc-b35e-4d0f-913e-43a9803aa1d3 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0dda17bc-b35e-4d0f-913e-43a9803aa1d3 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/75ac4ba5-8d23-4e0d-9513-245838d03ab9/model-vers/model-ver/1cfb1703-cda0-4962-9061-20dcceef735f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/75ac4ba5-8d23-4e0d-9513-245838d03ab9/model-vers/model-ver/1cfb1703-cda0-4962-9061-20dcceef735f) (ec=ERR.5.4.6114) 2022-01-28T09:47:10.003Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-01-28T09:47:10.003Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:47:10.004Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:47:10.004Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363230002, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0dda17bc-b35e-4d0f-913e-43a9803aa1d3 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/75ac4ba5-8d23-4e0d-9513-245838d03ab9/model-vers/model-ver/1cfb1703-cda0-4962-9061-20dcceef735f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/75ac4ba5-8d23-4e0d-9513-245838d03ab9/model-vers/model-ver/1cfb1703-cda0-4962-9061-20dcceef735f) (ec\u003dERR.5.4.6114)" } 2022-01-28T09:47:10.104Z||pool-430-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:47:10.105Z||pool-430-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:47:10.105Z||pool-430-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:47:10.121Z||pool-430-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:47:10.121Z||pool-430-thread-1|||||INFO|500||cambria reply ok (16 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-01-28T09:47:20.693Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:47:20.693Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|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-01-28T09:47:20.693Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:47:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:47:20.696Z||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-01-28T09:47:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:47:20.816Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:47:20.817Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:47:20.817Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "clamp", "timestamp": 1643363181319, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/artifacts/service-Vfw20220128094430-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T09:47:20.819Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:47:21.316Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:47:21.316Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-28T09:47:21.317Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8","serviceName":"Demo_pNF_oxws5zPuQEZ3iIL13qGe","serviceVersion":"1.0","serviceUUID":"96c9b9ca-02c6-49cd-86a2-d327e33caa63","serviceDescription":"catalog service description","serviceInvariantUUID":"7637728d-a445-41b0-89be-4f1895bb1100","resources":[{"resourceInstanceName":"pNF ce04811f-862f 0","resourceName":"pNF ce04811f-862f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"68c4aa77-b189-4218-8d75-f27961dc53d1","resourceInvariantUUID":"90ac86ad-01cd-4eab-84e8-f5cba263bed4","resourceCustomizationUUID":"dca92e63-428f-4968-b428-1cfccfb8fb92","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/vf-license-model.xml","artifactChecksum":"ZDQ1NTAxZGE0OGNlY2U3Yjg3ZDI5Y2NlMDM2MDU5MDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fbfb723c-1b84-42b5-95c5-3d8524d8c9fc","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/pNF.csar","artifactChecksum":"ZjBmZTk0NzU2ZjZmZGU1NTliOTg5OGQzNzQ2ZDA4YTA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f97c5593-ba58-4434-afcc-aad62ac4ea97","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8c14be08-5571-4662-8d9d-101b13af6cd5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/vendor-license-model.xml","artifactChecksum":"OTllMzk4ZDBhNTU4ZTdiNmMyOTk5YzI5MzgyYjk4YmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7c1198f8-c897-4588-98ea-48560cf66601","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7bb2c529-fedd-484d-a85a-53acb1fc298a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f2f96192-dea3-4ba0-a3a6-e70a3570fee9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfOxws5zpuqez3iil13qge-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/artifacts/service-DemoPnfOxws5zpuqez3iil13qge-template.yml","artifactChecksum":"NzEwM2RjZDkyNWI4OTM0NDJjZDkyMTRiMWY1NjEzZGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"266eaa9a-c29e-40c7-b6e0-d0c6e9e9b068","artifactVersion":"1"},{"artifactName":"service-DemoPnfOxws5zpuqez3iil13qge-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/artifacts/service-DemoPnfOxws5zpuqez3iil13qge-csar.csar","artifactChecksum":"OTA3MWJmMjVlZDU5OGU1MDJmYmI1YzU1MTQ5YzE4MWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7d57a2a6-81d0-4208-841a-57e52739ca7a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-28T09:47:21.318Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:47:21.318Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:47:21.321Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:47:21.321Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363240693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:47:21.421Z||pool-431-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:47:21.421Z||pool-431-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:47:21.421Z||pool-431-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:47:21.432Z||pool-431-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:47:21.432Z||pool-431-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:47:22.321Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:47:22.323Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:47:22.325Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:47:22.325Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363240693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T09:47:22.425Z||pool-432-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T09:47:22.426Z||pool-432-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:47:22.426Z||pool-432-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:47:22.441Z||pool-432-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:47:22.441Z||pool-432-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:47:23.326Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:47:23.327Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:47:23.329Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:47:23.329Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363240693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T09:47:23.430Z||pool-433-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T09:47:23.430Z||pool-433-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:47:23.430Z||pool-433-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:47:23.444Z||pool-433-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:47:23.445Z||pool-433-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:47:24.330Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:47:24.331Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:47:24.334Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:47:24.334Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363240693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:47:24.434Z||pool-434-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:47:24.434Z||pool-434-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:47:24.435Z||pool-434-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:47:24.447Z||pool-434-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:47:24.447Z||pool-434-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:47:25.334Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:47:25.336Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:47:25.338Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:47:25.338Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363240693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:47:25.438Z||pool-435-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:47:25.439Z||pool-435-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:47:25.439Z||pool-435-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:47:25.452Z||pool-435-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:47:25.452Z||pool-435-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:47:26.338Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:47:26.339Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:47:26.341Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:47:26.341Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363240693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:47:26.441Z||pool-436-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:47:26.442Z||pool-436-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:47:26.442Z||pool-436-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:47:26.455Z||pool-436-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:47:26.455Z||pool-436-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:47:27.341Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:47:27.342Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:47:27.344Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:47:27.344Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363240693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/artifacts/service-DemoPnfOxws5zpuqez3iil13qge-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:47:27.444Z||pool-437-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:47:27.444Z||pool-437-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:47:27.444Z||pool-437-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:47:27.458Z||pool-437-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:47:27.458Z||pool-437-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:47:28.345Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:47:28.346Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:47:28.348Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:47:28.348Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363240693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/artifacts/service-DemoPnfOxws5zpuqez3iil13qge-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:47:28.448Z||pool-438-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:47:28.449Z||pool-438-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:47:28.449Z||pool-438-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:47:28.462Z||pool-438-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:47:28.462Z||pool-438-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:47:29.348Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "serviceName": "Demo_pNF_oxws5zPuQEZ3iIL13qGe", "serviceVersion": "1.0", "serviceUUID": "96c9b9ca-02c6-49cd-86a2-d327e33caa63", "serviceDescription": "catalog service description", "serviceInvariantUUID": "7637728d-a445-41b0-89be-4f1895bb1100", "resources": [ { "resourceInstanceName": "pNF ce04811f-862f 0", "resourceCustomizationUUID": "dca92e63-428f-4968-b428-1cfccfb8fb92", "resourceName": "pNF ce04811f-862f", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "68c4aa77-b189-4218-8d75-f27961dc53d1", "resourceInvariantUUID": "90ac86ad-01cd-4eab-84e8-f5cba263bed4", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfOxws5zpuqez3iil13qge-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/artifacts/service-DemoPnfOxws5zpuqez3iil13qge-csar.csar", "artifactChecksum": "OTA3MWJmMjVlZDU5OGU1MDJmYmI1YzU1MTQ5YzE4MWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7d57a2a6-81d0-4208-841a-57e52739ca7a" } ], "workloadContext": "Production" } 2022-01-28T09:47:29.349Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-28T09:47:29.349Z|0dda17bc-b35e-4d0f-913e-43a9803aa1d3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 96c9b9ca-02c6-49cd-86a2-d327e33caa63 ASDC 2022-01-28T09:47:29.349Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8 ServiceName:Demo_pNF_oxws5zPuQEZ3iIL13qGe ServiceVersion:1.0 ServiceUUID:96c9b9ca-02c6-49cd-86a2-d327e33caa63 ServiceInvariantUUID:7637728d-a445-41b0-89be-4f1895bb1100 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfOxws5zpuqez3iil13qge-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/artifacts/service-DemoPnfOxws5zpuqez3iil13qge-csar.csar ArtifactUUID:7d57a2a6-81d0-4208-841a-57e52739ca7a ArtifactChecksum:OTA3MWJmMjVlZDU5OGU1MDJmYmI1YzU1MTQ5YzE4MWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF ce04811f-862f 0 ResourceCustomizationUUID:dca92e63-428f-4968-b428-1cfccfb8fb92 ResourceInvariantUUID:90ac86ad-01cd-4eab-84e8-f5cba263bed4 ResourceName:pNF ce04811f-862f ResourceType:PNF ResourceUUID:68c4aa77-b189-4218-8d75-f27961dc53d1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-01-28T09:47:29.350Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 96c9b9ca-02c6-49cd-86a2-d327e33caa63 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-01-28T09:47:29.367Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T09:47:29.367Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-01-28T09:47:29.368Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-01-28T09:47:29.368Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7d57a2a6-81d0-4208-841a-57e52739ca7a from URL: /sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/artifacts/service-DemoPnfOxws5zpuqez3iil13qge-csar.csar 2022-01-28T09:47:29.368Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-01-28T09:47:29.368Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/artifacts/service-DemoPnfOxws5zpuqez3iil13qge-csar.csar 2022-01-28T09:47:29.551Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-01-28T09:47:29.556Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/artifacts/service-DemoPnfOxws5zpuqez3iil13qge-csar.csar 7d57a2a6-81d0-4208-841a-57e52739ca7a 82615 2022-01-28T09:47:29.557Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/artifacts/service-DemoPnfOxws5zpuqez3iil13qge-csar.csar ASDC sendASDCNotification 2022-01-28T09:47:29.557Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/artifacts/service-DemoPnfOxws5zpuqez3iil13qge-csar.csar 2022-01-28T09:47:29.557Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T09:47:29.557Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:47:29.560Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:47:29.560Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363249557, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/artifacts/service-DemoPnfOxws5zpuqez3iil13qge-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:47:29.659Z||pool-439-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T09:47:29.659Z||pool-439-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:47:29.660Z||pool-439-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:47:29.672Z||pool-439-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:47:29.673Z||pool-439-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:47:30.560Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T09:47:30.562Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-01-28T09:47:30.562Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 7d57a2a6-81d0-4208-841a-57e52739ca7a, URL: /sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/artifacts/service-DemoPnfOxws5zpuqez3iil13qge-csar.csar to file: /app/ASDC/1/service-DemoPnfOxws5zpuqez3iil13qge-csar.csar 2022-01-28T09:47:30.563Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfOxws5zpuqez3iil13qge-csar.csar 2022-01-28T09:47:30.563Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfOxws5zpuqez3iil13qge-csar.csar 2022-01-28T09:47:30.563Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfOxws5zpuqez3iil13qge-csar.csar 2022-01-28T09:47:30.637Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP338472089146383153/Definitions/service-DemoPnfOxws5zpuqez3iil13qge-template.yml 2022-01-28T09:47:31.176Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-28T09:47:31.176Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-01-28T09:47:31.176Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfOxws5zpuqez3iil13qge-csar.csar 2022-01-28T09:47:31.176Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-01-28T09:47:31.176Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||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-DemoPnfOxws5zpuqez3iil13qge-csar.csar 2022-01-28T09:47:31.177Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfOxws5zpuqez3iil13qge-csar.csar 2022-01-28T09:47:31.177Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||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-DemoPnfOxws5zpuqez3iil13qge-csar.csar 2022-01-28T09:47:31.177Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||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-DemoPnfOxws5zpuqez3iil13qge-csar.csar 2022-01-28T09:47:31.177Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||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-DemoPnfOxws5zpuqez3iil13qge-csar.csar 2022-01-28T09:47:31.177Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOxws5zpuqez3iil13qge-csar.csar 2022-01-28T09:47:31.177Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ce04811f-862f 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-DemoPnfOxws5zpuqez3iil13qge-csar.csar 2022-01-28T09:47:31.177Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-01-28T09:47:31.177Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:47:31.177Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_oxws5zPuQEZ3iIL13qGe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:47:31.177Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||Node template pNF ce04811f-862f 0 is matching search criteria 2022-01-28T09:47:31.177Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-01-28T09:47:31.177Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF ce04811f-862f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T09:47:31.177Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:47:31.177Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_oxws5zPuQEZ3iIL13qGe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:47:31.177Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||Node template pNF ce04811f-862f 0 is matching search criteria 2022-01-28T09:47:31.177Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-01-28T09:47:31.177Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF ce04811f-862f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T09:47:31.177Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:47:31.177Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_oxws5zPuQEZ3iIL13qGe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:47:31.177Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:47:31.178Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_oxws5zPuQEZ3iIL13qGe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:47:31.178Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:47:31.178Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_oxws5zPuQEZ3iIL13qGe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:47:31.178Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:47:31.178Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_oxws5zPuQEZ3iIL13qGe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:47:31.178Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:47:31.178Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_oxws5zPuQEZ3iIL13qGe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:47:31.178Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_oxws5zPuQEZ3iIL13qGe Description:catalog service description Model UUID:96c9b9ca-02c6-49cd-86a2-d327e33caa63 Model Version:NULL Model InvariantUuid:7637728d-a445-41b0-89be-4f1895bb1100 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-01-28T09:47:31.183Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 68c4aa77-b189-4218-8d75-f27961dc53d1 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-01-28T09:47:31.185Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||INFO|500||pNF ce04811f-862f 0 2022-01-28T09:47:31.185Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 68c4aa77-b189-4218-8d75-f27961dc53d1 2022-01-28T09:47:31.186Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 96c9b9ca-02c6-49cd-86a2-d327e33caa63 2022-01-28T09:47:31.186Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 96c9b9ca-02c6-49cd-86a2-d327e33caa63 2022-01-28T09:47:31.186Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF ce04811f-862f 0 68c4aa77-b189-4218-8d75-f27961dc53d1 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-01-28T09:47:31.189Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7c8fc9b9, org.onap.sdc.toscaparser.api.parameters.Input@2bbe9f81, org.onap.sdc.toscaparser.api.parameters.Input@765a1911, org.onap.sdc.toscaparser.api.parameters.Input@46da6500, org.onap.sdc.toscaparser.api.parameters.Input@441abe63] 2022-01-28T09:47:31.190Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:47:31.190Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_oxws5zPuQEZ3iIL13qGe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:47:31.190Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 96c9b9ca-02c6-49cd-86a2-d327e33caa63: pNF ce04811f-862f 2022-01-28T09:47:31.190Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||INFO|500||Processing PNF resource: 68c4aa77-b189-4218-8d75-f27961dc53d1 2022-01-28T09:47:31.190Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:47:31.190Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_oxws5zPuQEZ3iIL13qGe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:47:31.191Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||INFO|500||Resource customization UUID: dca92e63-428f-4968-b428-1cfccfb8fb92 is the same as notified resource customizationUUID: dca92e63-428f-4968-b428-1cfccfb8fb92 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-01-28T09:47:31.214Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF ce04811f-862f 68c4aa77-b189-4218-8d75-f27961dc53d1 0 ASDC deployResourceStructure 2022-01-28T09:47:31.215Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/artifacts/service-DemoPnfOxws5zpuqez3iil13qge-csar.csar ASDC sendASDCNotification 2022-01-28T09:47:31.215Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/artifacts/service-DemoPnfOxws5zpuqez3iil13qge-csar.csar 2022-01-28T09:47:31.215Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T09:47:31.215Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:47:31.216Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:47:31.217Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363251215, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/artifacts/service-DemoPnfOxws5zpuqez3iil13qge-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T09:47:31.317Z||pool-440-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:47:31.317Z||pool-440-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:47:31.317Z||pool-440-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:47:31.330Z||pool-440-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:47:31.331Z||pool-440-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:47:32.217Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T09:47:32.224Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T09:47:32.226Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T09:47:32.226Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T09:47:32.226Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T09:48:02.226Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T09:48:02.236Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T09:48:02.238Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T09:48:02.238Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T09:48:02.238Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T09:48:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:48:20.696Z||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-01-28T09:48:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:48:20.728Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:48:20.732Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.732Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363180692, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.733Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.733Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "clamp", "timestamp": 1643363182321, "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-01-28T09:48:20.739Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0dda17bc-b35e-4d0f-913e-43a9803aa1d3 2022-01-28T09:48:20.739Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0dda17bc-b35e-4d0f-913e-43a9803aa1d3 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-01-28T09:48:20.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363180692, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/vfwa0ab2f2ef8da0_modules.json", "status": "NOTIFIED" } 2022-01-28T09:48:20.748Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363180692, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T09:48:20.748Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363180692, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.749Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363180692, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-28T09:48:20.749Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.750Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.750Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363180692, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/artifacts/service-Vfw20220128094430-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.750Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.750Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.750Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363180692, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/artifacts/service-Vfw20220128094430-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:48:20.750Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.751Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.751Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363189103, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/artifacts/service-Vfw20220128094430-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:48:20.751Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:48:20.751Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.751Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363192037, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/vfwa0ab2f2ef8da0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T09:48:20.752Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:48:20.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.752Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363193393, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T09:48:20.752Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:48:20.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.752Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363194736, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-28T09:48:20.753Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:48:20.753Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.753Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363195908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/vfwa0ab2f2ef8da0_modules.json", "status": "DEPLOY_OK" } 2022-01-28T09:48:20.753Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:48:20.753Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.753Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363196910, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-01-28T09:48:20.753Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:48:20.753Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.754Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363197913, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/resourceInstances/vfwa0ab2f2ef8da0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-01-28T09:48:20.754Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:48:20.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.754Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363198916, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128094430/1.0/artifacts/service-Vfw20220128094430-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T09:48:20.754Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:48:20.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.754Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "ves-openapi-manager", "timestamp": 1643363209944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.754Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.755Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "cds", "timestamp": 1643363201207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.755Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.755Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "policy-id", "timestamp": 1643363204690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.755Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.755Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "multicloud-k8s-id", "timestamp": 1643363211153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.755Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.756Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "cds", "timestamp": 1643363201207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.756Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.756Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "ves-openapi-manager", "timestamp": 1643363209944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.756Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.756Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "policy-id", "timestamp": 1643363204690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.756Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.757Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.757Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "multicloud-k8s-id", "timestamp": 1643363211153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.757Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.757Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.757Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "cds", "timestamp": 1643363201207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.757Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.757Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.757Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "ves-openapi-manager", "timestamp": 1643363209944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.758Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.758Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "policy-id", "timestamp": 1643363204690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.758Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.758Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "multicloud-k8s-id", "timestamp": 1643363211153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.758Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.758Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "cds", "timestamp": 1643363201207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.759Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "ves-openapi-manager", "timestamp": 1643363209944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.759Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "policy-id", "timestamp": 1643363204690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.759Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "aai-ml", "timestamp": 1643363213887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.760Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "multicloud-k8s-id", "timestamp": 1643363211153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.760Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "cds", "timestamp": 1643363201207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.760Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "ves-openapi-manager", "timestamp": 1643363209944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.761Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "policy-id", "timestamp": 1643363204690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.761Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "aai-ml", "timestamp": 1643363213887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.761Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "multicloud-k8s-id", "timestamp": 1643363211153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.762Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "cds", "timestamp": 1643363201207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.762Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "ves-openapi-manager", "timestamp": 1643363209944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-01-28T09:48:20.762Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "policy-id", "timestamp": 1643363204690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.763Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "aai-ml", "timestamp": 1643363213887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.763Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "multicloud-k8s-id", "timestamp": 1643363211153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.763Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "cds", "timestamp": 1643363201207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/artifacts/service-DemoPnfOxws5zpuqez3iil13qge-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.763Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "ves-openapi-manager", "timestamp": 1643363209944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/artifacts/service-DemoPnfOxws5zpuqez3iil13qge-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.763Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "policy-id", "timestamp": 1643363204690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/artifacts/service-DemoPnfOxws5zpuqez3iil13qge-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.763Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "aai-ml", "timestamp": 1643363213887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.763Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "multicloud-k8s-id", "timestamp": 1643363211153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/artifacts/service-DemoPnfOxws5zpuqez3iil13qge-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.764Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "ves-openapi-manager", "timestamp": 1643363209944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/artifacts/service-DemoPnfOxws5zpuqez3iil13qge-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.764Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "cds", "timestamp": 1643363201207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/artifacts/service-DemoPnfOxws5zpuqez3iil13qge-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:48:20.764Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "policy-id", "timestamp": 1643363204690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/artifacts/service-DemoPnfOxws5zpuqez3iil13qge-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:48:20.764Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "aai-ml", "timestamp": 1643363213887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.764Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643363218102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.764Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "multicloud-k8s-id", "timestamp": 1643363211153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/artifacts/service-DemoPnfOxws5zpuqez3iil13qge-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:48:20.764Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "policy-id", "timestamp": 1643363219356, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/artifacts/service-DemoPnfOxws5zpuqez3iil13qge-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:48:20.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:48:20.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "ves-openapi-manager", "timestamp": 1643363219443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T09:48:20.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:48:20.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "aai-ml", "timestamp": 1643363213887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.765Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "cds", "timestamp": 1643363219548, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/artifacts/service-DemoPnfOxws5zpuqez3iil13qge-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:48:20.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:48:20.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643363218102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.765Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "policy-id", "timestamp": 1643363220359, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/artifacts/service-DemoPnfOxws5zpuqez3iil13qge-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T09:48:20.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:48:20.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "ves-openapi-manager", "timestamp": 1643363220451, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-01-28T09:48:20.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:48:20.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "aai-ml", "timestamp": 1643363213887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/artifacts/service-DemoPnfOxws5zpuqez3iil13qge-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.765Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "cds", "timestamp": 1643363220554, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/artifacts/service-DemoPnfOxws5zpuqez3iil13qge-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-01-28T09:48:20.770Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8 2022-01-28T09:48:20.770Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8 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-01-28T09:48:20.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643363218102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.776Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "policy-id", "timestamp": 1643363221361, "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-01-28T09:48:20.780Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8 2022-01-28T09:48:20.780Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8 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-01-28T09:48:20.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.786Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "ves-openapi-manager", "timestamp": 1643363221453, "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-01-28T09:48:20.790Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8 2022-01-28T09:48:20.790Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8 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-01-28T09:48:20.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "aai-ml", "timestamp": 1643363213887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/artifacts/service-DemoPnfOxws5zpuqez3iil13qge-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:48:20.797Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643363218102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.797Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643363218102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.797Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "aai-ml", "timestamp": 1643363222938, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/artifacts/service-DemoPnfOxws5zpuqez3iil13qge-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:48:20.798Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:48:20.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643363218102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.798Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643363218102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/artifacts/service-DemoPnfOxws5zpuqez3iil13qge-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.798Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643363218102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/artifacts/service-DemoPnfOxws5zpuqez3iil13qge-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:48:20.798Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "aai-ml", "timestamp": 1643363226318, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/artifacts/service-DemoPnfOxws5zpuqez3iil13qge-csar.csar", "status": "DEPLOY_ERROR" } 2022-01-28T09:48:20.798Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:48:20.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "clamp", "timestamp": 1643363225840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.798Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643363226801, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/artifacts/service-DemoPnfOxws5zpuqez3iil13qge-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:48:20.798Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:48:20.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "aai-ml", "timestamp": 1643363227321, "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-01-28T09:48:20.803Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8 2022-01-28T09:48:20.803Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8 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-01-28T09:48:20.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "clamp", "timestamp": 1643363225840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.812Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643363228436, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/artifacts/service-DemoPnfOxws5zpuqez3iil13qge-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T09:48:20.813Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:48:20.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "clamp", "timestamp": 1643363225840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.813Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643363229439, "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-01-28T09:48:20.818Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8 2022-01-28T09:48:20.819Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8 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-01-28T09:48:20.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "clamp", "timestamp": 1643363225840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.827Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0dda17bc-b35e-4d0f-913e-43a9803aa1d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363230002, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0dda17bc-b35e-4d0f-913e-43a9803aa1d3 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/75ac4ba5-8d23-4e0d-9513-245838d03ab9/model-vers/model-ver/1cfb1703-cda0-4962-9061-20dcceef735f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/75ac4ba5-8d23-4e0d-9513-245838d03ab9/model-vers/model-ver/1cfb1703-cda0-4962-9061-20dcceef735f) (ec\u003dERR.5.4.6114)" } 2022-01-28T09:48:20.828Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:48:20.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "clamp", "timestamp": 1643363225840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.828Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "clamp", "timestamp": 1643363225840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.828Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "clamp", "timestamp": 1643363225840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/artifacts/service-DemoPnfOxws5zpuqez3iil13qge-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:48:20.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "clamp", "timestamp": 1643363225840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/artifacts/service-DemoPnfOxws5zpuqez3iil13qge-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:48:20.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T09:48:20.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T09:48:20.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "clamp", "timestamp": 1643363238319, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/artifacts/service-DemoPnfOxws5zpuqez3iil13qge-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:48:20.829Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:48:32.239Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T09:48:32.249Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T09:48:32.251Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T09:48:32.251Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-28T09:48:32.251Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-28T09:48:32.251Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-28T09:48:32.251Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-28T09:48:32.252Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-01-28T09:48:32.252Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||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-01-28T09:48:32.258Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-28T09:49:02.258Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8 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-01-28T09:49:02.263Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8 and serviceModelVersionId: 96c9b9ca-02c6-49cd-86a2-d327e33caa63 2022-01-28T09:49:02.263Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7637728d-a445-41b0-89be-4f1895bb1100 2022-01-28T09:49:02.264Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7637728d-a445-41b0-89be-4f1895bb1100/model-vers/model-ver/96c9b9ca-02c6-49cd-86a2-d327e33caa63?depth=0 2022-01-28T09:49:02.270Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-01-28T09:49:02.284Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7637728d-a445-41b0-89be-4f1895bb1100/model-vers/model-ver/96c9b9ca-02c6-49cd-86a2-d327e33caa63?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-01-28T09:49:02.284Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7637728d-a445-41b0-89be-4f1895bb1100/model-vers/model-ver/96c9b9ca-02c6-49cd-86a2-d327e33caa63?depth=0|INFO|500||Invoke 2022-01-28T09:49:02.297Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7637728d-a445-41b0-89be-4f1895bb1100/model-vers/model-ver/96c9b9ca-02c6-49cd-86a2-d327e33caa63?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-01-28T09:49:02.340Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7637728d-a445-41b0-89be-4f1895bb1100/model-vers/model-ver/96c9b9ca-02c6-49cd-86a2-d327e33caa63?depth=0|INFO|404|Not Found|InvokeReturn 2022-01-28T09:49:02.340Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7637728d-a445-41b0-89be-4f1895bb1100/model-vers/model-ver/96c9b9ca-02c6-49cd-86a2-d327e33caa63?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220128-09:49:02:301-9881], Content-Length=[495], Date=[Fri, 28 Jan 2022 09:49:02 GMT], Content-Type=[application/json]} 2022-01-28T09:49:02.341Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||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/7637728d-a445-41b0-89be-4f1895bb1100/model-vers/model-ver/96c9b9ca-02c6-49cd-86a2-d327e33caa63","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7637728d-a445-41b0-89be-4f1895bb1100/model-vers/model-ver/96c9b9ca-02c6-49cd-86a2-d327e33caa63","ERR.5.4.6114"]}}} 2022-01-28T09:49:02.345Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7637728d-a445-41b0-89be-4f1895bb1100/model-vers/model-ver/96c9b9ca-02c6-49cd-86a2-d327e33caa63 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7637728d-a445-41b0-89be-4f1895bb1100/model-vers/model-ver/96c9b9ca-02c6-49cd-86a2-d327e33caa63) (ec=ERR.5.4.6114) 2022-01-28T09:49:02.345Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7637728d-a445-41b0-89be-4f1895bb1100/model-vers/model-ver/96c9b9ca-02c6-49cd-86a2-d327e33caa63 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7637728d-a445-41b0-89be-4f1895bb1100/model-vers/model-ver/96c9b9ca-02c6-49cd-86a2-d327e33caa63) (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-01-28T09:49:02.345Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7637728d-a445-41b0-89be-4f1895bb1100/model-vers/model-ver/96c9b9ca-02c6-49cd-86a2-d327e33caa63 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7637728d-a445-41b0-89be-4f1895bb1100/model-vers/model-ver/96c9b9ca-02c6-49cd-86a2-d327e33caa63) (ec=ERR.5.4.6114) 2022-01-28T09:49:02.345Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7637728d-a445-41b0-89be-4f1895bb1100/model-vers/model-ver/96c9b9ca-02c6-49cd-86a2-d327e33caa63 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7637728d-a445-41b0-89be-4f1895bb1100/model-vers/model-ver/96c9b9ca-02c6-49cd-86a2-d327e33caa63) (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-01-28T09:49:02.350Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||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-01-28T09:49:02.350Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7637728d-a445-41b0-89be-4f1895bb1100/model-vers/model-ver/96c9b9ca-02c6-49cd-86a2-d327e33caa63 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7637728d-a445-41b0-89be-4f1895bb1100/model-vers/model-ver/96c9b9ca-02c6-49cd-86a2-d327e33caa63) (ec=ERR.5.4.6114) 2022-01-28T09:49:02.350Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-01-28T09:49:02.350Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:49:02.351Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:49:02.352Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363342350, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7637728d-a445-41b0-89be-4f1895bb1100/model-vers/model-ver/96c9b9ca-02c6-49cd-86a2-d327e33caa63 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7637728d-a445-41b0-89be-4f1895bb1100/model-vers/model-ver/96c9b9ca-02c6-49cd-86a2-d327e33caa63) (ec\u003dERR.5.4.6114)" } 2022-01-28T09:49:02.452Z||pool-441-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:49:02.452Z||pool-441-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:49:02.452Z||pool-441-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:49:02.467Z||pool-441-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:49:02.467Z||pool-441-thread-1|||||INFO|500||cambria reply ok (15 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-01-28T09:49:03.359Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:49:03.359Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|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-01-28T09:49:03.360Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:49:12.897Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:49:20.693Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:49:20.693Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|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-01-28T09:49:20.693Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:49:20.695Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:49:20.695Z||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-01-28T09:49:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:49:20.718Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:49:20.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:49:20.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363240693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:49:20.719Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:49:20.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:49:20.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "clamp", "timestamp": 1643363241320, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/artifacts/service-DemoPnfOxws5zpuqez3iil13qge-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T09:49:20.720Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:49:20.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:49:20.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "clamp", "timestamp": 1643363242324, "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-01-28T09:49:20.726Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8 2022-01-28T09:49:20.726Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8 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-01-28T09:49:20.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:49:20.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363240693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T09:49:20.733Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:49:20.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:49:20.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363240693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T09:49:20.733Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:49:20.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:49:20.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363240693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:49:20.733Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:49:20.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:49:20.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363240693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:49:20.734Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:49:20.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:49:20.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363240693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/resourceInstances/pnfce04811f862f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:49:20.734Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:49:20.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:49:20.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363240693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/artifacts/service-DemoPnfOxws5zpuqez3iil13qge-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:49:20.734Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:49:20.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:49:20.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363240693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/artifacts/service-DemoPnfOxws5zpuqez3iil13qge-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:49:20.734Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-01-28T09:49:20.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:49:20.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363249557, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/artifacts/service-DemoPnfOxws5zpuqez3iil13qge-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:49:20.734Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:49:20.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:49:20.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363251215, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxws5zpuqez3iil13qge/1.0/artifacts/service-DemoPnfOxws5zpuqez3iil13qge-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T09:49:20.734Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:49:30.232Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:50:20.693Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:50:20.694Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|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-01-28T09:50:20.694Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:50:20.695Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:50:20.695Z||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-01-28T09:50:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:50:21.215Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:50:21.216Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-01-28T09:50:21.216Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363342350, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7637728d-a445-41b0-89be-4f1895bb1100/model-vers/model-ver/96c9b9ca-02c6-49cd-86a2-d327e33caa63 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7637728d-a445-41b0-89be-4f1895bb1100/model-vers/model-ver/96c9b9ca-02c6-49cd-86a2-d327e33caa63) (ec\u003dERR.5.4.6114)" } 2022-01-28T09:50:21.217Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:50:30.240Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:51:20.692Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:51:20.693Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|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-01-28T09:51:20.693Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:51:20.695Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:51:20.695Z||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-01-28T09:51:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:51:30.235Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:51:30.235Z|68a1d1fd-9b46-4fb2-bdc1-ab566c700bd8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:52:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:52:20.693Z||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-01-28T09:52:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:52:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:52:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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-01-28T09:52:20.695Z|9c6854ee-9807-4455-870d-29001fa5f0d1|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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:52:30.235Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:52:30.243Z|9c6854ee-9807-4455-870d-29001fa5f0d1|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:53:20.692Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:53:20.693Z||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-01-28T09:53:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:53:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:53:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|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-01-28T09:53:20.695Z|112e6ee0-7689-4592-8d92-ce8a05854651|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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:53:30.234Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:53:30.237Z|112e6ee0-7689-4592-8d92-ce8a05854651|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:54:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:54:20.693Z||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-01-28T09:54:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:54:20.695Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:54:20.695Z||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-01-28T09:54:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:54:30.236Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:54:30.238Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:55:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:55:20.693Z||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-01-28T09:55:20.693Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:55:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:55:20.695Z||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-01-28T09:55:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:55:20.822Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:55:20.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "clamp", "timestamp": 1643363675840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.829Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "cds", "timestamp": 1643363681207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "clamp", "timestamp": 1643363675840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/vfw22ff59dcee700_modules.json", "status": "NOTIFIED" } 2022-01-28T09:55:20.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "cds", "timestamp": 1643363681207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/vfw22ff59dcee700_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "clamp", "timestamp": 1643363675840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "cds", "timestamp": 1643363681207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "clamp", "timestamp": 1643363675840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "cds", "timestamp": 1643363681207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "policy-id", "timestamp": 1643363684690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "clamp", "timestamp": 1643363675840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "cds", "timestamp": 1643363681207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "policy-id", "timestamp": 1643363684690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/vfw22ff59dcee700_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "clamp", "timestamp": 1643363675840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/artifacts/service-Vfw20220128095311-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "cds", "timestamp": 1643363681207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/artifacts/service-Vfw20220128095311-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "policy-id", "timestamp": 1643363684690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T09:55:20.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "clamp", "timestamp": 1643363675840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/artifacts/service-Vfw20220128095311-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:55:20.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "cds", "timestamp": 1643363681207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/artifacts/service-Vfw20220128095311-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:55:20.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "policy-id", "timestamp": 1643363684690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "cds", "timestamp": 1643363689333, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/artifacts/service-Vfw20220128095311-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:55:20.834Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:55:20.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "policy-id", "timestamp": 1643363684690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "cds", "timestamp": 1643363690337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/artifacts/service-Vfw20220128095311-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-01-28T09:55:20.847Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 024a19a2-2bdb-4f0f-8be8-18187fbbf137 2022-01-28T09:55:20.847Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 024a19a2-2bdb-4f0f-8be8-18187fbbf137 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-01-28T09:55:20.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.852Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "policy-id", "timestamp": 1643363684690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/artifacts/service-Vfw20220128095311-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.852Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.852Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "ves-openapi-manager", "timestamp": 1643363689944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.852Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.852Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "policy-id", "timestamp": 1643363684690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/artifacts/service-Vfw20220128095311-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:55:20.852Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.852Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "ves-openapi-manager", "timestamp": 1643363689944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/vfw22ff59dcee700_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.853Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.853Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.853Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "multicloud-k8s-id", "timestamp": 1643363691153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.853Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.853Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.853Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "policy-id", "timestamp": 1643363692396, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/artifacts/service-Vfw20220128095311-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:55:20.853Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:55:20.853Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.853Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "ves-openapi-manager", "timestamp": 1643363689944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.853Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.853Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.853Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "multicloud-k8s-id", "timestamp": 1643363691153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/vfw22ff59dcee700_modules.json", "status": "NOTIFIED" } 2022-01-28T09:55:20.853Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.853Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.853Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "policy-id", "timestamp": 1643363693400, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/artifacts/service-Vfw20220128095311-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T09:55:20.853Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:55:20.853Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.853Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "ves-openapi-manager", "timestamp": 1643363689944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.853Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.853Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.853Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "multicloud-k8s-id", "timestamp": 1643363691153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T09:55:20.853Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.853Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.853Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "policy-id", "timestamp": 1643363694403, "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-01-28T09:55:20.856Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 024a19a2-2bdb-4f0f-8be8-18187fbbf137 2022-01-28T09:55:20.856Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 024a19a2-2bdb-4f0f-8be8-18187fbbf137 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-01-28T09:55:20.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "aai-ml", "timestamp": 1643363693887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.861Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "ves-openapi-manager", "timestamp": 1643363689944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.862Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "multicloud-k8s-id", "timestamp": 1643363691153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.862Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "aai-ml", "timestamp": 1643363693887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/vfw22ff59dcee700_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.862Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "ves-openapi-manager", "timestamp": 1643363689944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/artifacts/service-Vfw20220128095311-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.862Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "multicloud-k8s-id", "timestamp": 1643363691153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-28T09:55:20.862Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.863Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "aai-ml", "timestamp": 1643363693887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.863Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.863Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "ves-openapi-manager", "timestamp": 1643363689944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/artifacts/service-Vfw20220128095311-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.863Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.863Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "multicloud-k8s-id", "timestamp": 1643363691153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/artifacts/service-Vfw20220128095311-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.863Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.863Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "aai-ml", "timestamp": 1643363693887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.863Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.863Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "multicloud-k8s-id", "timestamp": 1643363691153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/artifacts/service-Vfw20220128095311-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:55:20.863Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.864Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "clamp", "timestamp": 1643363698368, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/artifacts/service-Vfw20220128095311-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:55:20.864Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:55:20.864Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.864Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "aai-ml", "timestamp": 1643363693887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.864Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.864Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.864Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643363698102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.864Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.864Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.864Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "multicloud-k8s-id", "timestamp": 1643363699136, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/vfw22ff59dcee700_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T09:55:20.864Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:55:20.864Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.864Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "clamp", "timestamp": 1643363699380, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/artifacts/service-Vfw20220128095311-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T09:55:20.864Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:55:20.864Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "aai-ml", "timestamp": 1643363693887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/artifacts/service-Vfw20220128095311-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.865Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643363698102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/vfw22ff59dcee700_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.865Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "clamp", "timestamp": 1643363700382, "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-01-28T09:55:20.868Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 024a19a2-2bdb-4f0f-8be8-18187fbbf137 2022-01-28T09:55:20.868Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 024a19a2-2bdb-4f0f-8be8-18187fbbf137 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-01-28T09:55:20.874Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.874Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "aai-ml", "timestamp": 1643363693887, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/artifacts/service-Vfw20220128095311-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:55:20.874Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.874Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.874Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "multicloud-k8s-id", "timestamp": 1643363700593, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T09:55:20.874Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:55:20.874Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.874Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643363698102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.874Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.874Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.874Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643363698102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.874Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.874Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.874Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "multicloud-k8s-id", "timestamp": 1643363701989, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-28T09:55:20.875Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:55:20.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.875Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "aai-ml", "timestamp": 1643363701994, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/artifacts/service-Vfw20220128095311-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:55:20.875Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:55:20.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.875Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643363698102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.875Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.875Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "multicloud-k8s-id", "timestamp": 1643363703008, "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-01-28T09:55:20.879Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 024a19a2-2bdb-4f0f-8be8-18187fbbf137 2022-01-28T09:55:20.879Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 024a19a2-2bdb-4f0f-8be8-18187fbbf137 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-01-28T09:55:20.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643363698102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/artifacts/service-Vfw20220128095311-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.884Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "multicloud-k8s-id", "timestamp": 1643363704010, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/vfw22ff59dcee700_modules.json", "status": "DEPLOY_OK" } 2022-01-28T09:55:20.884Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:55:20.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643363698102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/artifacts/service-Vfw20220128095311-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:55:20.884Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643363705957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/artifacts/service-Vfw20220128095311-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:55:20.884Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:55:20.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "aai-ml", "timestamp": 1643363708045, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/artifacts/service-Vfw20220128095311-csar.csar", "status": "DEPLOY_ERROR" } 2022-01-28T09:55:20.884Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:55:20.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643363708497, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/artifacts/service-Vfw20220128095311-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T09:55:20.884Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:55:20.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "aai-ml", "timestamp": 1643363709049, "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-01-28T09:55:20.888Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 024a19a2-2bdb-4f0f-8be8-18187fbbf137 2022-01-28T09:55:20.888Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 024a19a2-2bdb-4f0f-8be8-18187fbbf137 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-01-28T09:55:20.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.893Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643363709500, "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-01-28T09:55:20.896Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 024a19a2-2bdb-4f0f-8be8-18187fbbf137 2022-01-28T09:55:20.896Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 024a19a2-2bdb-4f0f-8be8-18187fbbf137 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-01-28T09:55:20.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "multicloud-k8s-id", "timestamp": 1643363711153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.903Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "ves-openapi-manager", "timestamp": 1643363709944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.903Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "cds", "timestamp": 1643363711207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.903Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "clamp", "timestamp": 1643363705840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.904Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "policy-id", "timestamp": 1643363704690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.904Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "multicloud-k8s-id", "timestamp": 1643363711153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.904Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "ves-openapi-manager", "timestamp": 1643363709944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.905Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "cds", "timestamp": 1643363711207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.905Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "clamp", "timestamp": 1643363705840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.905Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "policy-id", "timestamp": 1643363704690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "multicloud-k8s-id", "timestamp": 1643363711153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "cds", "timestamp": 1643363711207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "clamp", "timestamp": 1643363705840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "ves-openapi-manager", "timestamp": 1643363709944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "policy-id", "timestamp": 1643363704690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "multicloud-k8s-id", "timestamp": 1643363711153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "cds", "timestamp": 1643363711207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "clamp", "timestamp": 1643363705840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "ves-openapi-manager", "timestamp": 1643363709944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "policy-id", "timestamp": 1643363704690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "multicloud-k8s-id", "timestamp": 1643363711153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "cds", "timestamp": 1643363711207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "clamp", "timestamp": 1643363705840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "ves-openapi-manager", "timestamp": 1643363709944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "policy-id", "timestamp": 1643363704690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "multicloud-k8s-id", "timestamp": 1643363711153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "clamp", "timestamp": 1643363705840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "cds", "timestamp": 1643363711207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "ves-openapi-manager", "timestamp": 1643363709944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-01-28T09:55:20.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "policy-id", "timestamp": 1643363704690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "multicloud-k8s-id", "timestamp": 1643363711153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/artifacts/service-DemoPnfG15qebjzpdin9q15jla8-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "cds", "timestamp": 1643363711207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/artifacts/service-DemoPnfG15qebjzpdin9q15jla8-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "clamp", "timestamp": 1643363705840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/artifacts/service-DemoPnfG15qebjzpdin9q15jla8-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "ves-openapi-manager", "timestamp": 1643363709944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/artifacts/service-DemoPnfG15qebjzpdin9q15jla8-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.912Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "policy-id", "timestamp": 1643363704690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/artifacts/service-DemoPnfG15qebjzpdin9q15jla8-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.912Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "multicloud-k8s-id", "timestamp": 1643363711153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/artifacts/service-DemoPnfG15qebjzpdin9q15jla8-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:55:20.912Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "cds", "timestamp": 1643363711207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/artifacts/service-DemoPnfG15qebjzpdin9q15jla8-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:55:20.912Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "clamp", "timestamp": 1643363705840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/artifacts/service-DemoPnfG15qebjzpdin9q15jla8-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:55:20.912Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "ves-openapi-manager", "timestamp": 1643363709944, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/artifacts/service-DemoPnfG15qebjzpdin9q15jla8-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:20.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:20.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:55:20.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "policy-id", "timestamp": 1643363704690, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/artifacts/service-DemoPnfG15qebjzpdin9q15jla8-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:55:20.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-01-28T09:55:21.318Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:55:21.319Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:55:21.319Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"024a19a2-2bdb-4f0f-8be8-18187fbbf137","serviceName":"vFW 2022-01-28 09-53-11","serviceVersion":"1.0","serviceUUID":"1e7ed6f8-3d15-4844-a18f-f396fc0ffdc1","serviceDescription":"catalog service description","serviceInvariantUUID":"e1e270f9-0355-4bb3-bd99-9aa651285c1d","resources":[{"resourceInstanceName":"vFW 22ff59dc-ee70 0","resourceName":"vFW 22ff59dc-ee70","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a6973963-a089-409d-9439-5b90f084c21d","resourceInvariantUUID":"8bfe5d2e-3f59-4431-949d-1c4346c8bf55","resourceCustomizationUUID":"39537541-5912-4138-b105-23503b295432","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/vf-license-model.xml","artifactChecksum":"MjVmNzZiNDUwYWNjZTEwOTI2Y2U3ZjYwMTA1YTA1ZGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"40cd83e9-fa2c-49ac-8c20-a057f4f6b649","artifactVersion":"1"},{"artifactName":"vfw22ff59dcee700_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/vfw22ff59dcee700_modules.json","artifactChecksum":"NGQ3ZDdkOTA4NGQwYTBiYWJlYjg5ODY1ZDYzMGJhMDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"75629880-f4d5-4dad-b8d5-fbf2946a1024","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c076f28a-fcc7-4b0b-a3dc-caa54ed8c39e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/vendor-license-model.xml","artifactChecksum":"YWQ4ZDMyZDRlNDRmMmUxZTAzMTc4NmU1NThhYzFmOTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4cc3d3b7-b533-45f5-97a8-bffaad465b82","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4ba0de81-dbab-430a-8405-e22656996113","artifactVersion":"2","generatedFromUUID":"c076f28a-fcc7-4b0b-a3dc-caa54ed8c39e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220128095311-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128095311/1.0/artifacts/service-Vfw20220128095311-template.yml","artifactChecksum":"ZGY1YTE3MTFjYWQwMGYwY2NlYWQ4NWE4YjcxYzAyNTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"126c83b3-5998-4a86-90fa-d28cede51f86","artifactVersion":"1"},{"artifactName":"service-Vfw20220128095311-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220128095311/1.0/artifacts/service-Vfw20220128095311-csar.csar","artifactChecksum":"MmExM2NiMjQ4OTI2Y2VjNWYwZTAxZWVhYjFmNmIzNzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1be6e4ae-657a-4ea5-9d6e-2e1c09a9ddb2","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-28T09:55:21.320Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:55:21.321Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:55:21.323Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:55:21.323Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363720692, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:21.423Z||pool-442-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:55:21.423Z||pool-442-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:55:21.423Z||pool-442-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:55:21.433Z||pool-442-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:55:21.433Z||pool-442-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:55:22.323Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:55:22.324Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:55:22.326Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:55:22.327Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363720692, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/vfw22ff59dcee700_modules.json", "status": "NOTIFIED" } 2022-01-28T09:55:22.427Z||pool-443-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:55:22.427Z||pool-443-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:55:22.427Z||pool-443-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:55:22.439Z||pool-443-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:55:22.439Z||pool-443-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:55:23.327Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:55:23.328Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:55:23.329Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:55:23.329Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363720692, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T09:55:23.429Z||pool-444-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:55:23.430Z||pool-444-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:55:23.430Z||pool-444-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:55:23.441Z||pool-444-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:55:23.441Z||pool-444-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:55:24.329Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:55:24.330Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:55:24.331Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:55:24.331Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363720692, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:24.431Z||pool-445-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:55:24.431Z||pool-445-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:55:24.432Z||pool-445-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:55:24.442Z||pool-445-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:55:24.442Z||pool-445-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:55:25.331Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:55:25.332Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:55:25.333Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:55:25.334Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363720692, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-28T09:55:25.434Z||pool-446-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:55:25.434Z||pool-446-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:55:25.435Z||pool-446-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:55:25.446Z||pool-446-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:55:25.446Z||pool-446-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:55:26.334Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:55:26.335Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:55:26.336Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:55:26.336Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363720692, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/artifacts/service-Vfw20220128095311-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:55:26.436Z||pool-447-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:55:26.437Z||pool-447-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:55:26.437Z||pool-447-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:55:26.448Z||pool-447-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:55:26.449Z||pool-447-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:55:27.337Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:55:27.337Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:55:27.338Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:55:27.338Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363720692, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/artifacts/service-Vfw20220128095311-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:55:27.439Z||pool-448-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:55:27.439Z||pool-448-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:55:27.439Z||pool-448-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:55:27.451Z||pool-448-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:55:27.451Z||pool-448-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:55:28.339Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "serviceName": "vFW 2022-01-28 09-53-11", "serviceVersion": "1.0", "serviceUUID": "1e7ed6f8-3d15-4844-a18f-f396fc0ffdc1", "serviceDescription": "catalog service description", "serviceInvariantUUID": "e1e270f9-0355-4bb3-bd99-9aa651285c1d", "resources": [ { "resourceInstanceName": "vFW 22ff59dc-ee70 0", "resourceCustomizationUUID": "39537541-5912-4138-b105-23503b295432", "resourceName": "vFW 22ff59dc-ee70", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a6973963-a089-409d-9439-5b90f084c21d", "resourceInvariantUUID": "8bfe5d2e-3f59-4431-949d-1c4346c8bf55", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw22ff59dcee700_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/vfw22ff59dcee700_modules.json", "artifactChecksum": "NGQ3ZDdkOTA4NGQwYTBiYWJlYjg5ODY1ZDYzMGJhMDk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "75629880-f4d5-4dad-b8d5-fbf2946a1024", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "c076f28a-fcc7-4b0b-a3dc-caa54ed8c39e", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4ba0de81-dbab-430a-8405-e22656996113", "generatedFromUUID": "c076f28a-fcc7-4b0b-a3dc-caa54ed8c39e" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4ba0de81-dbab-430a-8405-e22656996113", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220128095311-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/artifacts/service-Vfw20220128095311-csar.csar", "artifactChecksum": "MmExM2NiMjQ4OTI2Y2VjNWYwZTAxZWVhYjFmNmIzNzk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1be6e4ae-657a-4ea5-9d6e-2e1c09a9ddb2" } ], "workloadContext": "Production" } 2022-01-28T09:55:28.340Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-28T09:55:28.340Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1e7ed6f8-3d15-4844-a18f-f396fc0ffdc1 ASDC 2022-01-28T09:55:28.340Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:024a19a2-2bdb-4f0f-8be8-18187fbbf137 ServiceName:vFW 2022-01-28 09-53-11 ServiceVersion:1.0 ServiceUUID:1e7ed6f8-3d15-4844-a18f-f396fc0ffdc1 ServiceInvariantUUID:e1e270f9-0355-4bb3-bd99-9aa651285c1d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220128095311-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220128095311/1.0/artifacts/service-Vfw20220128095311-csar.csar ArtifactUUID:1be6e4ae-657a-4ea5-9d6e-2e1c09a9ddb2 ArtifactChecksum:MmExM2NiMjQ4OTI2Y2VjNWYwZTAxZWVhYjFmNmIzNzk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 22ff59dc-ee70 0 ResourceCustomizationUUID:39537541-5912-4138-b105-23503b295432 ResourceInvariantUUID:8bfe5d2e-3f59-4431-949d-1c4346c8bf55 ResourceName:vFW 22ff59dc-ee70 ResourceType:VF ResourceUUID:a6973963-a089-409d-9439-5b90f084c21d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw22ff59dcee700_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/vfw22ff59dcee700_modules.json ArtifactUUID:75629880-f4d5-4dad-b8d5-fbf2946a1024 ArtifactChecksum:NGQ3ZDdkOTA4NGQwYTBiYWJlYjg5ODY1ZDYzMGJhMDk= 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/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.yaml ArtifactUUID:c076f28a-fcc7-4b0b-a3dc-caa54ed8c39e 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/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.env ArtifactUUID:4ba0de81-dbab-430a-8405-e22656996113 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/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.env ArtifactUUID:4ba0de81-dbab-430a-8405-e22656996113 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-01-28T09:55:28.340Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1e7ed6f8-3d15-4844-a18f-f396fc0ffdc1 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-01-28T09:55:28.366Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T09:55:28.366Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-01-28T09:55:28.366Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-01-28T09:55:28.366Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1be6e4ae-657a-4ea5-9d6e-2e1c09a9ddb2 from URL: /sdc/v1/catalog/services/Vfw20220128095311/1.0/artifacts/service-Vfw20220128095311-csar.csar 2022-01-28T09:55:28.366Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-01-28T09:55:28.366Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128095311/1.0/artifacts/service-Vfw20220128095311-csar.csar 2022-01-28T09:55:28.837Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-01-28T09:55:28.844Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128095311/1.0/artifacts/service-Vfw20220128095311-csar.csar 1be6e4ae-657a-4ea5-9d6e-2e1c09a9ddb2 98981 2022-01-28T09:55:28.845Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128095311/1.0/artifacts/service-Vfw20220128095311-csar.csar ASDC sendASDCNotification 2022-01-28T09:55:28.845Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128095311/1.0/artifacts/service-Vfw20220128095311-csar.csar 2022-01-28T09:55:28.845Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T09:55:28.845Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:55:28.847Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:55:28.847Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363728845, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/artifacts/service-Vfw20220128095311-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:55:28.947Z||pool-449-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:55:28.948Z||pool-449-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:55:28.948Z||pool-449-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:55:28.961Z||pool-449-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:55:28.961Z||pool-449-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:55:29.847Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T09:55:29.849Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-01-28T09:55:29.849Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 1be6e4ae-657a-4ea5-9d6e-2e1c09a9ddb2, URL: /sdc/v1/catalog/services/Vfw20220128095311/1.0/artifacts/service-Vfw20220128095311-csar.csar to file: /app/ASDC/1/service-Vfw20220128095311-csar.csar 2022-01-28T09:55:29.849Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220128095311-csar.csar 2022-01-28T09:55:29.850Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220128095311-csar.csar 2022-01-28T09:55:29.850Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220128095311-csar.csar 2022-01-28T09:55:30.070Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3945847838186463356/Definitions/service-Vfw20220128095311-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-01-28T09:55:31.367Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-28T09:55:31.367Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-01-28T09:55:31.367Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220128095311-csar.csar 2022-01-28T09:55:31.367Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-01-28T09:55:31.367Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220128095311-csar.csar 2022-01-28T09:55:31.367Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220128095311-csar.csar 2022-01-28T09:55:31.367Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220128095311-csar.csar 2022-01-28T09:55:31.367Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220128095311-csar.csar 2022-01-28T09:55:31.367Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220128095311-csar.csar 2022-01-28T09:55:31.368Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220128095311-csar.csar 2022-01-28T09:55:31.368Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220128095311-csar.csar 2022-01-28T09:55:31.368Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220128095311-csar.csar 2022-01-28T09:55:31.368Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220128095311-csar.csar 2022-01-28T09:55:31.368Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220128095311-csar.csar 2022-01-28T09:55:31.368Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220128095311-csar.csar 2022-01-28T09:55:31.368Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220128095311-csar.csar 2022-01-28T09:55:31.368Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 22ff59dc-ee70 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-Vfw20220128095311-csar.csar 2022-01-28T09:55:31.368Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-01-28T09:55:31.368Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:55:31.368Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-28 09-53-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:55:31.368Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vFW 22ff59dc-ee70 0 is matching search criteria 2022-01-28T09:55:31.368Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-01-28T09:55:31.368Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 22ff59dc-ee70 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T09:55:31.368Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:55:31.368Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-28 09-53-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:55:31.368Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vFW 22ff59dc-ee70 0 is matching search criteria 2022-01-28T09:55:31.368Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-01-28T09:55:31.369Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 22ff59dc-ee70 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T09:55:31.369Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:55:31.369Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-28 09-53-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:55:31.369Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:55:31.369Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vFW 22ff59dc-ee70 0 is not matching search criteria 2022-01-28T09:55:31.369Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T09:55:31.369Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T09:55:31.369Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:55:31.369Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T09:55:31.369Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T09:55:31.369Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:55:31.369Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T09:55:31.369Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T09:55:31.369Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T09:55:31.369Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:55:31.369Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T09:55:31.369Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T09:55:31.369Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T09:55:31.369Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T09:55:31.370Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:55:31.370Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-01-28T09:55:31.370Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:55:31.370Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-28 09-53-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-28T09:55:31.370Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:55:31.370Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vFW 22ff59dc-ee70 0 is matching search criteria 2022-01-28T09:55:31.370Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 22ff59dc-ee70 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:55:31.370Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:55:31.370Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vFW 22ff59dc-ee70 0 is matching search criteria 2022-01-28T09:55:31.370Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 22ff59dc-ee70 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:55:31.370Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:55:31.370Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vFW 22ff59dc-ee70 0 is matching search criteria 2022-01-28T09:55:31.371Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 22ff59dc-ee70 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:55:31.371Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:55:31.371Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vFW 22ff59dc-ee70 0 is not matching search criteria 2022-01-28T09:55:31.371Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T09:55:31.371Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-01-28T09:55:31.371Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T09:55:31.371Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T09:55:31.371Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T09:55:31.371Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:55:31.371Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T09:55:31.371Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T09:55:31.371Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T09:55:31.371Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T09:55:31.372Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:55:31.372Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7f805ae6-c88e-488e-b30c-9b74f1885445 2022-01-28T09:55:31.372Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:55:31.372Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vFW 22ff59dc-ee70 0 is not matching search criteria 2022-01-28T09:55:31.372Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T09:55:31.372Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T09:55:31.372Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:55:31.372Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T09:55:31.372Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T09:55:31.372Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:55:31.372Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T09:55:31.372Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-01-28T09:55:31.372Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T09:55:31.373Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T09:55:31.373Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T09:55:31.373Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:55:31.373Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8048ed3b-9737-4441-9a95-34f912e3cf0f 2022-01-28T09:55:31.373Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:55:31.373Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vFW 22ff59dc-ee70 0 is not matching search criteria 2022-01-28T09:55:31.373Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T09:55:31.373Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T09:55:31.373Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:55:31.373Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T09:55:31.373Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T09:55:31.373Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:55:31.373Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T09:55:31.374Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T09:55:31.374Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T09:55:31.374Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:55:31.374Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T09:55:31.374Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-01-28T09:55:31.374Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2dbc7363-56b4-4fb7-8bb1-736eab84b551 2022-01-28T09:55:31.374Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:55:31.374Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-28 09-53-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:55:31.374Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:55:31.374Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-28 09-53-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:55:31.374Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:55:31.374Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-28 09-53-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:55:31.374Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:55:31.374Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-28 09-53-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:55:31.375Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-01-28 09-53-11 Description:catalog service description Model UUID:1e7ed6f8-3d15-4844-a18f-f396fc0ffdc1 Model Version:NULL Model InvariantUuid:e1e270f9-0355-4bb3-bd99-9aa651285c1d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 22ff59dc-ee70 Model UUID:a207553a-2a41-44b9-962b-b52ba947c490 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:8bfe5d2e-3f59-4431-949d-1c4346c8bf55 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:39537541-5912-4138-b105-23503b295432 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:61be203d-9dd2-4d78-9afe-857344d79fbd ModelName:Vfw22ff59dcEe70..base_vfw..module-0 ModelUuid:68722dc0-95d1-41cc-a9ab-1c0fbc873732 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:7f805ae6-c88e-488e-b30c-9b74f1885445 ModelInvariantUuid:e957d811-2690-4dd3-9bb7-a53727150490 ModelName:vFW 22ff59dc-ee70-nodes.vfwCvfc ModelUuid:5f52cd13-3629-42e2-8e2e-3db2c6937f81 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:b13a7405-762c-4961-8b76-9f995eaa15fb ModelInvariantUuid:fd6f6846-eeec-450a-9518-102bd187869c ModelName:Vfw22ff59dcEe70.compute.nodes.heat.vfw ModelUuid:87a447e3-2629-4697-9b64-8d070f0f0387 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:8048ed3b-9737-4441-9a95-34f912e3cf0f ModelInvariantUuid:a84d84b6-8ba3-47fd-89a1-e47422f474fa ModelName:vFW 22ff59dc-ee70-nodes.vsnCvfc ModelUuid:f432d43f-722f-4308-9fdd-001fff5f3fb5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:cfe78796-5a66-4fdb-bb43-8d03d7c8a6b3 ModelInvariantUuid:ca9b2cbd-a19d-4406-9d17-a55ac658fc14 ModelName:Vfw22ff59dcEe70.compute.nodes.heat.vsn ModelUuid:de04171e-7a6e-4725-b449-d02d0bf2ee3b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:2dbc7363-56b4-4fb7-8bb1-736eab84b551 ModelInvariantUuid:b01011a7-f145-4cad-a803-9bf05e934121 ModelName:vFW 22ff59dc-ee70-nodes.vpgCvfc ModelUuid:a0b84073-f1bd-4547-a8c6-dc14a41b08c9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:8fb13887-7d33-4c3e-a50b-0e5016f59251 ModelInvariantUuid:068b493e-f610-4f4a-ad52-20d47930f403 ModelName:Vfw22ff59dcEe70.compute.nodes.heat.vpg ModelUuid:680b40a8-23fa-4d5a-b1e1-1d9463075b6e 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-01-28T09:55:31.383Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: a6973963-a089-409d-9439-5b90f084c21d 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-01-28T09:55:31.385Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||vFW 22ff59dc-ee70 0 2022-01-28T09:55:31.385Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a6973963-a089-409d-9439-5b90f084c21d 2022-01-28T09:55:31.385Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 75629880-f4d5-4dad-b8d5-fbf2946a1024 from URL: /sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/vfw22ff59dcee700_modules.json 2022-01-28T09:55:31.385Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-01-28T09:55:31.385Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/vfw22ff59dcee700_modules.json 2022-01-28T09:55:31.546Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-01-28T09:55:31.546Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/vfw22ff59dcee700_modules.json 75629880-f4d5-4dad-b8d5-fbf2946a1024 785 2022-01-28T09:55:31.546Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/vfw22ff59dcee700_modules.json ASDC sendASDCNotification 2022-01-28T09:55:31.546Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/vfw22ff59dcee700_modules.json 2022-01-28T09:55:31.547Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T09:55:31.547Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:55:31.549Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:55:31.549Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363731546, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/vfw22ff59dcee700_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T09:55:31.649Z||pool-450-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:55:31.649Z||pool-450-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:55:31.649Z||pool-450-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:55:31.661Z||pool-450-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:55:31.661Z||pool-450-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:55:32.549Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw22ff59dcEe70..base_vfw..module-0", "vfModuleModelInvariantUUID": "61be203d-9dd2-4d78-9afe-857344d79fbd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "68722dc0-95d1-41cc-a9ab-1c0fbc873732", "vfModuleModelCustomizationUUID": "f8e1ae89-b708-4c83-a809-b7738731a5b9", "isBase": true, "artifacts": [ "c076f28a-fcc7-4b0b-a3dc-caa54ed8c39e", "4ba0de81-dbab-430a-8405-e22656996113" ], "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-01-28T09:55:32.551Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw22ff59dcEe70..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:68722dc0-95d1-41cc-a9ab-1c0fbc873732 VfModuleModelInvariantUUID:61be203d-9dd2-4d78-9afe-857344d79fbd VfModuleModelDescription:NULL Artifacts UUID List:{ c076f28a-fcc7-4b0b-a3dc-caa54ed8c39e , 4ba0de81-dbab-430a-8405-e22656996113 } 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-01-28T09:55:32.552Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw22ff59dcEe70..base_vfw..module-0", "vfModuleModelInvariantUUID": "61be203d-9dd2-4d78-9afe-857344d79fbd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "68722dc0-95d1-41cc-a9ab-1c0fbc873732", "vfModuleModelCustomizationUUID": "f8e1ae89-b708-4c83-a809-b7738731a5b9", "isBase": true, "artifacts": [ "c076f28a-fcc7-4b0b-a3dc-caa54ed8c39e", "4ba0de81-dbab-430a-8405-e22656996113" ], "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-01-28T09:55:32.552Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw22ff59dcEe70..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:68722dc0-95d1-41cc-a9ab-1c0fbc873732 VfModuleModelInvariantUUID:61be203d-9dd2-4d78-9afe-857344d79fbd VfModuleModelDescription:NULL Artifacts UUID List:{ c076f28a-fcc7-4b0b-a3dc-caa54ed8c39e , 4ba0de81-dbab-430a-8405-e22656996113 } 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-01-28T09:55:32.552Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c076f28a-fcc7-4b0b-a3dc-caa54ed8c39e from URL: /sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.yaml 2022-01-28T09:55:32.552Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-01-28T09:55:32.552Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.yaml 2022-01-28T09:55:32.750Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-01-28T09:55:32.751Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.yaml c076f28a-fcc7-4b0b-a3dc-caa54ed8c39e 20368 2022-01-28T09:55:32.751Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-01-28T09:55:32.751Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.yaml 2022-01-28T09:55:32.751Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T09:55:32.751Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:55:32.752Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:55:32.753Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363732751, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T09:55:32.853Z||pool-451-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:55:32.854Z||pool-451-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:55:32.854Z||pool-451-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:55:32.866Z||pool-451-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:55:32.866Z||pool-451-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:55:33.753Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4ba0de81-dbab-430a-8405-e22656996113 from URL: /sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.env 2022-01-28T09:55:33.754Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-01-28T09:55:33.754Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.env 2022-01-28T09:55:33.950Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-01-28T09:55:33.950Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.env 4ba0de81-dbab-430a-8405-e22656996113 2098 2022-01-28T09:55:33.951Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.env ASDC sendASDCNotification 2022-01-28T09:55:33.951Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.env 2022-01-28T09:55:33.951Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T09:55:33.951Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:55:33.953Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:55:33.953Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363733951, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-28T09:55:34.053Z||pool-452-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:55:34.054Z||pool-452-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:55:34.054Z||pool-452-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:55:34.065Z||pool-452-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:55:34.066Z||pool-452-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:55:34.953Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 1e7ed6f8-3d15-4844-a18f-f396fc0ffdc1 2022-01-28T09:55:34.953Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 22ff59dc-ee70 0 a6973963-a089-409d-9439-5b90f084c21d 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-01-28T09:55:34.966Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5cfde5d, org.onap.sdc.toscaparser.api.parameters.Input@2ba483a, org.onap.sdc.toscaparser.api.parameters.Input@1e179cb2, org.onap.sdc.toscaparser.api.parameters.Input@1d0973ac, org.onap.sdc.toscaparser.api.parameters.Input@66cf7b66] 2022-01-28T09:55:34.967Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:55:34.968Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-28 09-53-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:55:34.968Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-01-28T09:55:34.968Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 39537541-5912-4138-b105-23503b295432 2022-01-28T09:55:34.968Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 39537541-5912-4138-b105-23503b295432 matches Tosca VF Customization UUID: 39537541-5912-4138-b105-23503b295432 2022-01-28T09:55:34.968Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 39537541-5912-4138-b105-23503b295432 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-01-28T09:55:34.970Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:55:34.971Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-28 09-53-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:55:34.971Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 39537541-5912-4138-b105-23503b295432: {\"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-01-28T09:55:34.971Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@42767946 2022-01-28T09:55:34.971Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:55:34.972Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-28 09-53-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-28T09:55:34.972Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f8e1ae89-b708-4c83-a809-b7738731a5b9 2022-01-28T09:55:34.972Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f8e1ae89-b708-4c83-a809-b7738731a5b9 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-01-28T09:55:34.974Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:55:34.974Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vFW 22ff59dc-ee70 0 is matching search criteria 2022-01-28T09:55:34.974Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 22ff59dc-ee70 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:55:34.974Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:55:34.974Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vFW 22ff59dc-ee70 0 is matching search criteria 2022-01-28T09:55:34.974Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 22ff59dc-ee70 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:55:34.975Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:55:34.975Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vFW 22ff59dc-ee70 0 is not matching search criteria 2022-01-28T09:55:34.975Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T09:55:34.975Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-01-28T09:55:34.975Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T09:55:34.975Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T09:55:34.975Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T09:55:34.976Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:55:34.976Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T09:55:34.976Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T09:55:34.976Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T09:55:34.976Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T09:55:34.976Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:55:34.977Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7f805ae6-c88e-488e-b30c-9b74f1885445 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-01-28T09:55:34.978Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:55:34.978Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vFW 22ff59dc-ee70 0 is matching search criteria 2022-01-28T09:55:34.978Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 22ff59dc-ee70 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:55:34.979Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:55:34.979Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vFW 22ff59dc-ee70 0 is not matching search criteria 2022-01-28T09:55:34.979Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T09:55:34.979Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T09:55:34.979Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:55:34.979Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T09:55:34.979Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T09:55:34.980Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:55:34.980Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T09:55:34.980Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-01-28T09:55:34.980Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T09:55:34.980Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T09:55:34.980Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T09:55:34.980Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:55:34.980Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8048ed3b-9737-4441-9a95-34f912e3cf0f 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-01-28T09:55:34.982Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:55:34.982Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vFW 22ff59dc-ee70 0 is matching search criteria 2022-01-28T09:55:34.982Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 22ff59dc-ee70 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:55:34.982Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:55:34.982Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vFW 22ff59dc-ee70 0 is not matching search criteria 2022-01-28T09:55:34.982Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T09:55:34.982Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T09:55:34.982Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:55:34.982Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T09:55:34.982Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T09:55:34.983Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T09:55:34.983Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T09:55:34.983Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T09:55:34.983Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T09:55:34.983Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T09:55:34.983Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T09:55:34.983Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-01-28T09:55:34.983Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2dbc7363-56b4-4fb7-8bb1-736eab84b551 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-01-28T09:55:34.985Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:55:34.985Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vFW 22ff59dc-ee70 0 is matching search criteria 2022-01-28T09:55:34.985Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 22ff59dc-ee70 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T09:55:34.985Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:55:34.985Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Node template vFW 22ff59dc-ee70 0 is matching search criteria 2022-01-28T09:55:34.985Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 22ff59dc-ee70 0] matching following query criteria: sdcType=VF, customizationUUID=39537541-5912-4138-b105-23503b295432 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-01-28T09:55:34.986Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:55:34.986Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-28 09-53-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:55:34.986Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 1e7ed6f8-3d15-4844-a18f-f396fc0ffdc1: vFW 22ff59dc-ee70 2022-01-28T09:55:34.986Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:55:34.986Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-28 09-53-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:55:34.986Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:55:34.986Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-28 09-53-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:55:34.986Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:55:34.987Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-28 09-53-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:55:34.987Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:55:34.987Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-28 09-53-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:55:34.987Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:55:34.987Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-28 09-53-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:55:34.987Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-01-28 09-53-11 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-01-28T09:55:35.137Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 22ff59dc-ee70 a6973963-a089-409d-9439-5b90f084c21d 1 ASDC deployResourceStructure 2022-01-28T09:55:35.138Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/vfw22ff59dcee700_modules.json ASDC sendASDCNotification 2022-01-28T09:55:35.138Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/vfw22ff59dcee700_modules.json 2022-01-28T09:55:35.138Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T09:55:35.138Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:55:35.139Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:55:35.140Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363735138, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/vfw22ff59dcee700_modules.json", "status": "DEPLOY_OK" } 2022-01-28T09:55:35.240Z||pool-453-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:55:35.240Z||pool-453-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:55:35.241Z||pool-453-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:55:35.253Z||pool-453-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:55:35.253Z||pool-453-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:55:36.140Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-01-28T09:55:36.141Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.yaml 2022-01-28T09:55:36.141Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T09:55:36.141Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:55:36.142Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:55:36.142Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363736140, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-01-28T09:55:36.242Z||pool-454-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:55:36.243Z||pool-454-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:55:36.243Z||pool-454-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:55:36.254Z||pool-454-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:55:36.255Z||pool-454-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:55:37.142Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.env ASDC sendASDCNotification 2022-01-28T09:55:37.143Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.env 2022-01-28T09:55:37.143Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T09:55:37.143Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:55:37.144Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:55:37.144Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363737142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-01-28T09:55:37.244Z||pool-455-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:55:37.245Z||pool-455-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:55:37.245Z||pool-455-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:55:37.257Z||pool-455-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:55:37.257Z||pool-455-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:55:38.144Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128095311/1.0/artifacts/service-Vfw20220128095311-csar.csar ASDC sendASDCNotification 2022-01-28T09:55:38.145Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128095311/1.0/artifacts/service-Vfw20220128095311-csar.csar 2022-01-28T09:55:38.145Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T09:55:38.145Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:55:38.147Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:55:38.147Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363738144, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/artifacts/service-Vfw20220128095311-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T09:55:38.247Z||pool-456-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:55:38.248Z||pool-456-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:55:38.248Z||pool-456-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:55:38.261Z||pool-456-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:55:38.262Z||pool-456-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:55:39.148Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 024a19a2-2bdb-4f0f-8be8-18187fbbf137 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T09:55:39.155Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 024a19a2-2bdb-4f0f-8be8-18187fbbf137 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T09:55:39.157Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T09:55:39.157Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-28T09:55:39.157Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-28T09:55:39.157Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-28T09:55:39.157Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-01-28T09:55:39.157Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-28T09:55:39.160Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-28T09:56:09.161Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 024a19a2-2bdb-4f0f-8be8-18187fbbf137 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-01-28T09:56:09.165Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 024a19a2-2bdb-4f0f-8be8-18187fbbf137 and serviceModelVersionId: 1e7ed6f8-3d15-4844-a18f-f396fc0ffdc1 2022-01-28T09:56:09.165Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e1e270f9-0355-4bb3-bd99-9aa651285c1d 2022-01-28T09:56:09.166Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e1e270f9-0355-4bb3-bd99-9aa651285c1d/model-vers/model-ver/1e7ed6f8-3d15-4844-a18f-f396fc0ffdc1?depth=0 2022-01-28T09:56:09.172Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-01-28T09:56:09.192Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e270f9-0355-4bb3-bd99-9aa651285c1d/model-vers/model-ver/1e7ed6f8-3d15-4844-a18f-f396fc0ffdc1?depth=0|INFO|500||Invoke 2022-01-28T09:56:09.192Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e270f9-0355-4bb3-bd99-9aa651285c1d/model-vers/model-ver/1e7ed6f8-3d15-4844-a18f-f396fc0ffdc1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e270f9-0355-4bb3-bd99-9aa651285c1d/model-vers/model-ver/1e7ed6f8-3d15-4844-a18f-f396fc0ffdc1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[024a19a2-2bdb-4f0f-8be8-18187fbbf137], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[81f0e302-1ad3-4d6a-8a17-c31d218985fa], X-ECOMP-RequestID=[024a19a2-2bdb-4f0f-8be8-18187fbbf137], X-TransactionId=[], X-ONAP-RequestID=[024a19a2-2bdb-4f0f-8be8-18187fbbf137], Content-Type=[application/merge-patch+json]} 2022-01-28T09:56:09.209Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e270f9-0355-4bb3-bd99-9aa651285c1d/model-vers/model-ver/1e7ed6f8-3d15-4844-a18f-f396fc0ffdc1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-01-28T09:56:09.227Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e270f9-0355-4bb3-bd99-9aa651285c1d/model-vers/model-ver/1e7ed6f8-3d15-4844-a18f-f396fc0ffdc1?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/e1e270f9-0355-4bb3-bd99-9aa651285c1d/model-vers/model-ver/1e7ed6f8-3d15-4844-a18f-f396fc0ffdc1?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220128-09:56:09:214-16335], Content-Length=[495], Date=[Fri, 28 Jan 2022 09:56:09 GMT], Content-Type=[application/json]} 2022-01-28T09:56:09.228Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e270f9-0355-4bb3-bd99-9aa651285c1d/model-vers/model-ver/1e7ed6f8-3d15-4844-a18f-f396fc0ffdc1?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/e1e270f9-0355-4bb3-bd99-9aa651285c1d/model-vers/model-ver/1e7ed6f8-3d15-4844-a18f-f396fc0ffdc1","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e1e270f9-0355-4bb3-bd99-9aa651285c1d/model-vers/model-ver/1e7ed6f8-3d15-4844-a18f-f396fc0ffdc1","ERR.5.4.6114"]}}} 2022-01-28T09:56:09.228Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1e270f9-0355-4bb3-bd99-9aa651285c1d/model-vers/model-ver/1e7ed6f8-3d15-4844-a18f-f396fc0ffdc1?depth=0|INFO|404|Not Found|InvokeReturn 2022-01-28T09:56:09.231Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=024a19a2-2bdb-4f0f-8be8-18187fbbf137 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e1e270f9-0355-4bb3-bd99-9aa651285c1d/model-vers/model-ver/1e7ed6f8-3d15-4844-a18f-f396fc0ffdc1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e1e270f9-0355-4bb3-bd99-9aa651285c1d/model-vers/model-ver/1e7ed6f8-3d15-4844-a18f-f396fc0ffdc1) (ec=ERR.5.4.6114) 2022-01-28T09:56:09.231Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=024a19a2-2bdb-4f0f-8be8-18187fbbf137 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e1e270f9-0355-4bb3-bd99-9aa651285c1d/model-vers/model-ver/1e7ed6f8-3d15-4844-a18f-f396fc0ffdc1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e1e270f9-0355-4bb3-bd99-9aa651285c1d/model-vers/model-ver/1e7ed6f8-3d15-4844-a18f-f396fc0ffdc1) (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-01-28T09:56:09.231Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=024a19a2-2bdb-4f0f-8be8-18187fbbf137 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e1e270f9-0355-4bb3-bd99-9aa651285c1d/model-vers/model-ver/1e7ed6f8-3d15-4844-a18f-f396fc0ffdc1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e1e270f9-0355-4bb3-bd99-9aa651285c1d/model-vers/model-ver/1e7ed6f8-3d15-4844-a18f-f396fc0ffdc1) (ec=ERR.5.4.6114) 2022-01-28T09:56:09.231Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=024a19a2-2bdb-4f0f-8be8-18187fbbf137 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e1e270f9-0355-4bb3-bd99-9aa651285c1d/model-vers/model-ver/1e7ed6f8-3d15-4844-a18f-f396fc0ffdc1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e1e270f9-0355-4bb3-bd99-9aa651285c1d/model-vers/model-ver/1e7ed6f8-3d15-4844-a18f-f396fc0ffdc1) (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-01-28T09:56:09.234Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-01-28T09:56:09.234Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 024a19a2-2bdb-4f0f-8be8-18187fbbf137 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=024a19a2-2bdb-4f0f-8be8-18187fbbf137 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e1e270f9-0355-4bb3-bd99-9aa651285c1d/model-vers/model-ver/1e7ed6f8-3d15-4844-a18f-f396fc0ffdc1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e1e270f9-0355-4bb3-bd99-9aa651285c1d/model-vers/model-ver/1e7ed6f8-3d15-4844-a18f-f396fc0ffdc1) (ec=ERR.5.4.6114) 2022-01-28T09:56:09.234Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-01-28T09:56:09.234Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:56:09.235Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:56:09.236Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363769234, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d024a19a2-2bdb-4f0f-8be8-18187fbbf137 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e1e270f9-0355-4bb3-bd99-9aa651285c1d/model-vers/model-ver/1e7ed6f8-3d15-4844-a18f-f396fc0ffdc1 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e1e270f9-0355-4bb3-bd99-9aa651285c1d/model-vers/model-ver/1e7ed6f8-3d15-4844-a18f-f396fc0ffdc1) (ec\u003dERR.5.4.6114)" } 2022-01-28T09:56:09.336Z||pool-457-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:56:09.337Z||pool-457-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:56:09.337Z||pool-457-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:56:09.354Z||pool-457-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:56:09.354Z||pool-457-thread-1|||||INFO|500||cambria reply ok (17 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-01-28T09:56:10.245Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T09:56:10.245Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867","serviceName":"Demo_pNF_G15QeBjzpDiN9Q15JlA8","serviceVersion":"1.0","serviceUUID":"a326a1d5-be1c-4063-8b39-a7be02c6f9bb","serviceDescription":"catalog service description","serviceInvariantUUID":"d1600fe5-af09-4350-ba7c-44a79331c0cc","resources":[{"resourceInstanceName":"pNF 7a2b4106-93e1 0","resourceName":"pNF 7a2b4106-93e1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c0fa3901-a5fd-4e86-8011-1b8c6cb5a04d","resourceInvariantUUID":"01079c2a-63c0-4020-b89a-463b4d56f89a","resourceCustomizationUUID":"f1dff1f1-945f-4138-9afa-5bbbf47b9409","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/vf-license-model.xml","artifactChecksum":"ZDRiMzIyYjYxYzg4ZTM5OTgyZGU5NDk1OGEyZTllYTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"77e600fb-8232-4bd6-962d-c4ed114e1c51","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/pNF.csar","artifactChecksum":"ZjBmZTk0NzU2ZjZmZGU1NTliOTg5OGQzNzQ2ZDA4YTA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"27e84338-8b59-409f-9edf-7fa8f4dec355","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5b159ffd-edb4-4579-ac4c-d4c665811533","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/vendor-license-model.xml","artifactChecksum":"MDJjNzRkNGFlMmEwNTI5MzU3MjFkMzBlYmY2NzUyNDY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"66c66a08-2057-4694-afd6-a1110607679c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a68d1b1a-2790-4849-9b05-75708d0cdbba","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a3cf1f48-e811-426f-a135-43c155240a0d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfG15qebjzpdin9q15jla8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/artifacts/service-DemoPnfG15qebjzpdin9q15jla8-template.yml","artifactChecksum":"YjJjNjM1MTg3YzYzYmIwZGE4ZmJhOTZhMjcxNjI4YWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a451055c-e893-4c9c-849f-47c4005eb57a","artifactVersion":"1"},{"artifactName":"service-DemoPnfG15qebjzpdin9q15jla8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/artifacts/service-DemoPnfG15qebjzpdin9q15jla8-csar.csar","artifactChecksum":"MzRlZTk0MTNkZjliMjRiZTY1MTUzYjAxYWI0MWQ4YTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"74ece289-203c-4fb7-b85f-28ed7f829949","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-28T09:56:10.246Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:56:10.246Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:56:10.247Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:56:10.247Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363720692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:56:10.347Z||pool-458-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:56:10.348Z||pool-458-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:56:10.348Z||pool-458-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:56:10.361Z||pool-458-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:56:10.361Z||pool-458-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:56:11.247Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:56:11.249Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:56:11.250Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:56:11.250Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363720692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T09:56:11.351Z||pool-459-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:56:11.351Z||pool-459-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:56:11.351Z||pool-459-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:56:11.364Z||pool-459-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:56:11.364Z||pool-459-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:56:12.251Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:56:12.252Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:56:12.254Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:56:12.254Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363720692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T09:56:12.355Z||pool-460-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T09:56:12.355Z||pool-460-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:56:12.355Z||pool-460-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:56:12.367Z||pool-460-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:56:12.367Z||pool-460-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:56:13.255Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:56:13.256Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:56:13.258Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:56:13.258Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363720692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:56:13.359Z||pool-461-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-28T09:56:13.359Z||pool-461-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:56:13.359Z||pool-461-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:56:13.371Z||pool-461-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:56:13.372Z||pool-461-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:56:14.258Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:56:14.259Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:56:14.260Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:56:14.260Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363720692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:56:14.360Z||pool-462-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:56:14.360Z||pool-462-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:56:14.360Z||pool-462-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:56:14.373Z||pool-462-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:56:14.374Z||pool-462-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-01-28T09:56:15.260Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:56:15.261Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:56:15.263Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:56:15.263Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363720692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:56:15.364Z||pool-463-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:56:15.364Z||pool-463-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:56:15.365Z||pool-463-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:56:15.377Z||pool-463-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:56:15.377Z||pool-463-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:56:16.264Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:56:16.265Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:56:16.265Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:56:16.266Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363720692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/artifacts/service-DemoPnfG15qebjzpdin9q15jla8-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:56:16.366Z||pool-464-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:56:16.366Z||pool-464-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:56:16.366Z||pool-464-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:56:16.378Z||pool-464-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:56:16.379Z||pool-464-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:56:17.266Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T09:56:17.267Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:56:17.268Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:56:17.269Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363720692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/artifacts/service-DemoPnfG15qebjzpdin9q15jla8-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:56:17.369Z||pool-465-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:56:17.369Z||pool-465-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:56:17.369Z||pool-465-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:56:17.382Z||pool-465-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:56:17.382Z||pool-465-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:56:18.270Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "serviceName": "Demo_pNF_G15QeBjzpDiN9Q15JlA8", "serviceVersion": "1.0", "serviceUUID": "a326a1d5-be1c-4063-8b39-a7be02c6f9bb", "serviceDescription": "catalog service description", "serviceInvariantUUID": "d1600fe5-af09-4350-ba7c-44a79331c0cc", "resources": [ { "resourceInstanceName": "pNF 7a2b4106-93e1 0", "resourceCustomizationUUID": "f1dff1f1-945f-4138-9afa-5bbbf47b9409", "resourceName": "pNF 7a2b4106-93e1", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "c0fa3901-a5fd-4e86-8011-1b8c6cb5a04d", "resourceInvariantUUID": "01079c2a-63c0-4020-b89a-463b4d56f89a", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfG15qebjzpdin9q15jla8-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/artifacts/service-DemoPnfG15qebjzpdin9q15jla8-csar.csar", "artifactChecksum": "MzRlZTk0MTNkZjliMjRiZTY1MTUzYjAxYWI0MWQ4YTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "74ece289-203c-4fb7-b85f-28ed7f829949" } ], "workloadContext": "Production" } 2022-01-28T09:56:18.270Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-28T09:56:18.270Z|024a19a2-2bdb-4f0f-8be8-18187fbbf137|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a326a1d5-be1c-4063-8b39-a7be02c6f9bb ASDC 2022-01-28T09:56:18.271Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867 ServiceName:Demo_pNF_G15QeBjzpDiN9Q15JlA8 ServiceVersion:1.0 ServiceUUID:a326a1d5-be1c-4063-8b39-a7be02c6f9bb ServiceInvariantUUID:d1600fe5-af09-4350-ba7c-44a79331c0cc ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfG15qebjzpdin9q15jla8-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/artifacts/service-DemoPnfG15qebjzpdin9q15jla8-csar.csar ArtifactUUID:74ece289-203c-4fb7-b85f-28ed7f829949 ArtifactChecksum:MzRlZTk0MTNkZjliMjRiZTY1MTUzYjAxYWI0MWQ4YTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 7a2b4106-93e1 0 ResourceCustomizationUUID:f1dff1f1-945f-4138-9afa-5bbbf47b9409 ResourceInvariantUUID:01079c2a-63c0-4020-b89a-463b4d56f89a ResourceName:pNF 7a2b4106-93e1 ResourceType:PNF ResourceUUID:c0fa3901-a5fd-4e86-8011-1b8c6cb5a04d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-01-28T09:56:18.271Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a326a1d5-be1c-4063-8b39-a7be02c6f9bb 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-01-28T09:56:18.289Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T09:56:18.290Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-01-28T09:56:18.290Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-01-28T09:56:18.290Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 74ece289-203c-4fb7-b85f-28ed7f829949 from URL: /sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/artifacts/service-DemoPnfG15qebjzpdin9q15jla8-csar.csar 2022-01-28T09:56:18.290Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-01-28T09:56:18.290Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/artifacts/service-DemoPnfG15qebjzpdin9q15jla8-csar.csar 2022-01-28T09:56:18.531Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-01-28T09:56:18.536Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/artifacts/service-DemoPnfG15qebjzpdin9q15jla8-csar.csar 74ece289-203c-4fb7-b85f-28ed7f829949 82624 2022-01-28T09:56:18.536Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/artifacts/service-DemoPnfG15qebjzpdin9q15jla8-csar.csar ASDC sendASDCNotification 2022-01-28T09:56:18.536Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/artifacts/service-DemoPnfG15qebjzpdin9q15jla8-csar.csar 2022-01-28T09:56:18.536Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T09:56:18.536Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:56:18.538Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:56:18.538Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363778536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/artifacts/service-DemoPnfG15qebjzpdin9q15jla8-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:56:18.638Z||pool-466-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:56:18.639Z||pool-466-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:56:18.639Z||pool-466-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:56:18.649Z||pool-466-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:56:18.649Z||pool-466-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:56:19.538Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T09:56:19.539Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-01-28T09:56:19.539Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 74ece289-203c-4fb7-b85f-28ed7f829949, URL: /sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/artifacts/service-DemoPnfG15qebjzpdin9q15jla8-csar.csar to file: /app/ASDC/1/service-DemoPnfG15qebjzpdin9q15jla8-csar.csar 2022-01-28T09:56:19.539Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfG15qebjzpdin9q15jla8-csar.csar 2022-01-28T09:56:19.540Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfG15qebjzpdin9q15jla8-csar.csar 2022-01-28T09:56:19.540Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfG15qebjzpdin9q15jla8-csar.csar 2022-01-28T09:56:19.612Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15463646116950693926/Definitions/service-DemoPnfG15qebjzpdin9q15jla8-template.yml 2022-01-28T09:56:20.127Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-28T09:56:20.127Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-01-28T09:56:20.127Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfG15qebjzpdin9q15jla8-csar.csar 2022-01-28T09:56:20.128Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-01-28T09:56:20.128Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||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-DemoPnfG15qebjzpdin9q15jla8-csar.csar 2022-01-28T09:56:20.128Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfG15qebjzpdin9q15jla8-csar.csar 2022-01-28T09:56:20.128Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||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-DemoPnfG15qebjzpdin9q15jla8-csar.csar 2022-01-28T09:56:20.128Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfG15qebjzpdin9q15jla8-csar.csar 2022-01-28T09:56:20.128Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfG15qebjzpdin9q15jla8-csar.csar 2022-01-28T09:56:20.128Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7a2b4106-93e1 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-DemoPnfG15qebjzpdin9q15jla8-csar.csar 2022-01-28T09:56:20.128Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfG15qebjzpdin9q15jla8-csar.csar 2022-01-28T09:56:20.128Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-01-28T09:56:20.128Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:56:20.128Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_G15QeBjzpDiN9Q15JlA8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:56:20.128Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Node template pNF 7a2b4106-93e1 0 is matching search criteria 2022-01-28T09:56:20.128Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-01-28T09:56:20.128Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 7a2b4106-93e1 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T09:56:20.128Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:56:20.128Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_G15QeBjzpDiN9Q15JlA8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:56:20.128Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Node template pNF 7a2b4106-93e1 0 is matching search criteria 2022-01-28T09:56:20.128Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-01-28T09:56:20.128Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 7a2b4106-93e1 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T09:56:20.128Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:56:20.128Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_G15QeBjzpDiN9Q15JlA8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:56:20.128Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:56:20.128Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_G15QeBjzpDiN9Q15JlA8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:56:20.128Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:56:20.128Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_G15QeBjzpDiN9Q15JlA8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:56:20.128Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:56:20.128Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_G15QeBjzpDiN9Q15JlA8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:56:20.128Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:56:20.129Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_G15QeBjzpDiN9Q15JlA8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:56:20.129Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_G15QeBjzpDiN9Q15JlA8 Description:catalog service description Model UUID:a326a1d5-be1c-4063-8b39-a7be02c6f9bb Model Version:NULL Model InvariantUuid:d1600fe5-af09-4350-ba7c-44a79331c0cc 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-01-28T09:56:20.135Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: c0fa3901-a5fd-4e86-8011-1b8c6cb5a04d 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-01-28T09:56:20.137Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500||pNF 7a2b4106-93e1 0 2022-01-28T09:56:20.138Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c0fa3901-a5fd-4e86-8011-1b8c6cb5a04d 2022-01-28T09:56:20.138Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||No resources found for Service: a326a1d5-be1c-4063-8b39-a7be02c6f9bb 2022-01-28T09:56:20.138Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: a326a1d5-be1c-4063-8b39-a7be02c6f9bb 2022-01-28T09:56:20.138Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 7a2b4106-93e1 0 c0fa3901-a5fd-4e86-8011-1b8c6cb5a04d 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-01-28T09:56:20.141Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@ae7910b, org.onap.sdc.toscaparser.api.parameters.Input@680ecef, org.onap.sdc.toscaparser.api.parameters.Input@45c71854, org.onap.sdc.toscaparser.api.parameters.Input@67ab5fcb, org.onap.sdc.toscaparser.api.parameters.Input@5172f5fc] 2022-01-28T09:56:20.141Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:56:20.141Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_G15QeBjzpDiN9Q15JlA8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:56:20.142Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid a326a1d5-be1c-4063-8b39-a7be02c6f9bb: pNF 7a2b4106-93e1 2022-01-28T09:56:20.142Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500||Processing PNF resource: c0fa3901-a5fd-4e86-8011-1b8c6cb5a04d 2022-01-28T09:56:20.142Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T09:56:20.142Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_G15QeBjzpDiN9Q15JlA8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T09:56:20.142Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500||Resource customization UUID: f1dff1f1-945f-4138-9afa-5bbbf47b9409 is the same as notified resource customizationUUID: f1dff1f1-945f-4138-9afa-5bbbf47b9409 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-01-28T09:56:20.163Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 7a2b4106-93e1 c0fa3901-a5fd-4e86-8011-1b8c6cb5a04d 0 ASDC deployResourceStructure 2022-01-28T09:56:20.163Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/artifacts/service-DemoPnfG15qebjzpdin9q15jla8-csar.csar ASDC sendASDCNotification 2022-01-28T09:56:20.164Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/artifacts/service-DemoPnfG15qebjzpdin9q15jla8-csar.csar 2022-01-28T09:56:20.164Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T09:56:20.164Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:56:20.166Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:56:20.166Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363780163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/artifacts/service-DemoPnfG15qebjzpdin9q15jla8-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T09:56:20.266Z||pool-467-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:56:20.266Z||pool-467-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:56:20.267Z||pool-467-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:56:20.279Z||pool-467-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:56:20.280Z||pool-467-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:56:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:56:20.695Z||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-01-28T09:56:20.696Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:56:20.713Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:56:20.713Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-28T09:56:20.713Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "cds", "timestamp": 1643363720696, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/artifacts/service-DemoPnfG15qebjzpdin9q15jla8-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:56:20.714Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:56:21.166Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T09:56:21.178Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T09:56:21.180Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T09:56:21.181Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T09:56:21.181Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T09:56:51.181Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T09:56:51.190Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T09:56:51.193Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T09:56:51.193Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T09:56:51.193Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T09:57:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:57:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T09:57:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:57:20.717Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:57:20.718Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:57:20.718Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "ves-openapi-manager", "timestamp": 1643363720693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T09:57:20.718Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:57:21.193Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T09:57:21.201Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T09:57:21.203Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T09:57:21.203Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T09:57:21.203Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T09:57:51.204Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T09:57:51.211Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T09:57:51.213Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T09:57:51.213Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T09:57:51.213Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T09:58:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:58:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T09:58:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:58:21.213Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-28T09:58:21.220Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T09:58:21.222Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.222Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867 2022-01-28T09:58:21.222Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "policy-id", "timestamp": 1643363720688, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/artifacts/service-DemoPnfG15qebjzpdin9q15jla8-csar.csar", "status": "DOWNLOAD_OK" } Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T09:58:21.222Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:58:21.222Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.223Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363720692, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:58:21.223Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T09:58:21.223Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.223Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "ves-openapi-manager", "timestamp": 1643363721700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-01-28T09:58:21.223Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:58:21.223Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.223Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "cds", "timestamp": 1643363721699, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/artifacts/service-DemoPnfG15qebjzpdin9q15jla8-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-01-28T09:58:21.225Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T09:58:21.225Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T09:58:21.225Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-28T09:58:21.229Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867 2022-01-28T09:58:21.229Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867 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-01-28T09:58:21.235Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.236Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "policy-id", "timestamp": 1643363721691, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/artifacts/service-DemoPnfG15qebjzpdin9q15jla8-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T09:58:21.236Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:58:21.236Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.236Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363720692, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/vfw22ff59dcee700_modules.json", "status": "NOTIFIED" } 2022-01-28T09:58:21.236Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T09:58:21.236Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.236Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "ves-openapi-manager", "timestamp": 1643363722702, "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-01-28T09:58:21.240Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867 2022-01-28T09:58:21.240Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867 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-01-28T09:58:21.245Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.245Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "policy-id", "timestamp": 1643363722693, "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-01-28T09:58:21.249Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867 2022-01-28T09:58:21.249Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867 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-01-28T09:58:21.254Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.254Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363720692, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T09:58:21.255Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T09:58:21.255Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.255Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363720692, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:58:21.255Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T09:58:21.255Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.255Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "aai-ml", "timestamp": 1643363723887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:58:21.255Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T09:58:21.255Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.255Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363720692, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-28T09:58:21.255Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T09:58:21.256Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.256Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "aai-ml", "timestamp": 1643363723887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T09:58:21.256Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T09:58:21.256Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.256Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363720692, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/artifacts/service-Vfw20220128095311-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:58:21.256Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T09:58:21.256Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.256Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "aai-ml", "timestamp": 1643363723887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T09:58:21.256Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T09:58:21.256Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.257Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363720692, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/artifacts/service-Vfw20220128095311-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:58:21.257Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T09:58:21.257Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.257Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "aai-ml", "timestamp": 1643363723887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:58:21.257Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T09:58:21.257Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.257Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "aai-ml", "timestamp": 1643363723887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:58:21.257Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T09:58:21.257Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.257Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643363728102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:58:21.257Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T09:58:21.258Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.258Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363728845, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/artifacts/service-Vfw20220128095311-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:58:21.258Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:58:21.258Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.258Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "aai-ml", "timestamp": 1643363723887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:58:21.258Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T09:58:21.258Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.258Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643363728102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T09:58:21.258Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T09:58:21.258Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.258Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "aai-ml", "timestamp": 1643363723887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/artifacts/service-DemoPnfG15qebjzpdin9q15jla8-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:58:21.258Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T09:58:21.258Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.258Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643363728102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T09:58:21.258Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T09:58:21.258Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.259Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "clamp", "timestamp": 1643363731371, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/artifacts/service-DemoPnfG15qebjzpdin9q15jla8-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:58:21.259Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:58:21.259Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.259Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363731546, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/vfw22ff59dcee700_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T09:58:21.259Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:58:21.259Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.259Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "aai-ml", "timestamp": 1643363723887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/artifacts/service-DemoPnfG15qebjzpdin9q15jla8-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:58:21.259Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T09:58:21.260Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.260Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643363728102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:58:21.260Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T09:58:21.260Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.260Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643363728102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:58:21.260Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T09:58:21.260Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.260Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363732751, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T09:58:21.260Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:58:21.260Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.261Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "aai-ml", "timestamp": 1643363732796, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/artifacts/service-DemoPnfG15qebjzpdin9q15jla8-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:58:21.261Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:58:21.261Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.261Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "clamp", "timestamp": 1643363733376, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/artifacts/service-DemoPnfG15qebjzpdin9q15jla8-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T09:58:21.261Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:58:21.261Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.261Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643363728102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:58:21.261Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T09:58:21.261Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.261Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363733951, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-28T09:58:21.261Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:58:21.261Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.261Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "clamp", "timestamp": 1643363734378, "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-01-28T09:58:21.265Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867 2022-01-28T09:58:21.265Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867 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-01-28T09:58:21.271Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.271Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643363728102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/artifacts/service-DemoPnfG15qebjzpdin9q15jla8-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:58:21.271Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T09:58:21.271Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.271Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363735138, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/vfw22ff59dcee700_modules.json", "status": "DEPLOY_OK" } 2022-01-28T09:58:21.271Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:58:21.271Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.271Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643363728102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/artifacts/service-DemoPnfG15qebjzpdin9q15jla8-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:58:21.271Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T09:58:21.272Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.272Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "aai-ml", "timestamp": 1643363736056, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/artifacts/service-DemoPnfG15qebjzpdin9q15jla8-csar.csar", "status": "DEPLOY_ERROR" } 2022-01-28T09:58:21.272Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:58:21.272Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.272Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363736140, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-01-28T09:58:21.272Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:58:21.272Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.272Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643363736803, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/artifacts/service-DemoPnfG15qebjzpdin9q15jla8-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:58:21.272Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:58:21.272Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.272Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "aai-ml", "timestamp": 1643363737059, "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-01-28T09:58:21.275Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867 2022-01-28T09:58:21.275Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867 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-01-28T09:58:21.280Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.280Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363737142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/resourceInstances/vfw22ff59dcee700/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-01-28T09:58:21.280Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:58:21.280Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.280Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363738144, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095311/1.0/artifacts/service-Vfw20220128095311-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T09:58:21.280Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:58:21.281Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.281Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643363738365, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/artifacts/service-DemoPnfG15qebjzpdin9q15jla8-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T09:58:21.281Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:58:21.281Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.281Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1643363739366, "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-01-28T09:58:21.283Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867 2022-01-28T09:58:21.284Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867 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-01-28T09:58:21.288Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.288Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "024a19a2-2bdb-4f0f-8be8-18187fbbf137", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363769234, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d024a19a2-2bdb-4f0f-8be8-18187fbbf137 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/e1e270f9-0355-4bb3-bd99-9aa651285c1d/model-vers/model-ver/1e7ed6f8-3d15-4844-a18f-f396fc0ffdc1 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/e1e270f9-0355-4bb3-bd99-9aa651285c1d/model-vers/model-ver/1e7ed6f8-3d15-4844-a18f-f396fc0ffdc1) (ec\u003dERR.5.4.6114)" } 2022-01-28T09:58:21.288Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:58:21.288Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.288Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363720692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:58:21.288Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T09:58:21.288Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.288Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363720692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-28T09:58:21.289Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T09:58:21.289Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.289Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363720692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-28T09:58:21.289Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T09:58:21.289Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.289Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363720692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T09:58:21.289Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T09:58:21.289Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.289Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363720692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:58:21.289Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T09:58:21.289Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.289Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363720692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/resourceInstances/pnf7a2b410693e10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T09:58:21.289Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T09:58:21.289Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.289Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363720692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/artifacts/service-DemoPnfG15qebjzpdin9q15jla8-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T09:58:21.289Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T09:58:21.289Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.289Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363720692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/artifacts/service-DemoPnfG15qebjzpdin9q15jla8-csar.csar", "status": "NOTIFIED" } 2022-01-28T09:58:21.289Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-28T09:58:21.289Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.289Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363778536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/artifacts/service-DemoPnfG15qebjzpdin9q15jla8-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T09:58:21.289Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:58:21.289Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:58:21.289Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363780163, "artifactURL": "/sdc/v1/catalog/services/DemoPnfG15qebjzpdin9q15jla8/1.0/artifacts/service-DemoPnfG15qebjzpdin9q15jla8-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T09:58:21.289Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T09:58:51.225Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T09:58:51.235Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T09:58:51.237Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T09:58:51.237Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-28T09:58:51.237Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-28T09:58:51.237Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-28T09:58:51.238Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-28T09:58:51.238Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-01-28T09:58:51.238Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-28T09:58:51.244Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-28T09:59:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:59:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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-01-28T09:59:20.695Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:59:21.245Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867 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-01-28T09:59:21.250Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867 and serviceModelVersionId: a326a1d5-be1c-4063-8b39-a7be02c6f9bb 2022-01-28T09:59:21.250Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d1600fe5-af09-4350-ba7c-44a79331c0cc 2022-01-28T09:59:21.251Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d1600fe5-af09-4350-ba7c-44a79331c0cc/model-vers/model-ver/a326a1d5-be1c-4063-8b39-a7be02c6f9bb?depth=0 2022-01-28T09:59:21.257Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-01-28T09:59:21.271Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1600fe5-af09-4350-ba7c-44a79331c0cc/model-vers/model-ver/a326a1d5-be1c-4063-8b39-a7be02c6f9bb?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-01-28T09:59:21.272Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1600fe5-af09-4350-ba7c-44a79331c0cc/model-vers/model-ver/a326a1d5-be1c-4063-8b39-a7be02c6f9bb?depth=0|INFO|500||Invoke 2022-01-28T09:59:21.285Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1600fe5-af09-4350-ba7c-44a79331c0cc/model-vers/model-ver/a326a1d5-be1c-4063-8b39-a7be02c6f9bb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-01-28T09:59:21.304Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1600fe5-af09-4350-ba7c-44a79331c0cc/model-vers/model-ver/a326a1d5-be1c-4063-8b39-a7be02c6f9bb?depth=0|INFO|404|Not Found|InvokeReturn 2022-01-28T09:59:21.305Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1600fe5-af09-4350-ba7c-44a79331c0cc/model-vers/model-ver/a326a1d5-be1c-4063-8b39-a7be02c6f9bb?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220128-09:59:21:292-2267], Content-Length=[495], Date=[Fri, 28 Jan 2022 09:59:21 GMT], Content-Type=[application/json]} 2022-01-28T09:59:21.305Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/d1600fe5-af09-4350-ba7c-44a79331c0cc/model-vers/model-ver/a326a1d5-be1c-4063-8b39-a7be02c6f9bb","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d1600fe5-af09-4350-ba7c-44a79331c0cc/model-vers/model-ver/a326a1d5-be1c-4063-8b39-a7be02c6f9bb","ERR.5.4.6114"]}}} 2022-01-28T09:59:21.307Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d1600fe5-af09-4350-ba7c-44a79331c0cc/model-vers/model-ver/a326a1d5-be1c-4063-8b39-a7be02c6f9bb (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d1600fe5-af09-4350-ba7c-44a79331c0cc/model-vers/model-ver/a326a1d5-be1c-4063-8b39-a7be02c6f9bb) (ec=ERR.5.4.6114) 2022-01-28T09:59:21.307Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d1600fe5-af09-4350-ba7c-44a79331c0cc/model-vers/model-ver/a326a1d5-be1c-4063-8b39-a7be02c6f9bb (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d1600fe5-af09-4350-ba7c-44a79331c0cc/model-vers/model-ver/a326a1d5-be1c-4063-8b39-a7be02c6f9bb) (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-01-28T09:59:21.307Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d1600fe5-af09-4350-ba7c-44a79331c0cc/model-vers/model-ver/a326a1d5-be1c-4063-8b39-a7be02c6f9bb (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d1600fe5-af09-4350-ba7c-44a79331c0cc/model-vers/model-ver/a326a1d5-be1c-4063-8b39-a7be02c6f9bb) (ec=ERR.5.4.6114) 2022-01-28T09:59:21.307Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d1600fe5-af09-4350-ba7c-44a79331c0cc/model-vers/model-ver/a326a1d5-be1c-4063-8b39-a7be02c6f9bb (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d1600fe5-af09-4350-ba7c-44a79331c0cc/model-vers/model-ver/a326a1d5-be1c-4063-8b39-a7be02c6f9bb) (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-01-28T09:59:21.311Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-01-28T09:59:21.311Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d1600fe5-af09-4350-ba7c-44a79331c0cc/model-vers/model-ver/a326a1d5-be1c-4063-8b39-a7be02c6f9bb (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d1600fe5-af09-4350-ba7c-44a79331c0cc/model-vers/model-ver/a326a1d5-be1c-4063-8b39-a7be02c6f9bb) (ec=ERR.5.4.6114) 2022-01-28T09:59:21.311Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-01-28T09:59:21.311Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-28T09:59:21.313Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T09:59:21.313Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363961311, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d1600fe5-af09-4350-ba7c-44a79331c0cc/model-vers/model-ver/a326a1d5-be1c-4063-8b39-a7be02c6f9bb (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d1600fe5-af09-4350-ba7c-44a79331c0cc/model-vers/model-ver/a326a1d5-be1c-4063-8b39-a7be02c6f9bb) (ec\u003dERR.5.4.6114)" } 2022-01-28T09:59:21.413Z||pool-468-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T09:59:21.413Z||pool-468-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T09:59:21.413Z||pool-468-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T09:59:21.427Z||pool-468-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:59:21.427Z||pool-468-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T09:59:22.038Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:59:22.039Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-28T09:59:22.039Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643363961311, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d1600fe5-af09-4350-ba7c-44a79331c0cc/model-vers/model-ver/a326a1d5-be1c-4063-8b39-a7be02c6f9bb (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d1600fe5-af09-4350-ba7c-44a79331c0cc/model-vers/model-ver/a326a1d5-be1c-4063-8b39-a7be02c6f9bb) (ec\u003dERR.5.4.6114)" } 2022-01-28T09:59:22.039Z|d2bc8d6c-1dbd-4b43-abb7-2d8e20d44014|pool-2-thread-2|||||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-01-28T09:59:22.323Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:59:22.324Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|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-01-28T09:59:22.324Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:59:32.838Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:59:32.839Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:59:32.839Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|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-01-28T09:59:32.839Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:59:42.380Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:59:42.380Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:59:42.381Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|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-01-28T09:59:42.381Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|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 yXVlav1kGLvo6lXU) ... 2022-01-28T09:59:51.917Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T09:59:51.918Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T09:59:51.918Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|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-01-28T09:59:51.918Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|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 yXVlav1kGLvo6lXU) ... 2022-01-28T10:00:01.454Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T10:00:20.693Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T10:00:20.693Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|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-01-28T10:00:20.693Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|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 yXVlav1kGLvo6lXU) ... 2022-01-28T10:00:20.695Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T10:00:20.695Z||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-01-28T10:00:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T10:00:30.229Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T10:00:30.236Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T10:01:20.692Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T10:01:20.693Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|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-01-28T10:01:20.693Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|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 yXVlav1kGLvo6lXU) ... 2022-01-28T10:01:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T10:01:20.695Z||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-01-28T10:01:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T10:01:21.326Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T10:01:21.327Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T10:01:21.327Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-28T10:01:21.327Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"f07a351b-53ae-4b5f-9dd1-54a1c6d58cad","serviceName":"vFW 2022-01-28 09-59-41","serviceVersion":"1.0","serviceUUID":"1e24d9f1-f74b-42b9-a515-8c4f5f2fc697","serviceDescription":"catalog service description","serviceInvariantUUID":"59703b10-5091-42df-a1b9-6d81a6f66bad","resources":[{"resourceInstanceName":"vFW 7c403ed1-81e8 0","resourceName":"vFW 7c403ed1-81e8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"12e827c7-d328-4bb2-8bb3-e3ef69dcd2a6","resourceInvariantUUID":"72865b27-0015-4cc9-8624-f864a39a3c48","resourceCustomizationUUID":"7031dfe0-1d0d-4b58-8b42-58a0d555784c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/vf-license-model.xml","artifactChecksum":"NTgxYWViMjRjYjc0MzZlZDQ3Mjg1NWFmMzMyYjczYmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"429e3068-c8ce-43dd-9965-7c0af5ba0cd8","artifactVersion":"1"},{"artifactName":"vfw7c403ed181e80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/vfw7c403ed181e80_modules.json","artifactChecksum":"MGNkNGExODAyNjU3ZTJkZGE0Y2Q1NjE5NWRlYTcxMWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ff2915ad-61d3-494b-92f4-1ec33c1c948a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b3683298-addb-4528-9e66-c9ea7c17adad","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/vendor-license-model.xml","artifactChecksum":"ZjIzY2YzZjMzMmI2MDExMTM4MTBhNTkyNzYxZjk3ZjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ed5ace12-9266-4d19-9343-c154e81f93ee","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"398a0f94-eeb2-4b60-a1fb-1d3da072c00b","artifactVersion":"2","generatedFromUUID":"b3683298-addb-4528-9e66-c9ea7c17adad"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220128095941-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128095941/1.0/artifacts/service-Vfw20220128095941-template.yml","artifactChecksum":"Y2E4Y2JjYjk1NWJlYjYxZTY3NzJmNjg3MjAxZDZhZmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"67a52349-8fda-403e-a7ea-05a728be86f7","artifactVersion":"1"},{"artifactName":"service-Vfw20220128095941-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220128095941/1.0/artifacts/service-Vfw20220128095941-csar.csar","artifactChecksum":"ZGVmNjM2ZGI1ZDNhNGUzNmIyOWU0YTk0MzFiM2VjODQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3fa4fa5b-3950-4368-8de0-0f5675407fa7","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-28T10:01:21.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T10:01:21.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "clamp", "timestamp": 1643364065840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T10:01:21.328Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T10:01:21.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T10:01:21.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "policy-id", "timestamp": 1643364064690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T10:01:21.328Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T10:01:21.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T10:01:21.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "ves-openapi-manager", "timestamp": 1643364069944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T10:01:21.328Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T10:01:21.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T10:01:21.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "clamp", "timestamp": 1643364065840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/vfw7c403ed181e80_modules.json", "status": "NOTIFIED" } 2022-01-28T10:01:21.328Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T10:01:21.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T10:01:21.328Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T10:01:21.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "policy-id", "timestamp": 1643364064690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/vfw7c403ed181e80_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T10:01:21.329Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T10:01:21.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T10:01:21.329Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-28T10:01:21.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "ves-openapi-manager", "timestamp": 1643364069944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/vfw7c403ed181e80_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T10:01:21.329Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T10:01:21.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T10:01:21.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "clamp", "timestamp": 1643364065840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T10:01:21.329Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T10:01:21.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T10:01:21.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "policy-id", "timestamp": 1643364064690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T10:01:21.329Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T10:01:21.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T10:01:21.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "multicloud-k8s-id", "timestamp": 1643364071153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T10:01:21.329Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T10:01:21.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T10:01:21.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "cds", "timestamp": 1643364071207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T10:01:21.330Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T10:01:21.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T10:01:21.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "ves-openapi-manager", "timestamp": 1643364069944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T10:01:21.330Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T10:01:21.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T10:01:21.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "clamp", "timestamp": 1643364065840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T10:01:21.330Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T10:01:21.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T10:01:21.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "policy-id", "timestamp": 1643364064690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T10:01:21.330Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T10:01:21.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T10:01:21.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "multicloud-k8s-id", "timestamp": 1643364071153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/vfw7c403ed181e80_modules.json", "status": "NOTIFIED" } 2022-01-28T10:01:21.330Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T10:01:21.330Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T10:01:21.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T10:01:21.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "cds", "timestamp": 1643364071207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/vfw7c403ed181e80_modules.json", "status": "NOT_NOTIFIED" } 2022-01-28T10:01:21.330Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643364080692, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T10:01:21.331Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T10:01:21.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T10:01:21.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "ves-openapi-manager", "timestamp": 1643364069944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T10:01:21.331Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T10:01:21.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T10:01:21.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "clamp", "timestamp": 1643364065840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T10:01:21.331Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T10:01:21.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T10:01:21.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "policy-id", "timestamp": 1643364064690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T10:01:21.331Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T10:01:21.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T10:01:21.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "multicloud-k8s-id", "timestamp": 1643364071153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T10:01:21.331Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T10:01:21.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T10:01:21.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "cds", "timestamp": 1643364071207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-28T10:01:21.331Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T10:01:21.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T10:01:21.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "ves-openapi-manager", "timestamp": 1643364069944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T10:01:21.331Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T10:01:21.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T10:01:21.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "clamp", "timestamp": 1643364065840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/artifacts/service-Vfw20220128095941-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T10:01:21.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T10:01:21.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T10:01:21.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "policy-id", "timestamp": 1643364064690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/artifacts/service-Vfw20220128095941-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T10:01:21.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T10:01:21.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T10:01:21.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "multicloud-k8s-id", "timestamp": 1643364071153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T10:01:21.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T10:01:21.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T10:01:21.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "cds", "timestamp": 1643364071207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T10:01:21.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T10:01:21.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T10:01:21.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "ves-openapi-manager", "timestamp": 1643364069944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/artifacts/service-Vfw20220128095941-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T10:01:21.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T10:01:21.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T10:01:21.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "clamp", "timestamp": 1643364065840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/artifacts/service-Vfw20220128095941-csar.csar", "status": "NOTIFIED" } 2022-01-28T10:01:21.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T10:01:21.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T10:01:21.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "policy-id", "timestamp": 1643364064690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/artifacts/service-Vfw20220128095941-csar.csar", "status": "NOTIFIED" } 2022-01-28T10:01:21.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T10:01:21.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T10:01:21.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "multicloud-k8s-id", "timestamp": 1643364071153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-28T10:01:21.333Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T10:01:21.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T10:01:21.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "cds", "timestamp": 1643364071207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-28T10:01:21.333Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T10:01:21.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T10:01:21.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "ves-openapi-manager", "timestamp": 1643364069944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/artifacts/service-Vfw20220128095941-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-28T10:01:21.333Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T10:01:21.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T10:01:21.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "multicloud-k8s-id", "timestamp": 1643364071153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/artifacts/service-Vfw20220128095941-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T10:01:21.333Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T10:01:21.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T10:01:21.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "cds", "timestamp": 1643364071207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/artifacts/service-Vfw20220128095941-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T10:01:21.333Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T10:01:21.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T10:01:21.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "policy-id", "timestamp": 1643364076945, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/artifacts/service-Vfw20220128095941-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T10:01:21.333Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T10:01:21.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T10:01:21.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "multicloud-k8s-id", "timestamp": 1643364071153, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/artifacts/service-Vfw20220128095941-csar.csar", "status": "NOTIFIED" } 2022-01-28T10:01:21.333Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T10:01:21.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T10:01:21.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "cds", "timestamp": 1643364071207, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/artifacts/service-Vfw20220128095941-csar.csar", "status": "NOTIFIED" } 2022-01-28T10:01:21.333Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T10:01:21.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T10:01:21.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "policy-id", "timestamp": 1643364077948, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/artifacts/service-Vfw20220128095941-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T10:01:21.334Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T10:01:21.334Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T10:01:21.334Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "policy-id", "timestamp": 1643364078950, "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-01-28T10:01:21.345Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f07a351b-53ae-4b5f-9dd1-54a1c6d58cad 2022-01-28T10:01:21.346Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f07a351b-53ae-4b5f-9dd1-54a1c6d58cad 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-01-28T10:01:21.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T10:01:21.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "multicloud-k8s-id", "timestamp": 1643364079026, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/vfw7c403ed181e80_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T10:01:21.352Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T10:01:21.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T10:01:21.353Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "cds", "timestamp": 1643364079048, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/artifacts/service-Vfw20220128095941-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T10:01:21.353Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T10:01:21.353Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T10:01:21.353Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "cds", "timestamp": 1643364080053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/artifacts/service-Vfw20220128095941-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-01-28T10:01:21.357Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f07a351b-53ae-4b5f-9dd1-54a1c6d58cad 2022-01-28T10:01:21.358Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f07a351b-53ae-4b5f-9dd1-54a1c6d58cad 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-01-28T10:01:21.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T10:01:21.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "multicloud-k8s-id", "timestamp": 1643364080248, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T10:01:21.366Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-28T10:01:21.431Z||pool-469-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T10:01:21.431Z||pool-469-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T10:01:21.431Z||pool-469-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T10:01:21.443Z||pool-469-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T10:01:21.443Z||pool-469-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-28T10:01:22.331Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T10:01:22.332Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-28T10:01:22.333Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T10:01:22.333Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643364080692, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/vfw7c403ed181e80_modules.json", "status": "NOTIFIED" } 2022-01-28T10:01:22.433Z||pool-470-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T10:01:22.434Z||pool-470-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T10:01:22.434Z||pool-470-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T10:01:22.447Z||pool-470-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T10:01:22.447Z||pool-470-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T10:01:23.334Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T10:01:23.335Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-28T10:01:23.336Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T10:01:23.337Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643364080692, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-28T10:01:23.437Z||pool-471-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T10:01:23.437Z||pool-471-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T10:01:23.438Z||pool-471-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T10:01:23.450Z||pool-471-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T10:01:23.450Z||pool-471-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T10:01:24.337Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T10:01:24.338Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-28T10:01:24.339Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T10:01:24.339Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643364080692, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T10:01:24.439Z||pool-472-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T10:01:24.440Z||pool-472-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T10:01:24.440Z||pool-472-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T10:01:24.452Z||pool-472-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T10:01:24.452Z||pool-472-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T10:01:25.339Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T10:01:25.340Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-28T10:01:25.342Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T10:01:25.342Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643364080692, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-28T10:01:25.442Z||pool-473-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T10:01:25.443Z||pool-473-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T10:01:25.443Z||pool-473-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T10:01:25.453Z||pool-473-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T10:01:25.453Z||pool-473-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-01-28T10:01:26.343Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T10:01:26.344Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-28T10:01:26.345Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T10:01:26.346Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643364080692, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/artifacts/service-Vfw20220128095941-template.yml", "status": "NOT_NOTIFIED" } 2022-01-28T10:01:26.446Z||pool-474-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T10:01:26.446Z||pool-474-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T10:01:26.446Z||pool-474-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T10:01:26.457Z||pool-474-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T10:01:26.457Z||pool-474-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-01-28T10:01:27.346Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-28T10:01:27.347Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-28T10:01:27.349Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T10:01:27.350Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643364080692, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/artifacts/service-Vfw20220128095941-csar.csar", "status": "NOTIFIED" } 2022-01-28T10:01:27.450Z||pool-475-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T10:01:27.450Z||pool-475-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T10:01:27.450Z||pool-475-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T10:01:27.461Z||pool-475-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T10:01:27.462Z||pool-475-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-28T10:01:28.351Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "serviceName": "vFW 2022-01-28 09-59-41", "serviceVersion": "1.0", "serviceUUID": "1e24d9f1-f74b-42b9-a515-8c4f5f2fc697", "serviceDescription": "catalog service description", "serviceInvariantUUID": "59703b10-5091-42df-a1b9-6d81a6f66bad", "resources": [ { "resourceInstanceName": "vFW 7c403ed1-81e8 0", "resourceCustomizationUUID": "7031dfe0-1d0d-4b58-8b42-58a0d555784c", "resourceName": "vFW 7c403ed1-81e8", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "12e827c7-d328-4bb2-8bb3-e3ef69dcd2a6", "resourceInvariantUUID": "72865b27-0015-4cc9-8624-f864a39a3c48", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw7c403ed181e80_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/vfw7c403ed181e80_modules.json", "artifactChecksum": "MGNkNGExODAyNjU3ZTJkZGE0Y2Q1NjE5NWRlYTcxMWY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ff2915ad-61d3-494b-92f4-1ec33c1c948a", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "b3683298-addb-4528-9e66-c9ea7c17adad", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "398a0f94-eeb2-4b60-a1fb-1d3da072c00b", "generatedFromUUID": "b3683298-addb-4528-9e66-c9ea7c17adad" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "398a0f94-eeb2-4b60-a1fb-1d3da072c00b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220128095941-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/artifacts/service-Vfw20220128095941-csar.csar", "artifactChecksum": "ZGVmNjM2ZGI1ZDNhNGUzNmIyOWU0YTk0MzFiM2VjODQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3fa4fa5b-3950-4368-8de0-0f5675407fa7" } ], "workloadContext": "Production" } 2022-01-28T10:01:28.351Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-28T10:01:28.352Z|6002fbe7-8ae8-4af8-bf3d-7f5d0b35c867|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1e24d9f1-f74b-42b9-a515-8c4f5f2fc697 ASDC 2022-01-28T10:01:28.352Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:f07a351b-53ae-4b5f-9dd1-54a1c6d58cad ServiceName:vFW 2022-01-28 09-59-41 ServiceVersion:1.0 ServiceUUID:1e24d9f1-f74b-42b9-a515-8c4f5f2fc697 ServiceInvariantUUID:59703b10-5091-42df-a1b9-6d81a6f66bad ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220128095941-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220128095941/1.0/artifacts/service-Vfw20220128095941-csar.csar ArtifactUUID:3fa4fa5b-3950-4368-8de0-0f5675407fa7 ArtifactChecksum:ZGVmNjM2ZGI1ZDNhNGUzNmIyOWU0YTk0MzFiM2VjODQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 7c403ed1-81e8 0 ResourceCustomizationUUID:7031dfe0-1d0d-4b58-8b42-58a0d555784c ResourceInvariantUUID:72865b27-0015-4cc9-8624-f864a39a3c48 ResourceName:vFW 7c403ed1-81e8 ResourceType:VF ResourceUUID:12e827c7-d328-4bb2-8bb3-e3ef69dcd2a6 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw7c403ed181e80_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/vfw7c403ed181e80_modules.json ArtifactUUID:ff2915ad-61d3-494b-92f4-1ec33c1c948a ArtifactChecksum:MGNkNGExODAyNjU3ZTJkZGE0Y2Q1NjE5NWRlYTcxMWY= 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/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/base_vfw.yaml ArtifactUUID:b3683298-addb-4528-9e66-c9ea7c17adad 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/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/base_vfw.env ArtifactUUID:398a0f94-eeb2-4b60-a1fb-1d3da072c00b 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/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/base_vfw.env ArtifactUUID:398a0f94-eeb2-4b60-a1fb-1d3da072c00b ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-01-28T10:01:28.353Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1e24d9f1-f74b-42b9-a515-8c4f5f2fc697 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-01-28T10:01:28.378Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T10:01:28.379Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-01-28T10:01:28.379Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-01-28T10:01:28.379Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3fa4fa5b-3950-4368-8de0-0f5675407fa7 from URL: /sdc/v1/catalog/services/Vfw20220128095941/1.0/artifacts/service-Vfw20220128095941-csar.csar 2022-01-28T10:01:28.379Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-01-28T10:01:28.379Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128095941/1.0/artifacts/service-Vfw20220128095941-csar.csar 2022-01-28T10:01:28.748Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-01-28T10:01:28.755Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128095941/1.0/artifacts/service-Vfw20220128095941-csar.csar 3fa4fa5b-3950-4368-8de0-0f5675407fa7 98983 2022-01-28T10:01:28.755Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128095941/1.0/artifacts/service-Vfw20220128095941-csar.csar ASDC sendASDCNotification 2022-01-28T10:01:28.756Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128095941/1.0/artifacts/service-Vfw20220128095941-csar.csar 2022-01-28T10:01:28.756Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T10:01:28.757Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-28T10:01:28.758Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T10:01:28.759Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643364088755, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/artifacts/service-Vfw20220128095941-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-28T10:01:28.859Z||pool-476-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T10:01:28.859Z||pool-476-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T10:01:28.859Z||pool-476-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T10:01:28.872Z||pool-476-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T10:01:28.873Z||pool-476-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T10:01:29.759Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-28T10:01:29.761Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-01-28T10:01:29.761Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 3fa4fa5b-3950-4368-8de0-0f5675407fa7, URL: /sdc/v1/catalog/services/Vfw20220128095941/1.0/artifacts/service-Vfw20220128095941-csar.csar to file: /app/ASDC/1/service-Vfw20220128095941-csar.csar 2022-01-28T10:01:29.761Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220128095941-csar.csar 2022-01-28T10:01:29.761Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220128095941-csar.csar 2022-01-28T10:01:29.762Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220128095941-csar.csar 2022-01-28T10:01:29.964Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9922590687996125642/Definitions/service-Vfw20220128095941-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-01-28T10:01:31.187Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-28T10:01:31.187Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-01-28T10:01:31.187Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220128095941-csar.csar 2022-01-28T10:01:31.187Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-01-28T10:01:31.187Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220128095941-csar.csar 2022-01-28T10:01:31.187Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220128095941-csar.csar 2022-01-28T10:01:31.188Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220128095941-csar.csar 2022-01-28T10:01:31.188Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220128095941-csar.csar 2022-01-28T10:01:31.188Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220128095941-csar.csar 2022-01-28T10:01:31.188Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220128095941-csar.csar 2022-01-28T10:01:31.188Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220128095941-csar.csar 2022-01-28T10:01:31.188Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220128095941-csar.csar 2022-01-28T10:01:31.188Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220128095941-csar.csar 2022-01-28T10:01:31.188Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220128095941-csar.csar 2022-01-28T10:01:31.188Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220128095941-csar.csar 2022-01-28T10:01:31.188Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220128095941-csar.csar 2022-01-28T10:01:31.188Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7c403ed1-81e8 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-Vfw20220128095941-csar.csar 2022-01-28T10:01:31.188Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-01-28T10:01:31.188Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T10:01:31.188Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-28 09-59-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T10:01:31.188Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vFW 7c403ed1-81e8 0 is matching search criteria 2022-01-28T10:01:31.188Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-01-28T10:01:31.188Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7c403ed1-81e8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T10:01:31.188Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T10:01:31.188Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-28 09-59-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T10:01:31.189Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vFW 7c403ed1-81e8 0 is matching search criteria 2022-01-28T10:01:31.189Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-01-28T10:01:31.189Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7c403ed1-81e8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-28T10:01:31.189Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T10:01:31.189Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-28 09-59-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T10:01:31.189Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T10:01:31.189Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vFW 7c403ed1-81e8 0 is not matching search criteria 2022-01-28T10:01:31.189Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T10:01:31.189Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T10:01:31.189Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T10:01:31.189Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T10:01:31.189Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T10:01:31.189Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T10:01:31.189Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T10:01:31.189Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T10:01:31.189Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T10:01:31.190Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T10:01:31.190Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T10:01:31.190Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T10:01:31.190Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T10:01:31.190Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T10:01:31.190Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T10:01:31.190Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-01-28T10:01:31.190Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T10:01:31.190Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-28 09-59-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-28T10:01:31.190Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T10:01:31.190Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vFW 7c403ed1-81e8 0 is matching search criteria 2022-01-28T10:01:31.190Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7c403ed1-81e8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T10:01:31.190Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T10:01:31.190Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vFW 7c403ed1-81e8 0 is matching search criteria 2022-01-28T10:01:31.190Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7c403ed1-81e8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T10:01:31.190Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T10:01:31.191Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vFW 7c403ed1-81e8 0 is matching search criteria 2022-01-28T10:01:31.191Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7c403ed1-81e8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T10:01:31.191Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T10:01:31.191Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vFW 7c403ed1-81e8 0 is not matching search criteria 2022-01-28T10:01:31.191Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T10:01:31.191Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T10:01:31.191Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-01-28T10:01:31.191Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T10:01:31.191Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T10:01:31.191Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T10:01:31.191Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T10:01:31.191Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T10:01:31.191Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T10:01:31.191Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T10:01:31.191Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T10:01:31.191Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ed875c43-a2cb-4695-a08a-41d83ac96b90 2022-01-28T10:01:31.191Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T10:01:31.192Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vFW 7c403ed1-81e8 0 is not matching search criteria 2022-01-28T10:01:31.192Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T10:01:31.192Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T10:01:31.192Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T10:01:31.192Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T10:01:31.192Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T10:01:31.192Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T10:01:31.192Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T10:01:31.192Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-01-28T10:01:31.192Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T10:01:31.192Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T10:01:31.192Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T10:01:31.192Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T10:01:31.192Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=22b608c9-886d-4ef1-90f6-d3bbce0663f7 2022-01-28T10:01:31.192Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T10:01:31.193Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vFW 7c403ed1-81e8 0 is not matching search criteria 2022-01-28T10:01:31.193Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T10:01:31.193Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T10:01:31.193Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T10:01:31.193Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T10:01:31.193Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T10:01:31.193Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T10:01:31.193Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T10:01:31.193Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T10:01:31.193Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T10:01:31.193Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T10:01:31.193Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T10:01:31.193Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-01-28T10:01:31.193Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3c2489e3-e066-40b1-b3e1-e9b885d0556f 2022-01-28T10:01:31.193Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T10:01:31.193Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-28 09-59-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T10:01:31.193Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T10:01:31.193Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-28 09-59-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T10:01:31.194Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T10:01:31.194Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-28 09-59-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T10:01:31.194Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T10:01:31.194Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-28 09-59-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T10:01:31.194Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-01-28 09-59-41 Description:catalog service description Model UUID:1e24d9f1-f74b-42b9-a515-8c4f5f2fc697 Model Version:NULL Model InvariantUuid:59703b10-5091-42df-a1b9-6d81a6f66bad Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 7c403ed1-81e8 Model UUID:660cd646-4aeb-4774-8728-81ed5bf7cb78 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:72865b27-0015-4cc9-8624-f864a39a3c48 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7031dfe0-1d0d-4b58-8b42-58a0d555784c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:1751b204-7811-4de4-b0cb-abbf25c31207 ModelName:Vfw7c403ed181e8..base_vfw..module-0 ModelUuid:809863cd-16d1-4a2a-93b4-bf005b2047a4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ed875c43-a2cb-4695-a08a-41d83ac96b90 ModelInvariantUuid:704870f9-1e55-495a-8a1a-be529fce25e6 ModelName:vFW 7c403ed1-81e8-nodes.vfwCvfc ModelUuid:e3d11c13-fb9b-4056-83b7-17196a17a7f5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:c16f13b4-4906-4d2c-96b1-841f3f2ccdae ModelInvariantUuid:d6acecd4-2c2f-48e4-ba9c-0507a381b50f ModelName:Vfw7c403ed181e8.compute.nodes.heat.vfw ModelUuid:9804742a-85b9-4182-8882-d986847b0074 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:22b608c9-886d-4ef1-90f6-d3bbce0663f7 ModelInvariantUuid:4e19579f-0959-48e4-99ea-a27593364a66 ModelName:vFW 7c403ed1-81e8-nodes.vsnCvfc ModelUuid:1eed9cb7-2f5a-49f7-bd15-dbd53b1b962b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:a35fb60c-d2ca-4f16-8ebb-9282f8ed253a ModelInvariantUuid:4c3f6dde-8f3c-439e-bd86-17553a279453 ModelName:Vfw7c403ed181e8.compute.nodes.heat.vsn ModelUuid:7e63141f-02a2-4ddf-a262-390009989642 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:3c2489e3-e066-40b1-b3e1-e9b885d0556f ModelInvariantUuid:1172f9ea-3a7e-45c6-9088-947007d6689a ModelName:vFW 7c403ed1-81e8-nodes.vpgCvfc ModelUuid:67b17953-d755-49c7-9319-1f5ec5699c34 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:2f9eb0ee-c9a0-4dbc-a2ef-1c2ff2afec72 ModelInvariantUuid:032bf33c-3035-4dae-bf1b-154c7c70f6e4 ModelName:Vfw7c403ed181e8.compute.nodes.heat.vpg ModelUuid:a4d0d4ae-8487-4077-bd41-7064540d5292 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-01-28T10:01:31.200Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 12e827c7-d328-4bb2-8bb3-e3ef69dcd2a6 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-01-28T10:01:31.202Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||vFW 7c403ed1-81e8 0 2022-01-28T10:01:31.202Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 12e827c7-d328-4bb2-8bb3-e3ef69dcd2a6 2022-01-28T10:01:31.203Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ff2915ad-61d3-494b-92f4-1ec33c1c948a from URL: /sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/vfw7c403ed181e80_modules.json 2022-01-28T10:01:31.203Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-01-28T10:01:31.203Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/vfw7c403ed181e80_modules.json 2022-01-28T10:01:31.639Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-01-28T10:01:31.639Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/vfw7c403ed181e80_modules.json ff2915ad-61d3-494b-92f4-1ec33c1c948a 785 2022-01-28T10:01:31.640Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/vfw7c403ed181e80_modules.json ASDC sendASDCNotification 2022-01-28T10:01:31.640Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/vfw7c403ed181e80_modules.json 2022-01-28T10:01:31.640Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T10:01:31.640Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-28T10:01:31.642Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T10:01:31.642Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643364091640, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/vfw7c403ed181e80_modules.json", "status": "DOWNLOAD_OK" } 2022-01-28T10:01:31.742Z||pool-477-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T10:01:31.743Z||pool-477-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T10:01:31.743Z||pool-477-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T10:01:31.755Z||pool-477-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T10:01:31.755Z||pool-477-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T10:01:32.642Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw7c403ed181e8..base_vfw..module-0", "vfModuleModelInvariantUUID": "1751b204-7811-4de4-b0cb-abbf25c31207", "vfModuleModelVersion": "1", "vfModuleModelUUID": "809863cd-16d1-4a2a-93b4-bf005b2047a4", "vfModuleModelCustomizationUUID": "75dcdcf7-527b-41c9-a545-0daa8c7dde13", "isBase": true, "artifacts": [ "b3683298-addb-4528-9e66-c9ea7c17adad", "398a0f94-eeb2-4b60-a1fb-1d3da072c00b" ], "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-01-28T10:01:32.645Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw7c403ed181e8..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:809863cd-16d1-4a2a-93b4-bf005b2047a4 VfModuleModelInvariantUUID:1751b204-7811-4de4-b0cb-abbf25c31207 VfModuleModelDescription:NULL Artifacts UUID List:{ b3683298-addb-4528-9e66-c9ea7c17adad , 398a0f94-eeb2-4b60-a1fb-1d3da072c00b } 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-01-28T10:01:32.646Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw7c403ed181e8..base_vfw..module-0", "vfModuleModelInvariantUUID": "1751b204-7811-4de4-b0cb-abbf25c31207", "vfModuleModelVersion": "1", "vfModuleModelUUID": "809863cd-16d1-4a2a-93b4-bf005b2047a4", "vfModuleModelCustomizationUUID": "75dcdcf7-527b-41c9-a545-0daa8c7dde13", "isBase": true, "artifacts": [ "b3683298-addb-4528-9e66-c9ea7c17adad", "398a0f94-eeb2-4b60-a1fb-1d3da072c00b" ], "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-01-28T10:01:32.646Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw7c403ed181e8..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:809863cd-16d1-4a2a-93b4-bf005b2047a4 VfModuleModelInvariantUUID:1751b204-7811-4de4-b0cb-abbf25c31207 VfModuleModelDescription:NULL Artifacts UUID List:{ b3683298-addb-4528-9e66-c9ea7c17adad , 398a0f94-eeb2-4b60-a1fb-1d3da072c00b } 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-01-28T10:01:32.646Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b3683298-addb-4528-9e66-c9ea7c17adad from URL: /sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/base_vfw.yaml 2022-01-28T10:01:32.646Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-01-28T10:01:32.646Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/base_vfw.yaml 2022-01-28T10:01:32.846Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-01-28T10:01:32.847Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/base_vfw.yaml b3683298-addb-4528-9e66-c9ea7c17adad 20368 2022-01-28T10:01:32.847Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-01-28T10:01:32.847Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/base_vfw.yaml 2022-01-28T10:01:32.847Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T10:01:32.848Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-28T10:01:32.851Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T10:01:32.851Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643364092847, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-28T10:01:32.950Z||pool-478-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-28T10:01:32.950Z||pool-478-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T10:01:32.950Z||pool-478-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T10:01:32.962Z||pool-478-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T10:01:32.962Z||pool-478-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-28T10:01:33.852Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 398a0f94-eeb2-4b60-a1fb-1d3da072c00b from URL: /sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/base_vfw.env 2022-01-28T10:01:33.853Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-01-28T10:01:33.853Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/base_vfw.env 2022-01-28T10:01:34.138Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-01-28T10:01:34.139Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/base_vfw.env 398a0f94-eeb2-4b60-a1fb-1d3da072c00b 2098 2022-01-28T10:01:34.139Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/base_vfw.env ASDC sendASDCNotification 2022-01-28T10:01:34.139Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/base_vfw.env 2022-01-28T10:01:34.139Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-28T10:01:34.140Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-28T10:01:34.142Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T10:01:34.142Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643364094139, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-28T10:01:34.242Z||pool-479-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T10:01:34.242Z||pool-479-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T10:01:34.243Z||pool-479-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T10:01:34.253Z||pool-479-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T10:01:34.254Z||pool-479-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-28T10:01:35.143Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 1e24d9f1-f74b-42b9-a515-8c4f5f2fc697 2022-01-28T10:01:35.143Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7c403ed1-81e8 0 12e827c7-d328-4bb2-8bb3-e3ef69dcd2a6 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-01-28T10:01:35.158Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@fa29589, org.onap.sdc.toscaparser.api.parameters.Input@2c882a4a, org.onap.sdc.toscaparser.api.parameters.Input@9c9ecd6, org.onap.sdc.toscaparser.api.parameters.Input@40a65559, org.onap.sdc.toscaparser.api.parameters.Input@5bb39e19] 2022-01-28T10:01:35.158Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T10:01:35.158Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-28 09-59-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T10:01:35.158Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-01-28T10:01:35.159Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 7031dfe0-1d0d-4b58-8b42-58a0d555784c 2022-01-28T10:01:35.159Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7031dfe0-1d0d-4b58-8b42-58a0d555784c matches Tosca VF Customization UUID: 7031dfe0-1d0d-4b58-8b42-58a0d555784c 2022-01-28T10:01:35.159Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 7031dfe0-1d0d-4b58-8b42-58a0d555784c 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-01-28T10:01:35.160Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T10:01:35.160Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-28 09-59-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T10:01:35.161Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 7031dfe0-1d0d-4b58-8b42-58a0d555784c: {\"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-01-28T10:01:35.161Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2934fcc 2022-01-28T10:01:35.161Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T10:01:35.161Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-28 09-59-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-28T10:01:35.161Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 75dcdcf7-527b-41c9-a545-0daa8c7dde13 2022-01-28T10:01:35.161Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 75dcdcf7-527b-41c9-a545-0daa8c7dde13 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-01-28T10:01:35.163Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T10:01:35.163Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vFW 7c403ed1-81e8 0 is matching search criteria 2022-01-28T10:01:35.163Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7c403ed1-81e8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T10:01:35.163Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T10:01:35.163Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vFW 7c403ed1-81e8 0 is matching search criteria 2022-01-28T10:01:35.163Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7c403ed1-81e8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T10:01:35.163Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T10:01:35.163Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vFW 7c403ed1-81e8 0 is not matching search criteria 2022-01-28T10:01:35.164Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T10:01:35.164Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T10:01:35.164Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-01-28T10:01:35.164Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T10:01:35.164Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T10:01:35.164Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T10:01:35.164Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T10:01:35.164Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T10:01:35.164Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T10:01:35.164Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T10:01:35.164Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T10:01:35.164Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ed875c43-a2cb-4695-a08a-41d83ac96b90 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-01-28T10:01:35.166Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T10:01:35.166Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vFW 7c403ed1-81e8 0 is matching search criteria 2022-01-28T10:01:35.166Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7c403ed1-81e8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T10:01:35.166Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T10:01:35.166Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vFW 7c403ed1-81e8 0 is not matching search criteria 2022-01-28T10:01:35.166Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T10:01:35.166Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T10:01:35.166Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T10:01:35.167Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T10:01:35.167Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T10:01:35.167Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T10:01:35.167Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T10:01:35.167Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-01-28T10:01:35.167Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-28T10:01:35.167Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-28T10:01:35.167Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-28T10:01:35.167Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T10:01:35.167Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=22b608c9-886d-4ef1-90f6-d3bbce0663f7 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-01-28T10:01:35.169Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T10:01:35.169Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vFW 7c403ed1-81e8 0 is matching search criteria 2022-01-28T10:01:35.169Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7c403ed1-81e8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T10:01:35.169Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T10:01:35.169Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vFW 7c403ed1-81e8 0 is not matching search criteria 2022-01-28T10:01:35.169Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-28T10:01:35.169Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-28T10:01:35.169Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-28T10:01:35.170Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-28T10:01:35.170Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-28T10:01:35.170Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-28T10:01:35.170Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-28T10:01:35.170Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-28T10:01:35.170Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-28T10:01:35.170Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-28T10:01:35.170Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-28T10:01:35.170Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-01-28T10:01:35.170Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3c2489e3-e066-40b1-b3e1-e9b885d0556f 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-01-28T10:01:35.172Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T10:01:35.172Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vFW 7c403ed1-81e8 0 is matching search criteria 2022-01-28T10:01:35.172Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7c403ed1-81e8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-28T10:01:35.172Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T10:01:35.172Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Node template vFW 7c403ed1-81e8 0 is matching search criteria 2022-01-28T10:01:35.172Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7c403ed1-81e8 0] matching following query criteria: sdcType=VF, customizationUUID=7031dfe0-1d0d-4b58-8b42-58a0d555784c 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-01-28T10:01:35.175Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T10:01:35.175Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-28 09-59-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T10:01:35.175Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 1e24d9f1-f74b-42b9-a515-8c4f5f2fc697: vFW 7c403ed1-81e8 2022-01-28T10:01:35.175Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T10:01:35.175Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-28 09-59-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T10:01:35.175Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T10:01:35.175Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-28 09-59-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T10:01:35.175Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T10:01:35.175Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-28 09-59-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T10:01:35.176Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T10:01:35.176Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-28 09-59-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T10:01:35.176Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-28T10:01:35.176Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-01-28 09-59-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-28T10:01:35.176Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-01-28 09-59-41 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-01-28T10:01:35.520Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7c403ed1-81e8 12e827c7-d328-4bb2-8bb3-e3ef69dcd2a6 1 ASDC deployResourceStructure 2022-01-28T10:01:35.521Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/vfw7c403ed181e80_modules.json ASDC sendASDCNotification 2022-01-28T10:01:35.521Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/vfw7c403ed181e80_modules.json 2022-01-28T10:01:35.521Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T10:01:35.522Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-28T10:01:35.523Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T10:01:35.524Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643364095521, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/vfw7c403ed181e80_modules.json", "status": "DEPLOY_OK" } 2022-01-28T10:01:35.624Z||pool-480-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T10:01:35.624Z||pool-480-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T10:01:35.624Z||pool-480-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T10:01:35.634Z||pool-480-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T10:01:35.635Z||pool-480-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-01-28T10:01:36.525Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-01-28T10:01:36.525Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/base_vfw.yaml 2022-01-28T10:01:36.525Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T10:01:36.525Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-28T10:01:36.527Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T10:01:36.527Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643364096524, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-01-28T10:01:36.627Z||pool-481-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T10:01:36.628Z||pool-481-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T10:01:36.628Z||pool-481-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T10:01:36.640Z||pool-481-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T10:01:36.640Z||pool-481-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-28T10:01:37.528Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/base_vfw.env ASDC sendASDCNotification 2022-01-28T10:01:37.528Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/base_vfw.env 2022-01-28T10:01:37.529Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T10:01:37.529Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-28T10:01:37.530Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T10:01:37.530Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643364097528, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-01-28T10:01:37.630Z||pool-482-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T10:01:37.631Z||pool-482-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T10:01:37.631Z||pool-482-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T10:01:37.643Z||pool-482-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T10:01:37.644Z||pool-482-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-28T10:01:38.530Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128095941/1.0/artifacts/service-Vfw20220128095941-csar.csar ASDC sendASDCNotification 2022-01-28T10:01:38.531Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128095941/1.0/artifacts/service-Vfw20220128095941-csar.csar 2022-01-28T10:01:38.531Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-28T10:01:38.531Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-28T10:01:38.532Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-28T10:01:38.532Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643364098530, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/artifacts/service-Vfw20220128095941-csar.csar", "status": "DEPLOY_OK" } 2022-01-28T10:01:38.632Z||pool-483-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-28T10:01:38.633Z||pool-483-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-28T10:01:38.633Z||pool-483-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ... 2022-01-28T10:01:38.644Z||pool-483-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T10:01:38.644Z||pool-483-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-01-28T10:01:39.533Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f07a351b-53ae-4b5f-9dd1-54a1c6d58cad Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T10:01:39.543Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f07a351b-53ae-4b5f-9dd1-54a1c6d58cad Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T10:01:39.546Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T10:01:39.546Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T10:01:39.546Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T10:02:09.547Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f07a351b-53ae-4b5f-9dd1-54a1c6d58cad Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T10:02:09.553Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f07a351b-53ae-4b5f-9dd1-54a1c6d58cad Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T10:02:09.555Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T10:02:09.555Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T10:02:09.555Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T10:02:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-28T10:02:20.695Z||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-01-28T10:02:20.695Z||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 yXVlav1kGLvo6lXU) ... 2022-01-28T10:02:20.819Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-28T10:02:20.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-28T10:02:20.819Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f07a351b-53ae-4b5f-9dd1-54a1c6d58cad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1643364080692, "artifactURL": "/sdc/v1/catalog/services/Vfw20220128095941/1.0/resourceInstances/vfw7c403ed181e80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-28T10:02:20.820Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-28T10:02:39.555Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f07a351b-53ae-4b5f-9dd1-54a1c6d58cad Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T10:02:39.563Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f07a351b-53ae-4b5f-9dd1-54a1c6d58cad Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T10:02:39.565Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T10:02:39.566Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T10:02:39.566Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-28T10:03:09.566Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f07a351b-53ae-4b5f-9dd1-54a1c6d58cad Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T10:03:09.575Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f07a351b-53ae-4b5f-9dd1-54a1c6d58cad Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-28T10:03:09.577Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-28T10:03:09.577Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-28T10:03:09.577Z|f07a351b-53ae-4b5f-9dd1-54a1c6d58cad|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.